COLOR #E4CAE9

HEX: #E4CAE9
RGB: (228,202,233)

Color info

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

RGB color model

#E4CAE9 color RGB value is (228,202,233).

  • red value is 228;
  • green value is 202;
  • blue value is 233.
RGB:
(228,202,233)
(89%,79%,91%)

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 233 of 255 = 91%

228
202
233

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

Portions of RGB colors in percentages

R + G + B =
228 + 202 + 233 = 663 (100%)
R 228 of 663 ~ 34.39%
G 202 of 663 ~ 30.47%
B 233 of 663 ~ 35.14%

%34.39
%30.47
%35.14

CMYK color model

#E4CAE9 color CMYK value is (2,13,0,9).

  • cyan value is 2.15%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(2,13,0,9)
C2M13Y0K9 
(2%,13%,0%,9%)
(0.02/0.13/0.00/0.09)	

CMYK percentages

%2.15
%13.3
%0
%8.63

Codes

Color #E4CAE9 in popluar color models

E4CAE9
RGB228202233
HSL290°41.33%85.29%
HSB/HSV290°13.30%91.37%
CMYK2.15%13.30%0.00%
8.63%

Color #E4CAE9 in popluar number systems.

HEXE4CAE9
Decimal228202233
Binary111001001100101011101001
Octal344312351

Shades and tints

Shades of #E4CAE9

#E4CAE9
(228,202,233)
#D0B8D4
(208,184,212)
#BCA6BF
(188,166,191)
#A894AA
(168,148,170)
#948295
(148,130,149)
#807080
(128,112,128)
#6C5E6B
(108,94,107)
#584C56
(88,76,86)
#443A41
(68,58,65)
#30282C
(48,40,44)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E4CAE9

#E4CAE9
(228,202,233)
#E6CEEB
(230,206,235)
#E8D2ED
(232,210,237)
#EAD6EF
(234,214,239)
#ECDAF1
(236,218,241)
#EEDEF3
(238,222,243)
#F0E2F5
(240,226,245)
#F2E6F7
(242,230,247)
#F4EAF9
(244,234,249)
#F6EEFB
(246,238,251)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CAE9 color. Also use rgb(228,202,233) instead hex code.

Text Font Color

.myTextColor { color: #E4CAE9; }

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

This text font color is #E4CAE9.


Background Color

.myBgColor { background-color: #E4CAE9; }

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

This div background color is #E4CAE9.


Border color

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

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

This div border color is #E4CAE9.


Opacity

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

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

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

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

This text has shadow with #E4CAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CAE9 on black background.


Color preview on white background

This text has color #E4CAE9 on white background.



Black color preview on #E4CAE9 background

This text has black color on #E4CAE9 background.


White color preview on #E4CAE9 background

This text has white color on #E4CAE9 background.