COLOR #E8E6AD

HEX: #E8E6AD
RGB: (232,230,173)

Color info

#E8E6AD contains red, green and blue colors in about the same proportion. Web safe color of #E8E6AD is #FFCC99 (or #FC9).

RGB color model

#E8E6AD color RGB value is (232,230,173).

  • red value is 232;
  • green value is 230;
  • blue value is 173.
RGB:
(232,230,173)
(91%,90%,68%)

RGB channels and saturation

R 232 of 255 = 91%
G 230 of 255 = 90%
B 173 of 255 = 68%

232
230
173

R + G + B ~ 83%. #E8E6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 230 + 173 = 635 (100%)
R 232 of 635 ~ 36.54%
G 230 of 635 ~ 36.22%
B 173 of 635 ~ 27.24%

%36.54
%36.22
%27.24

CMYK color model

#E8E6AD color CMYK value is (0,1,25,9).

  • cyan value is 0.00%
  • magenta value is 0.86%
  • yellow value is 25.43%
  • key color value is 9.02%
CMYK:
(0,1,25,9)
C0M1Y25K9 
(0%,1%,25%,9%)
(0.00/0.01/0.25/0.09)	

CMYK percentages

%0
%0.86
%25.43
%9.02

Codes

Color #E8E6AD in popluar color models

E8E6AD
RGB232230173
HSL58°56.19%79.41%
HSB/HSV58°25.43%90.98%
CMYK0.00%0.86%25.43%
9.02%

Color #E8E6AD in popluar number systems.

HEXE8E6AD
Decimal232230173
Binary111010001110011010101101
Octal350346255

Shades and tints

Shades of #E8E6AD

#E8E6AD
(232,230,173)
#D3D29E
(211,210,158)
#BEBE8F
(190,190,143)
#A9AA80
(169,170,128)
#949671
(148,150,113)
#7F8262
(127,130,98)
#6A6E53
(106,110,83)
#555A44
(85,90,68)
#404635
(64,70,53)
#2B3226
(43,50,38)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #E8E6AD

#E8E6AD
(232,230,173)
#EAE8B4
(234,232,180)
#ECEABB
(236,234,187)
#EEECC2
(238,236,194)
#F0EEC9
(240,238,201)
#F2F0D0
(242,240,208)
#F4F2D7
(244,242,215)
#F6F4DE
(246,244,222)
#F8F6E5
(248,246,229)
#FAF8EC
(250,248,236)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8E6AD color. Also use rgb(232,230,173) instead hex code.

Text Font Color

.myTextColor { color: #E8E6AD; }

<p style="color:#E8E6AD">This sample text font color is #E8E6AD.</p>

This text font color is #E8E6AD.


Background Color

.myBgColor { background-color: #E8E6AD; }

<div style="background-color:#E8E6AD">Inner text</div>

This div background color is #E8E6AD.


Border color

.myBorderColor { border: 1px solid #E8E6AD; }

<div style="border:3px solid #E8E6AD">Div</div>

This div border color is #E8E6AD.


Opacity

.myOpacity80 { color: #E8E6AD; opacity: 0.8; }

<p style="color:#E8E6AD;opacity:0.8;">80%</p>

Text with #E8E6AD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E8E6AD;}

<p style="text-shadow: 3px 3px 1px #E8E6AD">Text here.</p>

This text has shadow with #E8E6AD color.

.textShadow {text-shadow: 3px 3px 1px #E8E6AD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E8E6AD, 5px 5px 20px red">Text here.</p>

This text has shadow with #E8E6AD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E8E6AD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E8E6AD, Direction=45, Strength=4)">Text</p>

This text has shadow with #E8E6AD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E8E6AD;
  -webkit-box-shadow:	1px 1px 3px 2px #E8E6AD;
  box-shadow:		1px 1px 3px 2px #E8E6AD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E8E6AD;
-webkit-box-shadow: 1px 1px 3px 2px #E8E6AD;
box-shadow:1px 1px 3px 2px #E8E6AD;">
Div content here</div>
This div box has shadow with color #E8E6AD.

Preview

Color preview on black background

This text has color #E8E6AD on black background.


Color preview on white background

This text has color #E8E6AD on white background.



Black color preview on #E8E6AD background

This text has black color on #E8E6AD background.


White color preview on #E8E6AD background

This text has white color on #E8E6AD background.