COLOR #E0CDB2

HEX: #E0CDB2
RGB: (224,205,178)

Color info

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

RGB color model

#E0CDB2 color RGB value is (224,205,178).

  • red value is 224;
  • green value is 205;
  • blue value is 178.
RGB:
(224,205,178)
(88%,80%,70%)

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 178 of 255 = 70%

224
205
178

R + G + B ~ 79%. #E0CDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 205 + 178 = 607 (100%)
R 224 of 607 ~ 36.9%
G 205 of 607 ~ 33.77%
B 178 of 607 ~ 29.32%

%36.9
%33.77
%29.32

CMYK color model

#E0CDB2 color CMYK value is (0,8,21,12).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 20.54%
  • key color value is 12.16%
CMYK:
(0,8,21,12)
C0M8Y21K12 
(0%,8%,21%,12%)
(0.00/0.08/0.21/0.12)	

CMYK percentages

%0
%8.48
%20.54
%12.16

Codes

Color #E0CDB2 in popluar color models

E0CDB2
RGB224205178
HSL35°42.59%78.82%
HSB/HSV35°20.54%87.84%
CMYK0.00%8.48%20.54%
12.16%

Color #E0CDB2 in popluar number systems.

HEXE0CDB2
Decimal224205178
Binary111000001100110110110010
Octal340315262

Shades and tints

Shades of #E0CDB2

#E0CDB2
(224,205,178)
#CCBBA2
(204,187,162)
#B8A992
(184,169,146)
#A49782
(164,151,130)
#908572
(144,133,114)
#7C7362
(124,115,98)
#686152
(104,97,82)
#544F42
(84,79,66)
#403D32
(64,61,50)
#2C2B22
(44,43,34)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #E0CDB2

#E0CDB2
(224,205,178)
#E2D1B9
(226,209,185)
#E4D5C0
(228,213,192)
#E6D9C7
(230,217,199)
#E8DDCE
(232,221,206)
#EAE1D5
(234,225,213)
#ECE5DC
(236,229,220)
#EEE9E3
(238,233,227)
#F0EDEA
(240,237,234)
#F2F1F1
(242,241,241)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CDB2 color. Also use rgb(224,205,178) instead hex code.

Text Font Color

.myTextColor { color: #E0CDB2; }

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

This text font color is #E0CDB2.


Background Color

.myBgColor { background-color: #E0CDB2; }

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

This div background color is #E0CDB2.


Border color

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

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

This div border color is #E0CDB2.


Opacity

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

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

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

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

This text has shadow with #E0CDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CDB2 on black background.


Color preview on white background

This text has color #E0CDB2 on white background.



Black color preview on #E0CDB2 background

This text has black color on #E0CDB2 background.


White color preview on #E0CDB2 background

This text has white color on #E0CDB2 background.