COLOR #E0CDB1

HEX: #E0CDB1
RGB: (224,205,177)

Color info

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

RGB color model

#E0CDB1 color RGB value is (224,205,177).

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

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 177 of 255 = 69%

224
205
177

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

Portions of RGB colors in percentages

R + G + B =
224 + 205 + 177 = 606 (100%)
R 224 of 606 ~ 36.96%
G 205 of 606 ~ 33.83%
B 177 of 606 ~ 29.21%

%36.96
%33.83
%29.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 20.98%
  • 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.98
%12.16

Codes

Color #E0CDB1 in popluar color models

E0CDB1
RGB224205177
HSL36°43.12%78.63%
HSB/HSV36°20.98%87.84%
CMYK0.00%8.48%20.98%
12.16%

Color #E0CDB1 in popluar number systems.

HEXE0CDB1
Decimal224205177
Binary111000001100110110110001
Octal340315261

Shades and tints

Shades of #E0CDB1

#E0CDB1
(224,205,177)
#CCBBA1
(204,187,161)
#B8A991
(184,169,145)
#A49781
(164,151,129)
#908571
(144,133,113)
#7C7361
(124,115,97)
#686151
(104,97,81)
#544F41
(84,79,65)
#403D31
(64,61,49)
#2C2B21
(44,43,33)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #E0CDB1

#E0CDB1
(224,205,177)
#E2D1B8
(226,209,184)
#E4D5BF
(228,213,191)
#E6D9C6
(230,217,198)
#E8DDCD
(232,221,205)
#EAE1D4
(234,225,212)
#ECE5DB
(236,229,219)
#EEE9E2
(238,233,226)
#F0EDE9
(240,237,233)
#F2F1F0
(242,241,240)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CDB1; }

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

This text font color is #E0CDB1.


Background Color

.myBgColor { background-color: #E0CDB1; }

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

This div background color is #E0CDB1.


Border color

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

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

This div border color is #E0CDB1.


Opacity

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

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

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

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

This text has shadow with #E0CDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CDB1 on black background.


Color preview on white background

This text has color #E0CDB1 on white background.



Black color preview on #E0CDB1 background

This text has black color on #E0CDB1 background.


White color preview on #E0CDB1 background

This text has white color on #E0CDB1 background.