COLOR #E5CED7

HEX: #E5CED7 RGB: (229,206,215)

Color info

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

RGB color model

#E5CED7 color RGB value is (229,206,215).

RGB: (229,206,215) (90%, 81%, 84%)

RGB channels and saturation

R 229 of 255 = 90%
G 206 of 255 = 81%
B 215 of 255 = 84%

229
206
215

R + G + B ~ 85%. #E5CED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 206 + 215 = 650 (100%)
R 229 of 650 ~ 35.23%
G 206 of 650 ~ 31.69%
B 215 of 650 ~ 33.08'%

%35.23
%31.69
%33.08

CMYK color model

#E5CED7 color CMYK value is (0,10,6,10).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 6.11%
  • key color value is 10.20%

CMYK: (0,10,6,10)
C0M10Y6K10 (0%, 10%, 6%, 10%)
(0.00 / 0.10 / 0.06 / 0.10)

CMYK percentages

%0
%10.04
%6.11
%10.2

Codes

Color #E5CED7 in popluar color models

E5 CE D7
RGB 229 206 215
HSL 337° 30.67% 85.29%
HSB/HSV 337° 10.04% 89.80%
CMYK 0.00% 10.04% 6.11%
10.20%

Color #E5CED7 in popluar number systems.

HEX E5 CE D7
Decimal 229 206 215
Binary 11100101 11001110 11010111
Octal 345 316 327

Shades and tints

Shades of #E5CED7

#E5CED7
(229,206,215)
#D1BCC4
(209,188,196)
#BDAAB1
(189,170,177)
#A9989E
(169,152,158)
#95868B
(149,134,139)
#817478
(129,116,120)
#6D6265
(109,98,101)
#595052
(89,80,82)
#453E3F
(69,62,63)
#312C2C
(49,44,44)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #E5CED7

#E5CED7
(229,206,215)
#E7D2DA
(231,210,218)
#E9D6DD
(233,214,221)
#EBDAE0
(235,218,224)
#EDDEE3
(237,222,227)
#EFE2E6
(239,226,230)
#F1E6E9
(241,230,233)
#F3EAEC
(243,234,236)
#F5EEEF
(245,238,239)
#F7F2F2
(247,242,242)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CED7 color. Also use rgb(229,206,215) instead hex code.

Text Font Color

.myTextColor { color: #E5CED7; }

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

This text font color is #E5CED7.

Background Color

.myBgColor { background-color: #E5CED7; }

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

This div background color is #E5CED7.

Border color

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

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

This div border color is #E5CED7.

Opacity

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

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

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

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

This text has shadow with #E5CED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CED7.

Preview

Color preview on black background

This text has color #E5CED7 on black background.


Color preview on white background

This text has color #E5CED7 on white background.


Black color preview on #E5CED7 background

This text has black color on #E5CED7 background.


White color preview on #E5CED7 background

This text has white color on #E5CED7 background.


Related colors

Complementary color

Complementary color for #hex is #1A3128.


I love getcolorcode.com

Triadic colors

1 #D7E5CE and #CED7E5 with #E5CED7 are triadic colors.

2 #D7CEE5 and #CEE5D7 with #E5CED7 are triadic colors.