COLOR #E4C9CF

HEX: #E4C9CF
RGB: (228,201,207)

Color info

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

RGB color model

#E4C9CF color RGB value is (228,201,207).

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

RGB channels and saturation

R 228 of 255 = 89%
G 201 of 255 = 79%
B 207 of 255 = 81%

228
201
207

R + G + B ~ 83%. #E4C9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 201 + 207 = 636 (100%)
R 228 of 636 ~ 35.85%
G 201 of 636 ~ 31.6%
B 207 of 636 ~ 32.55%

%35.85
%31.6
%32.55

CMYK color model

#E4C9CF color CMYK value is (0,12,9,11).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(0,12,9,11)
C0M12Y9K11 
(0%,12%,9%,11%)
(0.00/0.12/0.09/0.11)	

CMYK percentages

%0
%11.84
%9.21
%10.59

Codes

Color #E4C9CF in popluar color models

E4C9CF
RGB228201207
HSL347°33.33%84.12%
HSB/HSV347°11.84%89.41%
CMYK0.00%11.84%9.21%
10.59%

Color #E4C9CF in popluar number systems.

HEXE4C9CF
Decimal228201207
Binary111001001100100111001111
Octal344311317

Shades and tints

Shades of #E4C9CF

#E4C9CF
(228,201,207)
#D0B7BD
(208,183,189)
#BCA5AB
(188,165,171)
#A89399
(168,147,153)
#948187
(148,129,135)
#806F75
(128,111,117)
#6C5D63
(108,93,99)
#584B51
(88,75,81)
#44393F
(68,57,63)
#30272D
(48,39,45)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #E4C9CF

#E4C9CF
(228,201,207)
#E6CDD3
(230,205,211)
#E8D1D7
(232,209,215)
#EAD5DB
(234,213,219)
#ECD9DF
(236,217,223)
#EEDDE3
(238,221,227)
#F0E1E7
(240,225,231)
#F2E5EB
(242,229,235)
#F4E9EF
(244,233,239)
#F6EDF3
(246,237,243)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C9CF; }

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

This text font color is #E4C9CF.


Background Color

.myBgColor { background-color: #E4C9CF; }

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

This div background color is #E4C9CF.


Border color

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

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

This div border color is #E4C9CF.


Opacity

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

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

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

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

This text has shadow with #E4C9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C9CF on black background.


Color preview on white background

This text has color #E4C9CF on white background.



Black color preview on #E4C9CF background

This text has black color on #E4C9CF background.


White color preview on #E4C9CF background

This text has white color on #E4C9CF background.