COLOR #E2CAEC

HEX: #E2CAEC
RGB: (226,202,236)

Color info

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

RGB color model

#E2CAEC color RGB value is (226,202,236).

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

RGB channels and saturation

R 226 of 255 = 89%
G 202 of 255 = 79%
B 236 of 255 = 93%

226
202
236

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

Portions of RGB colors in percentages

R + G + B =
226 + 202 + 236 = 664 (100%)
R 226 of 664 ~ 34.04%
G 202 of 664 ~ 30.42%
B 236 of 664 ~ 35.54%

%34.04
%30.42
%35.54

CMYK color model

#E2CAEC color CMYK value is (4,14,0,7).

  • cyan value is 4.24%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,14,0,7)
C4M14Y0K7 
(4%,14%,0%,7%)
(0.04/0.14/0.00/0.07)	

CMYK percentages

%4.24
%14.41
%0
%7.45

Codes

Color #E2CAEC in popluar color models

E2CAEC
RGB226202236
HSL282°47.22%85.88%
HSB/HSV282°14.41%92.55%
CMYK4.24%14.41%0.00%
7.45%

Color #E2CAEC in popluar number systems.

HEXE2CAEC
Decimal226202236
Binary111000101100101011101100
Octal342312354

Shades and tints

Shades of #E2CAEC

#E2CAEC
(226,202,236)
#CEB8D7
(206,184,215)
#BAA6C2
(186,166,194)
#A694AD
(166,148,173)
#928298
(146,130,152)
#7E7083
(126,112,131)
#6A5E6E
(106,94,110)
#564C59
(86,76,89)
#423A44
(66,58,68)
#2E282F
(46,40,47)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #E2CAEC

#E2CAEC
(226,202,236)
#E4CEED
(228,206,237)
#E6D2EE
(230,210,238)
#E8D6EF
(232,214,239)
#EADAF0
(234,218,240)
#ECDEF1
(236,222,241)
#EEE2F2
(238,226,242)
#F0E6F3
(240,230,243)
#F2EAF4
(242,234,244)
#F4EEF5
(244,238,245)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CAEC; }

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

This text font color is #E2CAEC.


Background Color

.myBgColor { background-color: #E2CAEC; }

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

This div background color is #E2CAEC.


Border color

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

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

This div border color is #E2CAEC.


Opacity

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

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

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

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

This text has shadow with #E2CAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CAEC on black background.


Color preview on white background

This text has color #E2CAEC on white background.



Black color preview on #E2CAEC background

This text has black color on #E2CAEC background.


White color preview on #E2CAEC background

This text has white color on #E2CAEC background.