COLOR #E5CFCC

HEX: #E5CFCC RGB: (229,207,204)

Color info

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

RGB color model

#E5CFCC color RGB value is (229,207,204).

RGB: (229,207,204) (90%, 81%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 204 of 255 = 80%

229
207
204

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

Portions of RGB colors in percentages

R + G + B = 229 + 207 + 204 = 640 (100%)
R 229 of 640 ~ 35.78%
G 207 of 640 ~ 32.34%
B 204 of 640 ~ 31.88'%

%35.78
%32.34
%31.88

CMYK color model

#E5CFCC color CMYK value is (0,10,11,10).

  • cyan value is 0.00%
  • magenta value is 9.61%
  • yellow value is 10.92%
  • key color value is 10.20%

CMYK: (0,10,11,10)
C0M10Y11K10 (0%, 10%, 11%, 10%)
(0.00 / 0.10 / 0.11 / 0.10)

CMYK percentages

%0
%9.61
%10.92
%10.2

Codes

Color #E5CFCC in popluar color models

E5 CF CC
RGB 229 207 204
HSL 32.47% 84.90%
HSB/HSV 10.92% 89.80%
CMYK 0.00% 9.61% 10.92%
10.20%

Color #E5CFCC in popluar number systems.

HEX E5 CF CC
Decimal 229 207 204
Binary 11100101 11001111 11001100
Octal 345 317 314

Shades and tints

Shades of #E5CFCC

#E5CFCC
(229,207,204)
#D1BDBA
(209,189,186)
#BDABA8
(189,171,168)
#A99996
(169,153,150)
#958784
(149,135,132)
#817572
(129,117,114)
#6D6360
(109,99,96)
#59514E
(89,81,78)
#453F3C
(69,63,60)
#312D2A
(49,45,42)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #E5CFCC

#E5CFCC
(229,207,204)
#E7D3D0
(231,211,208)
#E9D7D4
(233,215,212)
#EBDBD8
(235,219,216)
#EDDFDC
(237,223,220)
#EFE3E0
(239,227,224)
#F1E7E4
(241,231,228)
#F3EBE8
(243,235,232)
#F5EFEC
(245,239,236)
#F7F3F0
(247,243,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CFCC color. Also use rgb(229,207,204) instead hex code.

Text Font Color

.myTextColor { color: #E5CFCC; }

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

This text font color is #E5CFCC.

Background Color

.myBgColor { background-color: #E5CFCC; }

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

This div background color is #E5CFCC.

Border color

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

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

This div border color is #E5CFCC.

Opacity

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

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

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

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

This text has shadow with #E5CFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CFCC.

Preview

Color preview on black background

This text has color #E5CFCC on black background.


Color preview on white background

This text has color #E5CFCC on white background.


Black color preview on #E5CFCC background

This text has black color on #E5CFCC background.


White color preview on #E5CFCC background

This text has white color on #E5CFCC background.


Related colors

Complementary color

Complementary color for #hex is #1A3033.


I love getcolorcode.com

Triadic colors

1 #CCE5CF and #CFCCE5 with #E5CFCC are triadic colors.

2 #CCCFE5 and #CFE5CC with #E5CFCC are triadic colors.