COLOR #E4CDB1

HEX: #E4CDB1
RGB: (228,205,177)

Color info

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

RGB color model

#E4CDB1 color RGB value is (228,205,177).

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

RGB channels and saturation

R 228 of 255 = 89%
G 205 of 255 = 80%
B 177 of 255 = 69%

228
205
177

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

Portions of RGB colors in percentages

R + G + B =
228 + 205 + 177 = 610 (100%)
R 228 of 610 ~ 37.38%
G 205 of 610 ~ 33.61%
B 177 of 610 ~ 29.02%

%37.38
%33.61
%29.02

CMYK color model

#E4CDB1 color CMYK value is (0,10,22,11).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 22.37%
  • key color value is 10.59%
CMYK:
(0,10,22,11)
C0M10Y22K11 
(0%,10%,22%,11%)
(0.00/0.10/0.22/0.11)	

CMYK percentages

%0
%10.09
%22.37
%10.59

Codes

Color #E4CDB1 in popluar color models

E4CDB1
RGB228205177
HSL33°48.57%79.41%
HSB/HSV33°22.37%89.41%
CMYK0.00%10.09%22.37%
10.59%

Color #E4CDB1 in popluar number systems.

HEXE4CDB1
Decimal228205177
Binary111001001100110110110001
Octal344315261

Shades and tints

Shades of #E4CDB1

#E4CDB1
(228,205,177)
#D0BBA1
(208,187,161)
#BCA991
(188,169,145)
#A89781
(168,151,129)
#948571
(148,133,113)
#807361
(128,115,97)
#6C6151
(108,97,81)
#584F41
(88,79,65)
#443D31
(68,61,49)
#302B21
(48,43,33)
#1C1911
(28,25,17)
#000000
(0,0,0)

Tints of #E4CDB1

#E4CDB1
(228,205,177)
#E6D1B8
(230,209,184)
#E8D5BF
(232,213,191)
#EAD9C6
(234,217,198)
#ECDDCD
(236,221,205)
#EEE1D4
(238,225,212)
#F0E5DB
(240,229,219)
#F2E9E2
(242,233,226)
#F4EDE9
(244,237,233)
#F6F1F0
(246,241,240)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CDB1; }

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

This text font color is #E4CDB1.


Background Color

.myBgColor { background-color: #E4CDB1; }

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

This div background color is #E4CDB1.


Border color

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

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

This div border color is #E4CDB1.


Opacity

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

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

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

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

This text has shadow with #E4CDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CDB1 on black background.


Color preview on white background

This text has color #E4CDB1 on white background.



Black color preview on #E4CDB1 background

This text has black color on #E4CDB1 background.


White color preview on #E4CDB1 background

This text has white color on #E4CDB1 background.