COLOR #E0C2AB

HEX: #E0C2AB
RGB: (224,194,171)

Color info

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

RGB color model

#E0C2AB color RGB value is (224,194,171).

  • red value is 224;
  • green value is 194;
  • blue value is 171.
RGB:
(224,194,171)
(88%,76%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 171 of 255 = 67%

224
194
171

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

Portions of RGB colors in percentages

R + G + B =
224 + 194 + 171 = 589 (100%)
R 224 of 589 ~ 38.03%
G 194 of 589 ~ 32.94%
B 171 of 589 ~ 29.03%

%38.03
%32.94
%29.03

CMYK color model

#E0C2AB color CMYK value is (0,13,24,12).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 23.66%
  • key color value is 12.16%
CMYK:
(0,13,24,12)
C0M13Y24K12 
(0%,13%,24%,12%)
(0.00/0.13/0.24/0.12)	

CMYK percentages

%0
%13.39
%23.66
%12.16

Codes

Color #E0C2AB in popluar color models

E0C2AB
RGB224194171
HSL26°46.09%77.45%
HSB/HSV26°23.66%87.84%
CMYK0.00%13.39%23.66%
12.16%

Color #E0C2AB in popluar number systems.

HEXE0C2AB
Decimal224194171
Binary111000001100001010101011
Octal340302253

Shades and tints

Shades of #E0C2AB

#E0C2AB
(224,194,171)
#CCB19C
(204,177,156)
#B8A08D
(184,160,141)
#A48F7E
(164,143,126)
#907E6F
(144,126,111)
#7C6D60
(124,109,96)
#685C51
(104,92,81)
#544B42
(84,75,66)
#403A33
(64,58,51)
#2C2924
(44,41,36)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #E0C2AB

#E0C2AB
(224,194,171)
#E2C7B2
(226,199,178)
#E4CCB9
(228,204,185)
#E6D1C0
(230,209,192)
#E8D6C7
(232,214,199)
#EADBCE
(234,219,206)
#ECE0D5
(236,224,213)
#EEE5DC
(238,229,220)
#F0EAE3
(240,234,227)
#F2EFEA
(242,239,234)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C2AB color. Also use rgb(224,194,171) instead hex code.

Text Font Color

.myTextColor { color: #E0C2AB; }

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

This text font color is #E0C2AB.


Background Color

.myBgColor { background-color: #E0C2AB; }

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

This div background color is #E0C2AB.


Border color

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

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

This div border color is #E0C2AB.


Opacity

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

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

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

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

This text has shadow with #E0C2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C2AB on black background.


Color preview on white background

This text has color #E0C2AB on white background.



Black color preview on #E0C2AB background

This text has black color on #E0C2AB background.


White color preview on #E0C2AB background

This text has white color on #E0C2AB background.