COLOR #E4D3CF

HEX: #E4D3CF
RGB: (228,211,207)

Color info

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

RGB color model

#E4D3CF color RGB value is (228,211,207).

  • red value is 228;
  • green value is 211;
  • blue value is 207.
RGB:
(228,211,207)
(89%,83%,81%)

RGB channels and saturation

R 228 of 255 = 89%
G 211 of 255 = 83%
B 207 of 255 = 81%

228
211
207

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

Portions of RGB colors in percentages

R + G + B =
228 + 211 + 207 = 646 (100%)
R 228 of 646 ~ 35.29%
G 211 of 646 ~ 32.66%
B 207 of 646 ~ 32.04%

%35.29
%32.66
%32.04

CMYK color model

#E4D3CF color CMYK value is (0,7,9,11).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(0,7,9,11)
C0M7Y9K11 
(0%,7%,9%,11%)
(0.00/0.07/0.09/0.11)	

CMYK percentages

%0
%7.46
%9.21
%10.59

Codes

Color #E4D3CF in popluar color models

E4D3CF
RGB228211207
HSL11°28.00%85.29%
HSB/HSV11°9.21%89.41%
CMYK0.00%7.46%9.21%
10.59%

Color #E4D3CF in popluar number systems.

HEXE4D3CF
Decimal228211207
Binary111001001101001111001111
Octal344323317

Shades and tints

Shades of #E4D3CF

#E4D3CF
(228,211,207)
#D0C0BD
(208,192,189)
#BCADAB
(188,173,171)
#A89A99
(168,154,153)
#948787
(148,135,135)
#807475
(128,116,117)
#6C6163
(108,97,99)
#584E51
(88,78,81)
#443B3F
(68,59,63)
#30282D
(48,40,45)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #E4D3CF

#E4D3CF
(228,211,207)
#E6D7D3
(230,215,211)
#E8DBD7
(232,219,215)
#EADFDB
(234,223,219)
#ECE3DF
(236,227,223)
#EEE7E3
(238,231,227)
#F0EBE7
(240,235,231)
#F2EFEB
(242,239,235)
#F4F3EF
(244,243,239)
#F6F7F3
(246,247,243)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D3CF color. Also use rgb(228,211,207) instead hex code.

Text Font Color

.myTextColor { color: #E4D3CF; }

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

This text font color is #E4D3CF.


Background Color

.myBgColor { background-color: #E4D3CF; }

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

This div background color is #E4D3CF.


Border color

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

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

This div border color is #E4D3CF.


Opacity

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

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

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

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

This text has shadow with #E4D3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D3CF on black background.


Color preview on white background

This text has color #E4D3CF on white background.



Black color preview on #E4D3CF background

This text has black color on #E4D3CF background.


White color preview on #E4D3CF background

This text has white color on #E4D3CF background.