COLOR #E5CFDF

HEX: #E5CFDF RGB: (229,207,223)

Color info

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

RGB color model

#E5CFDF color RGB value is (229,207,223).

RGB: (229,207,223) (90%, 81%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 223 of 255 = 87%

229
207
223

R + G + B ~ 86%. #E5CFDF is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 207 + 223 = 659 (100%)
R 229 of 659 ~ 34.75%
G 207 of 659 ~ 31.41%
B 223 of 659 ~ 33.84'%

%34.75
%31.41
%33.84

CMYK color model

#E5CFDF color CMYK value is (0,10,3,10).

  • cyan value is 0.00%
  • magenta value is 9.61%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK: (0,10,3,10) C0M10Y3K10 (0%,10%,3%,10%) (0.00/0.10/0.03/0.10) 

CMYK percentages

%0
%9.61
%2.62
%10.2

Codes

Color #E5CFDF in popluar color models

E5 CF DF
RGB 229 207 223
HSL 316° 29.73% 85.49%
HSB/HSV 316° 9.61% 89.80%
CMYK 0.00% 9.61% 2.62%
10.20%

Color #E5CFDF in popluar number systems.

HEX E5 CF DF
Decimal 229 207 223
Binary 11100101 11001111 11011111
Octal 345 317 337

Shades and tints

Shades of #E5CFDF

#E5CFDF
(229,207,223)
#D1BDCB
(209,189,203)
#BDABB7
(189,171,183)
#A999A3
(169,153,163)
#95878F
(149,135,143)
#81757B
(129,117,123)
#6D6367
(109,99,103)
#595153
(89,81,83)
#453F3F
(69,63,63)
#312D2B
(49,45,43)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #E5CFDF

#E5CFDF
(229,207,223)
#E7D3E1
(231,211,225)
#E9D7E3
(233,215,227)
#EBDBE5
(235,219,229)
#EDDFE7
(237,223,231)
#EFE3E9
(239,227,233)
#F1E7EB
(241,231,235)
#F3EBED
(243,235,237)
#F5EFEF
(245,239,239)
#F7F3F1
(247,243,241)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CFDF; }

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

This text font color is #E5CFDF.

Background Color

.myBgColor { background-color: #E5CFDF; }

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

This div background color is #E5CFDF.

Border color

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

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

This div border color is #E5CFDF.

Opacity

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

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

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

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

This text has shadow with #E5CFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CFDF.

Preview

Color preview on black background

This text has color #E5CFDF on black background.


Color preview on white background

This text has color #E5CFDF on white background.


Black color preview on #E5CFDF background

This text has black color on #E5CFDF background.


White color preview on #E5CFDF background

This text has white color on #E5CFDF background.


Related colors

Complementary color

Complementary color for #hex is #1A3020.


I love getcolorcode.com

Triadic colors

1 #DFE5CF and #CFDFE5 with #E5CFDF are triadic colors.

2 #DFCFE5 and #CFE5DF with #E5CFDF are triadic colors.