COLOR #E5CAEB

HEX: #E5CAEB
RGB: (229,202,235)

Color info

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

RGB color model

#E5CAEB color RGB value is (229,202,235).

  • red value is 229;
  • green value is 202;
  • blue value is 235.
RGB:
(229,202,235)
(90%,79%,92%)

RGB channels and saturation

R 229 of 255 = 90%
G 202 of 255 = 79%
B 235 of 255 = 92%

229
202
235

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

Portions of RGB colors in percentages

R + G + B =
229 + 202 + 235 = 666 (100%)
R 229 of 666 ~ 34.38%
G 202 of 666 ~ 30.33%
B 235 of 666 ~ 35.29%

%34.38
%30.33
%35.29

CMYK color model

#E5CAEB color CMYK value is (3,14,0,8).

  • cyan value is 2.55%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,14,0,8)
C3M14Y0K8 
(3%,14%,0%,8%)
(0.03/0.14/0.00/0.08)	

CMYK percentages

%2.55
%14.04
%0
%7.84

Codes

Color #E5CAEB in popluar color models

E5CAEB
RGB229202235
HSL289°45.21%85.69%
HSB/HSV289°14.04%92.16%
CMYK2.55%14.04%0.00%
7.84%

Color #E5CAEB in popluar number systems.

HEXE5CAEB
Decimal229202235
Binary111001011100101011101011
Octal345312353

Shades and tints

Shades of #E5CAEB

#E5CAEB
(229,202,235)
#D1B8D6
(209,184,214)
#BDA6C1
(189,166,193)
#A994AC
(169,148,172)
#958297
(149,130,151)
#817082
(129,112,130)
#6D5E6D
(109,94,109)
#594C58
(89,76,88)
#453A43
(69,58,67)
#31282E
(49,40,46)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #E5CAEB

#E5CAEB
(229,202,235)
#E7CEEC
(231,206,236)
#E9D2ED
(233,210,237)
#EBD6EE
(235,214,238)
#EDDAEF
(237,218,239)
#EFDEF0
(239,222,240)
#F1E2F1
(241,226,241)
#F3E6F2
(243,230,242)
#F5EAF3
(245,234,243)
#F7EEF4
(247,238,244)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CAEB color. Also use rgb(229,202,235) instead hex code.

Text Font Color

.myTextColor { color: #E5CAEB; }

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

This text font color is #E5CAEB.


Background Color

.myBgColor { background-color: #E5CAEB; }

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

This div background color is #E5CAEB.


Border color

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

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

This div border color is #E5CAEB.


Opacity

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

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

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

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

This text has shadow with #E5CAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CAEB on black background.


Color preview on white background

This text has color #E5CAEB on white background.



Black color preview on #E5CAEB background

This text has black color on #E5CAEB background.


White color preview on #E5CAEB background

This text has white color on #E5CAEB background.