COLOR #E1CAE6

HEX: #E1CAE6 RGB: (225,202,230)

Color info

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

RGB color model

#E1CAE6 color RGB value is (225,202,230).

RGB: (225,202,230) (88%, 79%, 90%)

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 230 of 255 = 90%

225
202
230

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

Portions of RGB colors in percentages

R + G + B = 225 + 202 + 230 = 657 (100%)
R 225 of 657 ~ 34.25%
G 202 of 657 ~ 30.75%
B 230 of 657 ~ 35.01'%

%34.25
%30.75
%35.01

CMYK color model

#E1CAE6 color CMYK value is (2,12,0,10).

  • cyan value is 2.17%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (2,12,0,10)
C2M12Y0K10 (2%, 12%, 0%, 10%)
(0.02 / 0.12 / 0.00 / 0.10)

CMYK percentages

%2.17
%12.17
%0
%9.8

Codes

Color #E1CAE6 in popluar color models

E1 CA E6
RGB 225 202 230
HSL 289° 35.90% 84.71%
HSB/HSV 289° 12.17% 90.20%
CMYK 2.17% 12.17% 0.00%
9.80%

Color #E1CAE6 in popluar number systems.

HEX E1 CA E6
Decimal 225 202 230
Binary 11100001 11001010 11100110
Octal 341 312 346

Shades and tints

Shades of #E1CAE6

#E1CAE6
(225,202,230)
#CDB8D2
(205,184,210)
#B9A6BE
(185,166,190)
#A594AA
(165,148,170)
#918296
(145,130,150)
#7D7082
(125,112,130)
#695E6E
(105,94,110)
#554C5A
(85,76,90)
#413A46
(65,58,70)
#2D2832
(45,40,50)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #E1CAE6

#E1CAE6
(225,202,230)
#E3CEE8
(227,206,232)
#E5D2EA
(229,210,234)
#E7D6EC
(231,214,236)
#E9DAEE
(233,218,238)
#EBDEF0
(235,222,240)
#EDE2F2
(237,226,242)
#EFE6F4
(239,230,244)
#F1EAF6
(241,234,246)
#F3EEF8
(243,238,248)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CAE6 color. Also use rgb(225,202,230) instead hex code.

Text Font Color

.myTextColor { color: #E1CAE6; }

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

This text font color is #E1CAE6.

Background Color

.myBgColor { background-color: #E1CAE6; }

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

This div background color is #E1CAE6.

Border color

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

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

This div border color is #E1CAE6.

Opacity

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

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

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

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

This text has shadow with #E1CAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CAE6.

Preview

Color preview on black background

This text has color #E1CAE6 on black background.


Color preview on white background

This text has color #E1CAE6 on white background.


Black color preview on #E1CAE6 background

This text has black color on #E1CAE6 background.


White color preview on #E1CAE6 background

This text has white color on #E1CAE6 background.


Related colors

Complementary color

Complementary color for #hex is #1E3519.


I love getcolorcode.com

Triadic colors

1 #E6E1CA and #CAE6E1 with #E1CAE6 are triadic colors.

2 #E6CAE1 and #CAE1E6 with #E1CAE6 are triadic colors.