COLOR #E9C2AE

HEX: #E9C2AE
RGB: (233,194,174)

Color info

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

RGB color model

#E9C2AE color RGB value is (233,194,174).

  • red value is 233;
  • green value is 194;
  • blue value is 174.
RGB:
(233,194,174)
(91%,76%,68%)

RGB channels and saturation

R 233 of 255 = 91%
G 194 of 255 = 76%
B 174 of 255 = 68%

233
194
174

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

Portions of RGB colors in percentages

R + G + B =
233 + 194 + 174 = 601 (100%)
R 233 of 601 ~ 38.77%
G 194 of 601 ~ 32.28%
B 174 of 601 ~ 28.95%

%38.77
%32.28
%28.95

CMYK color model

#E9C2AE color CMYK value is (0,17,25,9).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 25.32%
  • key color value is 8.63%
CMYK:
(0,17,25,9)
C0M17Y25K9 
(0%,17%,25%,9%)
(0.00/0.17/0.25/0.09)	

CMYK percentages

%0
%16.74
%25.32
%8.63

Codes

Color #E9C2AE in popluar color models

E9C2AE
RGB233194174
HSL20°57.28%79.80%
HSB/HSV20°25.32%91.37%
CMYK0.00%16.74%25.32%
8.63%

Color #E9C2AE in popluar number systems.

HEXE9C2AE
Decimal233194174
Binary111010011100001010101110
Octal351302256

Shades and tints

Shades of #E9C2AE

#E9C2AE
(233,194,174)
#D4B19F
(212,177,159)
#BFA090
(191,160,144)
#AA8F81
(170,143,129)
#957E72
(149,126,114)
#806D63
(128,109,99)
#6B5C54
(107,92,84)
#564B45
(86,75,69)
#413A36
(65,58,54)
#2C2927
(44,41,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #E9C2AE

#E9C2AE
(233,194,174)
#EBC7B5
(235,199,181)
#EDCCBC
(237,204,188)
#EFD1C3
(239,209,195)
#F1D6CA
(241,214,202)
#F3DBD1
(243,219,209)
#F5E0D8
(245,224,216)
#F7E5DF
(247,229,223)
#F9EAE6
(249,234,230)
#FBEFED
(251,239,237)
#FDF4F4
(253,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C2AE color. Also use rgb(233,194,174) instead hex code.

Text Font Color

.myTextColor { color: #E9C2AE; }

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

This text font color is #E9C2AE.


Background Color

.myBgColor { background-color: #E9C2AE; }

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

This div background color is #E9C2AE.


Border color

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

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

This div border color is #E9C2AE.


Opacity

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

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

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

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

This text has shadow with #E9C2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C2AE on black background.


Color preview on white background

This text has color #E9C2AE on white background.



Black color preview on #E9C2AE background

This text has black color on #E9C2AE background.


White color preview on #E9C2AE background

This text has white color on #E9C2AE background.