COLOR #E1C9AC

HEX: #E1C9AC RGB: (225,201,172)

Color info

#E1C9AC contains red, green and blue colors in about the same proportion. Web safe color of #E1C9AC is #CCCC99 (or #CC9).

RGB color model

#E1C9AC color RGB value is (225,201,172).

RGB: (225,201,172) (88%, 79%, 67%)

RGB channels and saturation

R 225 of 255 = 88%
G 201 of 255 = 79%
B 172 of 255 = 67%

225
201
172

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

Portions of RGB colors in percentages

R + G + B = 225 + 201 + 172 = 598 (100%)
R 225 of 598 ~ 37.63%
G 201 of 598 ~ 33.61%
B 172 of 598 ~ 28.76'%

%37.63
%33.61
%28.76

CMYK color model

#E1C9AC color CMYK value is (0,11,24,12).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 23.56%
  • key color value is 11.76%
CMYK: (0,11,24,12) C0M11Y24K12 (0%,11%,24%,12%) (0.00/0.11/0.24/0.12) 

CMYK percentages

%0
%10.67
%23.56
%11.76

Codes

Color #E1C9AC in popluar color models

E1 C9 AC
RGB 225 201 172
HSL 33° 46.90% 77.84%
HSB/HSV 33° 23.56% 88.24%
CMYK 0.00% 10.67% 23.56%
11.76%

Color #E1C9AC in popluar number systems.

HEX E1 C9 AC
Decimal 225 201 172
Binary 11100001 11001001 10101100
Octal 341 311 254

Shades and tints

Shades of #E1C9AC

#E1C9AC
(225,201,172)
#CDB79D
(205,183,157)
#B9A58E
(185,165,142)
#A5937F
(165,147,127)
#918170
(145,129,112)
#7D6F61
(125,111,97)
#695D52
(105,93,82)
#554B43
(85,75,67)
#413934
(65,57,52)
#2D2725
(45,39,37)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #E1C9AC

#E1C9AC
(225,201,172)
#E3CDB3
(227,205,179)
#E5D1BA
(229,209,186)
#E7D5C1
(231,213,193)
#E9D9C8
(233,217,200)
#EBDDCF
(235,221,207)
#EDE1D6
(237,225,214)
#EFE5DD
(239,229,221)
#F1E9E4
(241,233,228)
#F3EDEB
(243,237,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C9AC color. Also use rgb(225,201,172) instead hex code.

Text Font Color

.myTextColor { color: #E1C9AC; }

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

This text font color is #E1C9AC.

Background Color

.myBgColor { background-color: #E1C9AC; }

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

This div background color is #E1C9AC.

Border color

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

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

This div border color is #E1C9AC.

Opacity

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

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

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

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

This text has shadow with #E1C9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C9AC.

Preview

Color preview on black background

This text has color #E1C9AC on black background.


Color preview on white background

This text has color #E1C9AC on white background.


Black color preview on #E1C9AC background

This text has black color on #E1C9AC background.


White color preview on #E1C9AC background

This text has white color on #E1C9AC background.


Related colors

Complementary color

Complementary color for #hex is #1E3653.


I love getcolorcode.com

Triadic colors

1 #ACE1C9 and #C9ACE1 with #E1C9AC are triadic colors.

2 #ACC9E1 and #C9E1AC with #E1C9AC are triadic colors.