COLOR #E7CAE0

HEX: #E7CAE0 RGB: (231,202,224)

Color info

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

RGB color model

#E7CAE0 color RGB value is (231,202,224).

RGB: (231,202,224) (91%, 79%, 88%)

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 224 of 255 = 88%

231
202
224

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

Portions of RGB colors in percentages

R + G + B = 231 + 202 + 224 = 657 (100%)
R 231 of 657 ~ 35.16%
G 202 of 657 ~ 30.75%
B 224 of 657 ~ 34.09'%

%35.16
%30.75
%34.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 3.03%
  • key color value is 9.41%

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

CMYK percentages

%0
%12.55
%3.03
%9.41

Codes

Color #E7CAE0 in popluar color models

E7 CA E0
RGB 231 202 224
HSL 314° 37.66% 84.90%
HSB/HSV 314° 12.55% 90.59%
CMYK 0.00% 12.55% 3.03%
9.41%

Color #E7CAE0 in popluar number systems.

HEX E7 CA E0
Decimal 231 202 224
Binary 11100111 11001010 11100000
Octal 347 312 340

Shades and tints

Shades of #E7CAE0

#E7CAE0
(231,202,224)
#D2B8CC
(210,184,204)
#BDA6B8
(189,166,184)
#A894A4
(168,148,164)
#938290
(147,130,144)
#7E707C
(126,112,124)
#695E68
(105,94,104)
#544C54
(84,76,84)
#3F3A40
(63,58,64)
#2A282C
(42,40,44)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #E7CAE0

#E7CAE0
(231,202,224)
#E9CEE2
(233,206,226)
#EBD2E4
(235,210,228)
#EDD6E6
(237,214,230)
#EFDAE8
(239,218,232)
#F1DEEA
(241,222,234)
#F3E2EC
(243,226,236)
#F5E6EE
(245,230,238)
#F7EAF0
(247,234,240)
#F9EEF2
(249,238,242)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CAE0; }

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

This text font color is #E7CAE0.

Background Color

.myBgColor { background-color: #E7CAE0; }

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

This div background color is #E7CAE0.

Border color

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

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

This div border color is #E7CAE0.

Opacity

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

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

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

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

This text has shadow with #E7CAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CAE0.

Preview

Color preview on black background

This text has color #E7CAE0 on black background.


Color preview on white background

This text has color #E7CAE0 on white background.


Black color preview on #E7CAE0 background

This text has black color on #E7CAE0 background.


White color preview on #E7CAE0 background

This text has white color on #E7CAE0 background.


Related colors

Complementary color

Complementary color for #hex is #18351F.


I love getcolorcode.com

Triadic colors

1 #E0E7CA and #CAE0E7 with #E7CAE0 are triadic colors.

2 #E0CAE7 and #CAE7E0 with #E7CAE0 are triadic colors.