COLOR #E8CFC4

HEX: #E8CFC4
RGB: (232,207,196)

Color info

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

RGB color model

#E8CFC4 color RGB value is (232,207,196).

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

RGB channels and saturation

R 232 of 255 = 91%
G 207 of 255 = 81%
B 196 of 255 = 77%

232
207
196

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

Portions of RGB colors in percentages

R + G + B =
232 + 207 + 196 = 635 (100%)
R 232 of 635 ~ 36.54%
G 207 of 635 ~ 32.6%
B 196 of 635 ~ 30.87%

%36.54
%32.6
%30.87

CMYK color model

#E8CFC4 color CMYK value is (0,11,16,9).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 15.52%
  • key color value is 9.02%
CMYK:
(0,11,16,9)
C0M11Y16K9 
(0%,11%,16%,9%)
(0.00/0.11/0.16/0.09)	

CMYK percentages

%0
%10.78
%15.52
%9.02

Codes

Color #E8CFC4 in popluar color models

E8CFC4
RGB232207196
HSL18°43.90%83.92%
HSB/HSV18°15.52%90.98%
CMYK0.00%10.78%15.52%
9.02%

Color #E8CFC4 in popluar number systems.

HEXE8CFC4
Decimal232207196
Binary111010001100111111000100
Octal350317304

Shades and tints

Shades of #E8CFC4

#E8CFC4
(232,207,196)
#D3BDB3
(211,189,179)
#BEABA2
(190,171,162)
#A99991
(169,153,145)
#948780
(148,135,128)
#7F756F
(127,117,111)
#6A635E
(106,99,94)
#55514D
(85,81,77)
#403F3C
(64,63,60)
#2B2D2B
(43,45,43)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #E8CFC4

#E8CFC4
(232,207,196)
#EAD3C9
(234,211,201)
#ECD7CE
(236,215,206)
#EEDBD3
(238,219,211)
#F0DFD8
(240,223,216)
#F2E3DD
(242,227,221)
#F4E7E2
(244,231,226)
#F6EBE7
(246,235,231)
#F8EFEC
(248,239,236)
#FAF3F1
(250,243,241)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CFC4; }

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

This text font color is #E8CFC4.


Background Color

.myBgColor { background-color: #E8CFC4; }

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

This div background color is #E8CFC4.


Border color

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

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

This div border color is #E8CFC4.


Opacity

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

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

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

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

This text has shadow with #E8CFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CFC4 on black background.


Color preview on white background

This text has color #E8CFC4 on white background.



Black color preview on #E8CFC4 background

This text has black color on #E8CFC4 background.


White color preview on #E8CFC4 background

This text has white color on #E8CFC4 background.