COLOR #E5CEE3

HEX: #E5CEE3
RGB: (229,206,227)

Color info

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

RGB color model

#E5CEE3 color RGB value is (229,206,227).

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

RGB channels and saturation

R 229 of 255 = 90%
G 206 of 255 = 81%
B 227 of 255 = 89%

229
206
227

R + G + B ~ 87%. #E5CEE3 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 206 + 227 = 662 (100%)
R 229 of 662 ~ 34.59%
G 206 of 662 ~ 31.12%
B 227 of 662 ~ 34.29%

%34.59
%31.12
%34.29

CMYK color model

#E5CEE3 color CMYK value is (0,10,1,10).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 0.87%
  • key color value is 10.20%
CMYK:
(0,10,1,10)
C0M10Y1K10 
(0%,10%,1%,10%)
(0.00/0.10/0.01/0.10)	

CMYK percentages

%0
%10.04
%0.87
%10.2

Codes

Color #E5CEE3 in popluar color models

E5CEE3
RGB229206227
HSL305°30.67%85.29%
HSB/HSV305°10.04%89.80%
CMYK0.00%10.04%0.87%
10.20%

Color #E5CEE3 in popluar number systems.

HEXE5CEE3
Decimal229206227
Binary111001011100111011100011
Octal345316343

Shades and tints

Shades of #E5CEE3

#E5CEE3
(229,206,227)
#D1BCCF
(209,188,207)
#BDAABB
(189,170,187)
#A998A7
(169,152,167)
#958693
(149,134,147)
#81747F
(129,116,127)
#6D626B
(109,98,107)
#595057
(89,80,87)
#453E43
(69,62,67)
#312C2F
(49,44,47)
#1D1A1B
(29,26,27)
#000000
(0,0,0)

Tints of #E5CEE3

#E5CEE3
(229,206,227)
#E7D2E5
(231,210,229)
#E9D6E7
(233,214,231)
#EBDAE9
(235,218,233)
#EDDEEB
(237,222,235)
#EFE2ED
(239,226,237)
#F1E6EF
(241,230,239)
#F3EAF1
(243,234,241)
#F5EEF3
(245,238,243)
#F7F2F5
(247,242,245)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CEE3; }

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

This text font color is #E5CEE3.


Background Color

.myBgColor { background-color: #E5CEE3; }

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

This div background color is #E5CEE3.


Border color

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

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

This div border color is #E5CEE3.


Opacity

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

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

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

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

This text has shadow with #E5CEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CEE3 on black background.


Color preview on white background

This text has color #E5CEE3 on white background.



Black color preview on #E5CEE3 background

This text has black color on #E5CEE3 background.


White color preview on #E5CEE3 background

This text has white color on #E5CEE3 background.