COLOR #E4CFC8

HEX: #E4CFC8
RGB: (228,207,200)

Color info

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

RGB color model

#E4CFC8 color RGB value is (228,207,200).

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

RGB channels and saturation

R 228 of 255 = 89%
G 207 of 255 = 81%
B 200 of 255 = 78%

228
207
200

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

Portions of RGB colors in percentages

R + G + B =
228 + 207 + 200 = 635 (100%)
R 228 of 635 ~ 35.91%
G 207 of 635 ~ 32.6%
B 200 of 635 ~ 31.5%

%35.91
%32.6
%31.5

CMYK color model

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

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

CMYK percentages

%0
%9.21
%12.28
%10.59

Codes

Color #E4CFC8 in popluar color models

E4CFC8
RGB228207200
HSL15°34.15%83.92%
HSB/HSV15°12.28%89.41%
CMYK0.00%9.21%12.28%
10.59%

Color #E4CFC8 in popluar number systems.

HEXE4CFC8
Decimal228207200
Binary111001001100111111001000
Octal344317310

Shades and tints

Shades of #E4CFC8

#E4CFC8
(228,207,200)
#D0BDB6
(208,189,182)
#BCABA4
(188,171,164)
#A89992
(168,153,146)
#948780
(148,135,128)
#80756E
(128,117,110)
#6C635C
(108,99,92)
#58514A
(88,81,74)
#443F38
(68,63,56)
#302D26
(48,45,38)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #E4CFC8

#E4CFC8
(228,207,200)
#E6D3CD
(230,211,205)
#E8D7D2
(232,215,210)
#EADBD7
(234,219,215)
#ECDFDC
(236,223,220)
#EEE3E1
(238,227,225)
#F0E7E6
(240,231,230)
#F2EBEB
(242,235,235)
#F4EFF0
(244,239,240)
#F6F3F5
(246,243,245)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CFC8; }

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

This text font color is #E4CFC8.


Background Color

.myBgColor { background-color: #E4CFC8; }

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

This div background color is #E4CFC8.


Border color

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

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

This div border color is #E4CFC8.


Opacity

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

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

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

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

This text has shadow with #E4CFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CFC8 on black background.


Color preview on white background

This text has color #E4CFC8 on white background.



Black color preview on #E4CFC8 background

This text has black color on #E4CFC8 background.


White color preview on #E4CFC8 background

This text has white color on #E4CFC8 background.