COLOR #E5CEDB

HEX: #E5CEDB
RGB: (229,206,219)

Color info

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

RGB color model

#E5CEDB color RGB value is (229,206,219).

  • red value is 229;
  • green value is 206;
  • blue value is 219.
RGB:
(229,206,219)
(90%,81%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 206 of 255 = 81%
B 219 of 255 = 86%

229
206
219

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

Portions of RGB colors in percentages

R + G + B =
229 + 206 + 219 = 654 (100%)
R 229 of 654 ~ 35.02%
G 206 of 654 ~ 31.5%
B 219 of 654 ~ 33.49%

%35.02
%31.5
%33.49

CMYK color model

#E5CEDB color CMYK value is (0,10,4,10).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(0,10,4,10)
C0M10Y4K10 
(0%,10%,4%,10%)
(0.00/0.10/0.04/0.10)	

CMYK percentages

%0
%10.04
%4.37
%10.2

Codes

Color #E5CEDB in popluar color models

E5CEDB
RGB229206219
HSL326°30.67%85.29%
HSB/HSV326°10.04%89.80%
CMYK0.00%10.04%4.37%
10.20%

Color #E5CEDB in popluar number systems.

HEXE5CEDB
Decimal229206219
Binary111001011100111011011011
Octal345316333

Shades and tints

Shades of #E5CEDB

#E5CEDB
(229,206,219)
#D1BCC8
(209,188,200)
#BDAAB5
(189,170,181)
#A998A2
(169,152,162)
#95868F
(149,134,143)
#81747C
(129,116,124)
#6D6269
(109,98,105)
#595056
(89,80,86)
#453E43
(69,62,67)
#312C30
(49,44,48)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #E5CEDB

#E5CEDB
(229,206,219)
#E7D2DE
(231,210,222)
#E9D6E1
(233,214,225)
#EBDAE4
(235,218,228)
#EDDEE7
(237,222,231)
#EFE2EA
(239,226,234)
#F1E6ED
(241,230,237)
#F3EAF0
(243,234,240)
#F5EEF3
(245,238,243)
#F7F2F6
(247,242,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CEDB; }

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

This text font color is #E5CEDB.


Background Color

.myBgColor { background-color: #E5CEDB; }

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

This div background color is #E5CEDB.


Border color

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

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

This div border color is #E5CEDB.


Opacity

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

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

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

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

This text has shadow with #E5CEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CEDB on black background.


Color preview on white background

This text has color #E5CEDB on white background.



Black color preview on #E5CEDB background

This text has black color on #E5CEDB background.


White color preview on #E5CEDB background

This text has white color on #E5CEDB background.