To set the HTML table border color we use the BORDERCOLOR property of table and for table background we use BGCOLOR property of Table column.
<TR>
<TD BGCOLOR="#EAE8E8">Your Text</TD>
</TR>
</TABLE>
Edit the text indicated in bold to suit your needs.
Display Will Look As :--
This is table with border and background color |