COLOR #E1C8AC

HEX: #E1C8AC RGB: (225,200,172)

Color info

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

RGB color model

#E1C8AC color RGB value is (225,200,172).

RGB: (225,200,172) (88%, 78%, 67%)

RGB channels and saturation

R 225 of 255 = 88%
G 200 of 255 = 78%
B 172 of 255 = 67%

225
200
172

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

Portions of RGB colors in percentages

R + G + B = 225 + 200 + 172 = 597 (100%)
R 225 of 597 ~ 37.69%
G 200 of 597 ~ 33.5%
B 172 of 597 ~ 28.81'%

%37.69
%33.5
%28.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.11%
  • 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
%11.11
%23.56
%11.76

Codes

Color #E1C8AC in popluar color models

E1 C8 AC
RGB 225 200 172
HSL 32° 46.90% 77.84%
HSB/HSV 32° 23.56% 88.24%
CMYK 0.00% 11.11% 23.56%
11.76%

Color #E1C8AC in popluar number systems.

HEX E1 C8 AC
Decimal 225 200 172
Binary 11100001 11001000 10101100
Octal 341 310 254

Shades and tints

Shades of #E1C8AC

#E1C8AC
(225,200,172)
#CDB69D
(205,182,157)
#B9A48E
(185,164,142)
#A5927F
(165,146,127)
#918070
(145,128,112)
#7D6E61
(125,110,97)
#695C52
(105,92,82)
#554A43
(85,74,67)
#413834
(65,56,52)
#2D2625
(45,38,37)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #E1C8AC

#E1C8AC
(225,200,172)
#E3CDB3
(227,205,179)
#E5D2BA
(229,210,186)
#E7D7C1
(231,215,193)
#E9DCC8
(233,220,200)
#EBE1CF
(235,225,207)
#EDE6D6
(237,230,214)
#EFEBDD
(239,235,221)
#F1F0E4
(241,240,228)
#F3F5EB
(243,245,235)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C8AC; }

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

This text font color is #E1C8AC.

Background Color

.myBgColor { background-color: #E1C8AC; }

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

This div background color is #E1C8AC.

Border color

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

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

This div border color is #E1C8AC.

Opacity

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

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

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

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

This text has shadow with #E1C8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C8AC.

Preview

Color preview on black background

This text has color #E1C8AC on black background.


Color preview on white background

This text has color #E1C8AC on white background.


Black color preview on #E1C8AC background

This text has black color on #E1C8AC background.


White color preview on #E1C8AC background

This text has white color on #E1C8AC background.


Related colors

Complementary color

Complementary color for #hex is #1E3753.


I love getcolorcode.com

Triadic colors

1 #ACE1C8 and #C8ACE1 with #E1C8AC are triadic colors.

2 #ACC8E1 and #C8E1AC with #E1C8AC are triadic colors.