COLOR #E0C8AC

HEX: #E0C8AC
RGB: (224,200,172)

Color info

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

RGB color model

#E0C8AC color RGB value is (224,200,172).

  • red value is 224;
  • green value is 200;
  • blue value is 172.
RGB:
(224,200,172)
(88%,78%,67%)

RGB channels and saturation

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

224
200
172

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

Portions of RGB colors in percentages

R + G + B =
224 + 200 + 172 = 596 (100%)
R 224 of 596 ~ 37.58%
G 200 of 596 ~ 33.56%
B 172 of 596 ~ 28.86%

%37.58
%33.56
%28.86

CMYK color model

#E0C8AC color CMYK value is (0,11,23,12).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 23.21%
  • key color value is 12.16%
CMYK:
(0,11,23,12)
C0M11Y23K12 
(0%,11%,23%,12%)
(0.00/0.11/0.23/0.12)	

CMYK percentages

%0
%10.71
%23.21
%12.16

Codes

Color #E0C8AC in popluar color models

E0C8AC
RGB224200172
HSL32°45.61%77.65%
HSB/HSV32°23.21%87.84%
CMYK0.00%10.71%23.21%
12.16%

Color #E0C8AC in popluar number systems.

HEXE0C8AC
Decimal224200172
Binary111000001100100010101100
Octal340310254

Shades and tints

Shades of #E0C8AC

#E0C8AC
(224,200,172)
#CCB69D
(204,182,157)
#B8A48E
(184,164,142)
#A4927F
(164,146,127)
#908070
(144,128,112)
#7C6E61
(124,110,97)
#685C52
(104,92,82)
#544A43
(84,74,67)
#403834
(64,56,52)
#2C2625
(44,38,37)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #E0C8AC

#E0C8AC
(224,200,172)
#E2CDB3
(226,205,179)
#E4D2BA
(228,210,186)
#E6D7C1
(230,215,193)
#E8DCC8
(232,220,200)
#EAE1CF
(234,225,207)
#ECE6D6
(236,230,214)
#EEEBDD
(238,235,221)
#F0F0E4
(240,240,228)
#F2F5EB
(242,245,235)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C8AC; }

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

This text font color is #E0C8AC.


Background Color

.myBgColor { background-color: #E0C8AC; }

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

This div background color is #E0C8AC.


Border color

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

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

This div border color is #E0C8AC.


Opacity

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

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

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

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

This text has shadow with #E0C8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C8AC on black background.


Color preview on white background

This text has color #E0C8AC on white background.



Black color preview on #E0C8AC background

This text has black color on #E0C8AC background.


White color preview on #E0C8AC background

This text has white color on #E0C8AC background.