COLOR #E5CFD1

HEX: #E5CFD1 RGB: (229,207,209)

Color info

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

RGB color model

#E5CFD1 color RGB value is (229,207,209).

RGB: (229,207,209) (90%, 81%, 82%)

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 209 of 255 = 82%

229
207
209

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

Portions of RGB colors in percentages

R + G + B = 229 + 207 + 209 = 645 (100%)
R 229 of 645 ~ 35.5%
G 207 of 645 ~ 32.09%
B 209 of 645 ~ 32.4'%

%35.5
%32.09
%32.4

CMYK color model

#E5CFD1 color CMYK value is (0,10,9,10).

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

CMYK: (0,10,9,10)
C0M10Y9K10 (0%, 10%, 9%, 10%)
(0.00 / 0.10 / 0.09 / 0.10)

CMYK percentages

%0
%9.61
%8.73
%10.2

Codes

Color #E5CFD1 in popluar color models

E5 CF D1
RGB 229 207 209
HSL 355° 29.73% 85.49%
HSB/HSV 355° 9.61% 89.80%
CMYK 0.00% 9.61% 8.73%
10.20%

Color #E5CFD1 in popluar number systems.

HEX E5 CF D1
Decimal 229 207 209
Binary 11100101 11001111 11010001
Octal 345 317 321

Shades and tints

Shades of #E5CFD1

#E5CFD1
(229,207,209)
#D1BDBE
(209,189,190)
#BDABAB
(189,171,171)
#A99998
(169,153,152)
#958785
(149,135,133)
#817572
(129,117,114)
#6D635F
(109,99,95)
#59514C
(89,81,76)
#453F39
(69,63,57)
#312D26
(49,45,38)
#1D1B13
(29,27,19)
#000000
(0,0,0)

Tints of #E5CFD1

#E5CFD1
(229,207,209)
#E7D3D5
(231,211,213)
#E9D7D9
(233,215,217)
#EBDBDD
(235,219,221)
#EDDFE1
(237,223,225)
#EFE3E5
(239,227,229)
#F1E7E9
(241,231,233)
#F3EBED
(243,235,237)
#F5EFF1
(245,239,241)
#F7F3F5
(247,243,245)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CFD1; }

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

This text font color is #E5CFD1.

Background Color

.myBgColor { background-color: #E5CFD1; }

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

This div background color is #E5CFD1.

Border color

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

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

This div border color is #E5CFD1.

Opacity

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

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

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

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

This text has shadow with #E5CFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CFD1.

Preview

Color preview on black background

This text has color #E5CFD1 on black background.


Color preview on white background

This text has color #E5CFD1 on white background.


Black color preview on #E5CFD1 background

This text has black color on #E5CFD1 background.


White color preview on #E5CFD1 background

This text has white color on #E5CFD1 background.


Related colors

Complementary color

Complementary color for #hex is #1A302E.


I love getcolorcode.com

Triadic colors

1 #D1E5CF and #CFD1E5 with #E5CFD1 are triadic colors.

2 #D1CFE5 and #CFE5D1 with #E5CFD1 are triadic colors.