COLOR #E5CEF4

HEX: #E5CEF4
RGB: (229,206,244)

Color info

#E5CEF4 contains red, green and blue colors in about the same proportion. Web safe color of #E5CEF4 is #CCCCFF (or #CCF).

RGB color model

#E5CEF4 color RGB value is (229,206,244).

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

RGB channels and saturation

R 229 of 255 = 90%
G 206 of 255 = 81%
B 244 of 255 = 96%

229
206
244

R + G + B ~ 89%. #E5CEF4 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 206 + 244 = 679 (100%)
R 229 of 679 ~ 33.73%
G 206 of 679 ~ 30.34%
B 244 of 679 ~ 35.94%

%33.73
%30.34
%35.94

CMYK color model

#E5CEF4 color CMYK value is (6,16,0,4).

  • cyan value is 6.15%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(6,16,0,4)
C6M16Y0K4 
(6%,16%,0%,4%)
(0.06/0.16/0.00/0.04)	

CMYK percentages

%6.15
%15.57
%0
%4.31

Codes

Color #E5CEF4 in popluar color models

E5CEF4
RGB229206244
HSL276°63.33%88.24%
HSB/HSV276°15.57%95.69%
CMYK6.15%15.57%0.00%
4.31%

Color #E5CEF4 in popluar number systems.

HEXE5CEF4
Decimal229206244
Binary111001011100111011110100
Octal345316364

Shades and tints

Shades of #E5CEF4

#E5CEF4
(229,206,244)
#D1BCDE
(209,188,222)
#BDAAC8
(189,170,200)
#A998B2
(169,152,178)
#95869C
(149,134,156)
#817486
(129,116,134)
#6D6270
(109,98,112)
#59505A
(89,80,90)
#453E44
(69,62,68)
#312C2E
(49,44,46)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #E5CEF4

#E5CEF4
(229,206,244)
#E7D2F5
(231,210,245)
#E9D6F6
(233,214,246)
#EBDAF7
(235,218,247)
#EDDEF8
(237,222,248)
#EFE2F9
(239,226,249)
#F1E6FA
(241,230,250)
#F3EAFB
(243,234,251)
#F5EEFC
(245,238,252)
#F7F2FD
(247,242,253)
#F9F6FE
(249,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CEF4; }

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

This text font color is #E5CEF4.


Background Color

.myBgColor { background-color: #E5CEF4; }

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

This div background color is #E5CEF4.


Border color

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

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

This div border color is #E5CEF4.


Opacity

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

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

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

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

This text has shadow with #E5CEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CEF4 on black background.


Color preview on white background

This text has color #E5CEF4 on white background.



Black color preview on #E5CEF4 background

This text has black color on #E5CEF4 background.


White color preview on #E5CEF4 background

This text has white color on #E5CEF4 background.