COLOR #E8CAA6

HEX: #E8CAA6
RGB: (232,202,166)

Color info

#E8CAA6 contains mainly red and green colors. Web safe color of #E8CAA6 is #FFCC99 (or #FC9).

RGB color model

#E8CAA6 color RGB value is (232,202,166).

  • red value is 232;
  • green value is 202;
  • blue value is 166.
RGB:
(232,202,166)
(91%,79%,65%)

RGB channels and saturation

R 232 of 255 = 91%
G 202 of 255 = 79%
B 166 of 255 = 65%

232
202
166

R + G + B ~ 78%. #E8CAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 202 + 166 = 600 (100%)
R 232 of 600 ~ 38.67%
G 202 of 600 ~ 33.67%
B 166 of 600 ~ 27.67%

%38.67
%33.67
%27.67

CMYK color model

#E8CAA6 color CMYK value is (0,13,28,9).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 28.45%
  • key color value is 9.02%
CMYK:
(0,13,28,9)
C0M13Y28K9 
(0%,13%,28%,9%)
(0.00/0.13/0.28/0.09)	

CMYK percentages

%0
%12.93
%28.45
%9.02

Codes

Color #E8CAA6 in popluar color models

E8CAA6
RGB232202166
HSL33°58.93%78.04%
HSB/HSV33°28.45%90.98%
CMYK0.00%12.93%28.45%
9.02%

Color #E8CAA6 in popluar number systems.

HEXE8CAA6
Decimal232202166
Binary111010001100101010100110
Octal350312246

Shades and tints

Shades of #E8CAA6

#E8CAA6
(232,202,166)
#D3B897
(211,184,151)
#BEA688
(190,166,136)
#A99479
(169,148,121)
#94826A
(148,130,106)
#7F705B
(127,112,91)
#6A5E4C
(106,94,76)
#554C3D
(85,76,61)
#403A2E
(64,58,46)
#2B281F
(43,40,31)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #E8CAA6

#E8CAA6
(232,202,166)
#EACEAE
(234,206,174)
#ECD2B6
(236,210,182)
#EED6BE
(238,214,190)
#F0DAC6
(240,218,198)
#F2DECE
(242,222,206)
#F4E2D6
(244,226,214)
#F6E6DE
(246,230,222)
#F8EAE6
(248,234,230)
#FAEEEE
(250,238,238)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CAA6 color. Also use rgb(232,202,166) instead hex code.

Text Font Color

.myTextColor { color: #E8CAA6; }

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

This text font color is #E8CAA6.


Background Color

.myBgColor { background-color: #E8CAA6; }

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

This div background color is #E8CAA6.


Border color

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

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

This div border color is #E8CAA6.


Opacity

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

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

Text with #E8CAA6 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 #E8CAA6;}

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

This text has shadow with #E8CAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CAA6 on black background.


Color preview on white background

This text has color #E8CAA6 on white background.



Black color preview on #E8CAA6 background

This text has black color on #E8CAA6 background.


White color preview on #E8CAA6 background

This text has white color on #E8CAA6 background.