COLOR #E0C0B1

HEX: #E0C0B1
RGB: (224,192,177)

Color info

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

RGB color model

#E0C0B1 color RGB value is (224,192,177).

  • red value is 224;
  • green value is 192;
  • blue value is 177.
RGB:
(224,192,177)
(88%,75%,69%)

RGB channels and saturation

R 224 of 255 = 88%
G 192 of 255 = 75%
B 177 of 255 = 69%

224
192
177

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

Portions of RGB colors in percentages

R + G + B =
224 + 192 + 177 = 593 (100%)
R 224 of 593 ~ 37.77%
G 192 of 593 ~ 32.38%
B 177 of 593 ~ 29.85%

%37.77
%32.38
%29.85

CMYK color model

#E0C0B1 color CMYK value is (0,14,21,12).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 20.98%
  • key color value is 12.16%
CMYK:
(0,14,21,12)
C0M14Y21K12 
(0%,14%,21%,12%)
(0.00/0.14/0.21/0.12)	

CMYK percentages

%0
%14.29
%20.98
%12.16

Codes

Color #E0C0B1 in popluar color models

E0C0B1
RGB224192177
HSL19°43.12%78.63%
HSB/HSV19°20.98%87.84%
CMYK0.00%14.29%20.98%
12.16%

Color #E0C0B1 in popluar number systems.

HEXE0C0B1
Decimal224192177
Binary111000001100000010110001
Octal340300261

Shades and tints

Shades of #E0C0B1

#E0C0B1
(224,192,177)
#CCAFA1
(204,175,161)
#B89E91
(184,158,145)
#A48D81
(164,141,129)
#907C71
(144,124,113)
#7C6B61
(124,107,97)
#685A51
(104,90,81)
#544941
(84,73,65)
#403831
(64,56,49)
#2C2721
(44,39,33)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #E0C0B1

#E0C0B1
(224,192,177)
#E2C5B8
(226,197,184)
#E4CABF
(228,202,191)
#E6CFC6
(230,207,198)
#E8D4CD
(232,212,205)
#EAD9D4
(234,217,212)
#ECDEDB
(236,222,219)
#EEE3E2
(238,227,226)
#F0E8E9
(240,232,233)
#F2EDF0
(242,237,240)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C0B1 color. Also use rgb(224,192,177) instead hex code.

Text Font Color

.myTextColor { color: #E0C0B1; }

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

This text font color is #E0C0B1.


Background Color

.myBgColor { background-color: #E0C0B1; }

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

This div background color is #E0C0B1.


Border color

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

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

This div border color is #E0C0B1.


Opacity

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

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

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

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

This text has shadow with #E0C0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C0B1 on black background.


Color preview on white background

This text has color #E0C0B1 on white background.



Black color preview on #E0C0B1 background

This text has black color on #E0C0B1 background.


White color preview on #E0C0B1 background

This text has white color on #E0C0B1 background.