COLOR #E4C9D9

HEX: #E4C9D9
RGB: (228,201,217)

Color info

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

RGB color model

#E4C9D9 color RGB value is (228,201,217).

  • red value is 228;
  • green value is 201;
  • blue value is 217.
RGB:
(228,201,217)
(89%,79%,85%)

RGB channels and saturation

R 228 of 255 = 89%
G 201 of 255 = 79%
B 217 of 255 = 85%

228
201
217

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

Portions of RGB colors in percentages

R + G + B =
228 + 201 + 217 = 646 (100%)
R 228 of 646 ~ 35.29%
G 201 of 646 ~ 31.11%
B 217 of 646 ~ 33.59%

%35.29
%31.11
%33.59

CMYK color model

#E4C9D9 color CMYK value is (0,12,5,11).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 4.82%
  • key color value is 10.59%
CMYK:
(0,12,5,11)
C0M12Y5K11 
(0%,12%,5%,11%)
(0.00/0.12/0.05/0.11)	

CMYK percentages

%0
%11.84
%4.82
%10.59

Codes

Color #E4C9D9 in popluar color models

E4C9D9
RGB228201217
HSL324°33.33%84.12%
HSB/HSV324°11.84%89.41%
CMYK0.00%11.84%4.82%
10.59%

Color #E4C9D9 in popluar number systems.

HEXE4C9D9
Decimal228201217
Binary111001001100100111011001
Octal344311331

Shades and tints

Shades of #E4C9D9

#E4C9D9
(228,201,217)
#D0B7C6
(208,183,198)
#BCA5B3
(188,165,179)
#A893A0
(168,147,160)
#94818D
(148,129,141)
#806F7A
(128,111,122)
#6C5D67
(108,93,103)
#584B54
(88,75,84)
#443941
(68,57,65)
#30272E
(48,39,46)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #E4C9D9

#E4C9D9
(228,201,217)
#E6CDDC
(230,205,220)
#E8D1DF
(232,209,223)
#EAD5E2
(234,213,226)
#ECD9E5
(236,217,229)
#EEDDE8
(238,221,232)
#F0E1EB
(240,225,235)
#F2E5EE
(242,229,238)
#F4E9F1
(244,233,241)
#F6EDF4
(246,237,244)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C9D9 color. Also use rgb(228,201,217) instead hex code.

Text Font Color

.myTextColor { color: #E4C9D9; }

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

This text font color is #E4C9D9.


Background Color

.myBgColor { background-color: #E4C9D9; }

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

This div background color is #E4C9D9.


Border color

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

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

This div border color is #E4C9D9.


Opacity

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

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

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

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

This text has shadow with #E4C9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C9D9 on black background.


Color preview on white background

This text has color #E4C9D9 on white background.



Black color preview on #E4C9D9 background

This text has black color on #E4C9D9 background.


White color preview on #E4C9D9 background

This text has white color on #E4C9D9 background.