COLOR #E8CAE2

HEX: #E8CAE2 RGB: (232,202,226)

Color info

#E8CAE2 contains red, green and blue colors in about the same proportion. Web safe color of #E8CAE2 is #FFCCCC (or #FCC).

RGB color model

#E8CAE2 color RGB value is (232,202,226).

RGB: (232,202,226) (91%, 79%, 89%)

RGB channels and saturation

R 232 of 255 = 91%
G 202 of 255 = 79%
B 226 of 255 = 89%

232
202
226

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

Portions of RGB colors in percentages

R + G + B = 232 + 202 + 226 = 660 (100%)
R 232 of 660 ~ 35.15%
G 202 of 660 ~ 30.61%
B 226 of 660 ~ 34.24'%

%35.15
%30.61
%34.24

CMYK color model

#E8CAE2 color CMYK value is (0,13,3,9).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 2.59%
  • key color value is 9.02%

CMYK: (0,13,3,9)
C0M13Y3K9 (0%, 13%, 3%, 9%)
(0.00 / 0.13 / 0.03 / 0.09)

CMYK percentages

%0
%12.93
%2.59
%9.02

Codes

Color #E8CAE2 in popluar color models

E8 CA E2
RGB 232 202 226
HSL 312° 39.47% 85.10%
HSB/HSV 312° 12.93% 90.98%
CMYK 0.00% 12.93% 2.59%
9.02%

Color #E8CAE2 in popluar number systems.

HEX E8 CA E2
Decimal 232 202 226
Binary 11101000 11001010 11100010
Octal 350 312 342

Shades and tints

Shades of #E8CAE2

#E8CAE2
(232,202,226)
#D3B8CE
(211,184,206)
#BEA6BA
(190,166,186)
#A994A6
(169,148,166)
#948292
(148,130,146)
#7F707E
(127,112,126)
#6A5E6A
(106,94,106)
#554C56
(85,76,86)
#403A42
(64,58,66)
#2B282E
(43,40,46)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #E8CAE2

#E8CAE2
(232,202,226)
#EACEE4
(234,206,228)
#ECD2E6
(236,210,230)
#EED6E8
(238,214,232)
#F0DAEA
(240,218,234)
#F2DEEC
(242,222,236)
#F4E2EE
(244,226,238)
#F6E6F0
(246,230,240)
#F8EAF2
(248,234,242)
#FAEEF4
(250,238,244)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CAE2; }

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

This text font color is #E8CAE2.

Background Color

.myBgColor { background-color: #E8CAE2; }

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

This div background color is #E8CAE2.

Border color

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

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

This div border color is #E8CAE2.

Opacity

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

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

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

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

This text has shadow with #E8CAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CAE2.

Preview

Color preview on black background

This text has color #E8CAE2 on black background.


Color preview on white background

This text has color #E8CAE2 on white background.


Black color preview on #E8CAE2 background

This text has black color on #E8CAE2 background.


White color preview on #E8CAE2 background

This text has white color on #E8CAE2 background.


Related colors

Complementary color

Complementary color for #hex is #17351D.


I love getcolorcode.com

Triadic colors

1 #E2E8CA and #CAE2E8 with #E8CAE2 are triadic colors.

2 #E2CAE8 and #CAE8E2 with #E8CAE2 are triadic colors.