COLOR #E4D2CC

HEX: #E4D2CC
RGB: (228,210,204)

Color info

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

RGB color model

#E4D2CC color RGB value is (228,210,204).

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

RGB channels and saturation

R 228 of 255 = 89%
G 210 of 255 = 82%
B 204 of 255 = 80%

228
210
204

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

Portions of RGB colors in percentages

R + G + B =
228 + 210 + 204 = 642 (100%)
R 228 of 642 ~ 35.51%
G 210 of 642 ~ 32.71%
B 204 of 642 ~ 31.78%

%35.51
%32.71
%31.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(0,8,11,11)
C0M8Y11K11 
(0%,8%,11%,11%)
(0.00/0.08/0.11/0.11)	

CMYK percentages

%0
%7.89
%10.53
%10.59

Codes

Color #E4D2CC in popluar color models

E4D2CC
RGB228210204
HSL15°30.77%84.71%
HSB/HSV15°10.53%89.41%
CMYK0.00%7.89%10.53%
10.59%

Color #E4D2CC in popluar number systems.

HEXE4D2CC
Decimal228210204
Binary111001001101001011001100
Octal344322314

Shades and tints

Shades of #E4D2CC

#E4D2CC
(228,210,204)
#D0BFBA
(208,191,186)
#BCACA8
(188,172,168)
#A89996
(168,153,150)
#948684
(148,134,132)
#807372
(128,115,114)
#6C6060
(108,96,96)
#584D4E
(88,77,78)
#443A3C
(68,58,60)
#30272A
(48,39,42)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #E4D2CC

#E4D2CC
(228,210,204)
#E6D6D0
(230,214,208)
#E8DAD4
(232,218,212)
#EADED8
(234,222,216)
#ECE2DC
(236,226,220)
#EEE6E0
(238,230,224)
#F0EAE4
(240,234,228)
#F2EEE8
(242,238,232)
#F4F2EC
(244,242,236)
#F6F6F0
(246,246,240)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D2CC color. Also use rgb(228,210,204) instead hex code.

Text Font Color

.myTextColor { color: #E4D2CC; }

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

This text font color is #E4D2CC.


Background Color

.myBgColor { background-color: #E4D2CC; }

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

This div background color is #E4D2CC.


Border color

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

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

This div border color is #E4D2CC.


Opacity

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

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

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

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

This text has shadow with #E4D2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D2CC on black background.


Color preview on white background

This text has color #E4D2CC on white background.



Black color preview on #E4D2CC background

This text has black color on #E4D2CC background.


White color preview on #E4D2CC background

This text has white color on #E4D2CC background.