COLOR #E0C5AB

HEX: #E0C5AB
RGB: (224,197,171)

Color info

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

RGB color model

#E0C5AB color RGB value is (224,197,171).

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

RGB channels and saturation

R 224 of 255 = 88%
G 197 of 255 = 77%
B 171 of 255 = 67%

224
197
171

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

Portions of RGB colors in percentages

R + G + B =
224 + 197 + 171 = 592 (100%)
R 224 of 592 ~ 37.84%
G 197 of 592 ~ 33.28%
B 171 of 592 ~ 28.89%

%37.84
%33.28
%28.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 23.66%
  • key color value is 12.16%
CMYK:
(0,12,24,12)
C0M12Y24K12 
(0%,12%,24%,12%)
(0.00/0.12/0.24/0.12)	

CMYK percentages

%0
%12.05
%23.66
%12.16

Codes

Color #E0C5AB in popluar color models

E0C5AB
RGB224197171
HSL29°46.09%77.45%
HSB/HSV29°23.66%87.84%
CMYK0.00%12.05%23.66%
12.16%

Color #E0C5AB in popluar number systems.

HEXE0C5AB
Decimal224197171
Binary111000001100010110101011
Octal340305253

Shades and tints

Shades of #E0C5AB

#E0C5AB
(224,197,171)
#CCB49C
(204,180,156)
#B8A38D
(184,163,141)
#A4927E
(164,146,126)
#90816F
(144,129,111)
#7C7060
(124,112,96)
#685F51
(104,95,81)
#544E42
(84,78,66)
#403D33
(64,61,51)
#2C2C24
(44,44,36)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #E0C5AB

#E0C5AB
(224,197,171)
#E2CAB2
(226,202,178)
#E4CFB9
(228,207,185)
#E6D4C0
(230,212,192)
#E8D9C7
(232,217,199)
#EADECE
(234,222,206)
#ECE3D5
(236,227,213)
#EEE8DC
(238,232,220)
#F0EDE3
(240,237,227)
#F2F2EA
(242,242,234)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C5AB; }

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

This text font color is #E0C5AB.


Background Color

.myBgColor { background-color: #E0C5AB; }

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

This div background color is #E0C5AB.


Border color

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

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

This div border color is #E0C5AB.


Opacity

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

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

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

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

This text has shadow with #E0C5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C5AB on black background.


Color preview on white background

This text has color #E0C5AB on white background.



Black color preview on #E0C5AB background

This text has black color on #E0C5AB background.


White color preview on #E0C5AB background

This text has white color on #E0C5AB background.