COLOR #E4D1CD

HEX: #E4D1CD
RGB: (228,209,205)

Color info

#E4D1CD contains red, green and blue colors in about the same proportion. Web safe color of #E4D1CD is #CCCCCC (or #CCC).

RGB color model

#E4D1CD color RGB value is (228,209,205).

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

RGB channels and saturation

R 228 of 255 = 89%
G 209 of 255 = 82%
B 205 of 255 = 80%

228
209
205

R + G + B ~ 84%. #E4D1CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 209 + 205 = 642 (100%)
R 228 of 642 ~ 35.51%
G 209 of 642 ~ 32.55%
B 205 of 642 ~ 31.93%

%35.51
%32.55
%31.93

CMYK color model

#E4D1CD color CMYK value is (0,8,10,11).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 10.09%
  • key color value is 10.59%
CMYK:
(0,8,10,11)
C0M8Y10K11 
(0%,8%,10%,11%)
(0.00/0.08/0.10/0.11)	

CMYK percentages

%0
%8.33
%10.09
%10.59

Codes

Color #E4D1CD in popluar color models

E4D1CD
RGB228209205
HSL10°29.87%84.90%
HSB/HSV10°10.09%89.41%
CMYK0.00%8.33%10.09%
10.59%

Color #E4D1CD in popluar number systems.

HEXE4D1CD
Decimal228209205
Binary111001001101000111001101
Octal344321315

Shades and tints

Shades of #E4D1CD

#E4D1CD
(228,209,205)
#D0BEBB
(208,190,187)
#BCABA9
(188,171,169)
#A89897
(168,152,151)
#948585
(148,133,133)
#807273
(128,114,115)
#6C5F61
(108,95,97)
#584C4F
(88,76,79)
#44393D
(68,57,61)
#30262B
(48,38,43)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #E4D1CD

#E4D1CD
(228,209,205)
#E6D5D1
(230,213,209)
#E8D9D5
(232,217,213)
#EADDD9
(234,221,217)
#ECE1DD
(236,225,221)
#EEE5E1
(238,229,225)
#F0E9E5
(240,233,229)
#F2EDE9
(242,237,233)
#F4F1ED
(244,241,237)
#F6F5F1
(246,245,241)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D1CD; }

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

This text font color is #E4D1CD.


Background Color

.myBgColor { background-color: #E4D1CD; }

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

This div background color is #E4D1CD.


Border color

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

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

This div border color is #E4D1CD.


Opacity

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

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

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

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

This text has shadow with #E4D1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D1CD on black background.


Color preview on white background

This text has color #E4D1CD on white background.



Black color preview on #E4D1CD background

This text has black color on #E4D1CD background.


White color preview on #E4D1CD background

This text has white color on #E4D1CD background.