COLOR #E2CAE0

HEX: #E2CAE0
RGB: (226,202,224)

Color info

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

RGB color model

#E2CAE0 color RGB value is (226,202,224).

  • red value is 226;
  • green value is 202;
  • blue value is 224.
RGB:
(226,202,224)
(89%,79%,88%)

RGB channels and saturation

R 226 of 255 = 89%
G 202 of 255 = 79%
B 224 of 255 = 88%

226
202
224

R + G + B ~ 85%. #E2CAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 202 + 224 = 652 (100%)
R 226 of 652 ~ 34.66%
G 202 of 652 ~ 30.98%
B 224 of 652 ~ 34.36%

%34.66
%30.98
%34.36

CMYK color model

#E2CAE0 color CMYK value is (0,11,1,11).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 0.88%
  • key color value is 11.37%
CMYK:
(0,11,1,11)
C0M11Y1K11 
(0%,11%,1%,11%)
(0.00/0.11/0.01/0.11)	

CMYK percentages

%0
%10.62
%0.88
%11.37

Codes

Color #E2CAE0 in popluar color models

E2CAE0
RGB226202224
HSL305°29.27%83.92%
HSB/HSV305°10.62%88.63%
CMYK0.00%10.62%0.88%
11.37%

Color #E2CAE0 in popluar number systems.

HEXE2CAE0
Decimal226202224
Binary111000101100101011100000
Octal342312340

Shades and tints

Shades of #E2CAE0

#E2CAE0
(226,202,224)
#CEB8CC
(206,184,204)
#BAA6B8
(186,166,184)
#A694A4
(166,148,164)
#928290
(146,130,144)
#7E707C
(126,112,124)
#6A5E68
(106,94,104)
#564C54
(86,76,84)
#423A40
(66,58,64)
#2E282C
(46,40,44)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #E2CAE0

#E2CAE0
(226,202,224)
#E4CEE2
(228,206,226)
#E6D2E4
(230,210,228)
#E8D6E6
(232,214,230)
#EADAE8
(234,218,232)
#ECDEEA
(236,222,234)
#EEE2EC
(238,226,236)
#F0E6EE
(240,230,238)
#F2EAF0
(242,234,240)
#F4EEF2
(244,238,242)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CAE0 color. Also use rgb(226,202,224) instead hex code.

Text Font Color

.myTextColor { color: #E2CAE0; }

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

This text font color is #E2CAE0.


Background Color

.myBgColor { background-color: #E2CAE0; }

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

This div background color is #E2CAE0.


Border color

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

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

This div border color is #E2CAE0.


Opacity

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

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

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

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

This text has shadow with #E2CAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CAE0 on black background.


Color preview on white background

This text has color #E2CAE0 on white background.



Black color preview on #E2CAE0 background

This text has black color on #E2CAE0 background.


White color preview on #E2CAE0 background

This text has white color on #E2CAE0 background.