COLOR #E8CFC9

HEX: #E8CFC9
RGB: (232,207,201)

Color info

#E8CFC9 contains red, green and blue colors in about the same proportion. Web safe color of #E8CFC9 is #FFCCCC (or #FCC).

RGB color model

#E8CFC9 color RGB value is (232,207,201).

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

RGB channels and saturation

R 232 of 255 = 91%
G 207 of 255 = 81%
B 201 of 255 = 79%

232
207
201

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

Portions of RGB colors in percentages

R + G + B =
232 + 207 + 201 = 640 (100%)
R 232 of 640 ~ 36.25%
G 207 of 640 ~ 32.34%
B 201 of 640 ~ 31.41%

%36.25
%32.34
%31.41

CMYK color model

#E8CFC9 color CMYK value is (0,11,13,9).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 13.36%
  • key color value is 9.02%
CMYK:
(0,11,13,9)
C0M11Y13K9 
(0%,11%,13%,9%)
(0.00/0.11/0.13/0.09)	

CMYK percentages

%0
%10.78
%13.36
%9.02

Codes

Color #E8CFC9 in popluar color models

E8CFC9
RGB232207201
HSL12°40.26%84.90%
HSB/HSV12°13.36%90.98%
CMYK0.00%10.78%13.36%
9.02%

Color #E8CFC9 in popluar number systems.

HEXE8CFC9
Decimal232207201
Binary111010001100111111001001
Octal350317311

Shades and tints

Shades of #E8CFC9

#E8CFC9
(232,207,201)
#D3BDB7
(211,189,183)
#BEABA5
(190,171,165)
#A99993
(169,153,147)
#948781
(148,135,129)
#7F756F
(127,117,111)
#6A635D
(106,99,93)
#55514B
(85,81,75)
#403F39
(64,63,57)
#2B2D27
(43,45,39)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #E8CFC9

#E8CFC9
(232,207,201)
#EAD3CD
(234,211,205)
#ECD7D1
(236,215,209)
#EEDBD5
(238,219,213)
#F0DFD9
(240,223,217)
#F2E3DD
(242,227,221)
#F4E7E1
(244,231,225)
#F6EBE5
(246,235,229)
#F8EFE9
(248,239,233)
#FAF3ED
(250,243,237)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CFC9; }

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

This text font color is #E8CFC9.


Background Color

.myBgColor { background-color: #E8CFC9; }

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

This div background color is #E8CFC9.


Border color

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

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

This div border color is #E8CFC9.


Opacity

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

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

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

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

This text has shadow with #E8CFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CFC9 on black background.


Color preview on white background

This text has color #E8CFC9 on white background.



Black color preview on #E8CFC9 background

This text has black color on #E8CFC9 background.


White color preview on #E8CFC9 background

This text has white color on #E8CFC9 background.