COLOR #E0C1AC

HEX: #E0C1AC RGB: (224,193,172)

Color info

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

RGB color model

#E0C1AC color RGB value is (224,193,172).

RGB: (224,193,172) (88%, 76%, 67%)

RGB channels and saturation

R 224 of 255 = 88%
G 193 of 255 = 76%
B 172 of 255 = 67%

224
193
172

R + G + B ~ 77%. #E0C1AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 193 + 172 = 589 (100%)
R 224 of 589 ~ 38.03%
G 193 of 589 ~ 32.77%
B 172 of 589 ~ 29.2'%

%38.03
%32.77
%29.2

CMYK color model

#E0C1AC color CMYK value is (0,14,23,12).

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 23.21%
  • key color value is 12.16%

CMYK: (0,14,23,12)
C0M14Y23K12 (0%, 14%, 23%, 12%)
(0.00 / 0.14 / 0.23 / 0.12)

CMYK percentages

%0
%13.84
%23.21
%12.16

Codes

Color #E0C1AC in popluar color models

E0 C1 AC
RGB 224 193 172
HSL 24° 45.61% 77.65%
HSB/HSV 24° 23.21% 87.84%
CMYK 0.00% 13.84% 23.21%
12.16%

Color #E0C1AC in popluar number systems.

HEX E0 C1 AC
Decimal 224 193 172
Binary 11100000 11000001 10101100
Octal 340 301 254

Shades and tints

Shades of #E0C1AC

#E0C1AC
(224,193,172)
#CCB09D
(204,176,157)
#B89F8E
(184,159,142)
#A48E7F
(164,142,127)
#907D70
(144,125,112)
#7C6C61
(124,108,97)
#685B52
(104,91,82)
#544A43
(84,74,67)
#403934
(64,57,52)
#2C2825
(44,40,37)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #E0C1AC

#E0C1AC
(224,193,172)
#E2C6B3
(226,198,179)
#E4CBBA
(228,203,186)
#E6D0C1
(230,208,193)
#E8D5C8
(232,213,200)
#EADACF
(234,218,207)
#ECDFD6
(236,223,214)
#EEE4DD
(238,228,221)
#F0E9E4
(240,233,228)
#F2EEEB
(242,238,235)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C1AC; }

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

This text font color is #E0C1AC.

Background Color

.myBgColor { background-color: #E0C1AC; }

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

This div background color is #E0C1AC.

Border color

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

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

This div border color is #E0C1AC.

Opacity

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

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

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

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

This text has shadow with #E0C1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C1AC.

Preview

Color preview on black background

This text has color #E0C1AC on black background.


Color preview on white background

This text has color #E0C1AC on white background.


Black color preview on #E0C1AC background

This text has black color on #E0C1AC background.


White color preview on #E0C1AC background

This text has white color on #E0C1AC background.


Related colors

Complementary color

Complementary color for #hex is #1F3E53.


I love getcolorcode.com

Triadic colors

1 #ACE0C1 and #C1ACE0 with #E0C1AC are triadic colors.

2 #ACC1E0 and #C1E0AC with #E0C1AC are triadic colors.