COLOR #E7CAD8

HEX: #E7CAD8 RGB: (231,202,216)

Color info

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

RGB color model

#E7CAD8 color RGB value is (231,202,216).

RGB: (231,202,216) (91%, 79%, 85%)

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 216 of 255 = 85%

231
202
216

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

Portions of RGB colors in percentages

R + G + B = 231 + 202 + 216 = 649 (100%)
R 231 of 649 ~ 35.59%
G 202 of 649 ~ 31.12%
B 216 of 649 ~ 33.28'%

%35.59
%31.12
%33.28

CMYK color model

#E7CAD8 color CMYK value is (0,13,6,9).

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

CMYK: (0,13,6,9)
C0M13Y6K9 (0%, 13%, 6%, 9%)
(0.00 / 0.13 / 0.06 / 0.09)

CMYK percentages

%0
%12.55
%6.49
%9.41

Codes

Color #E7CAD8 in popluar color models

E7 CA D8
RGB 231 202 216
HSL 331° 37.66% 84.90%
HSB/HSV 331° 12.55% 90.59%
CMYK 0.00% 12.55% 6.49%
9.41%

Color #E7CAD8 in popluar number systems.

HEX E7 CA D8
Decimal 231 202 216
Binary 11100111 11001010 11011000
Octal 347 312 330

Shades and tints

Shades of #E7CAD8

#E7CAD8
(231,202,216)
#D2B8C5
(210,184,197)
#BDA6B2
(189,166,178)
#A8949F
(168,148,159)
#93828C
(147,130,140)
#7E7079
(126,112,121)
#695E66
(105,94,102)
#544C53
(84,76,83)
#3F3A40
(63,58,64)
#2A282D
(42,40,45)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #E7CAD8

#E7CAD8
(231,202,216)
#E9CEDB
(233,206,219)
#EBD2DE
(235,210,222)
#EDD6E1
(237,214,225)
#EFDAE4
(239,218,228)
#F1DEE7
(241,222,231)
#F3E2EA
(243,226,234)
#F5E6ED
(245,230,237)
#F7EAF0
(247,234,240)
#F9EEF3
(249,238,243)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CAD8; }

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

This text font color is #E7CAD8.

Background Color

.myBgColor { background-color: #E7CAD8; }

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

This div background color is #E7CAD8.

Border color

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

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

This div border color is #E7CAD8.

Opacity

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

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

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

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

This text has shadow with #E7CAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CAD8.

Preview

Color preview on black background

This text has color #E7CAD8 on black background.


Color preview on white background

This text has color #E7CAD8 on white background.


Black color preview on #E7CAD8 background

This text has black color on #E7CAD8 background.


White color preview on #E7CAD8 background

This text has white color on #E7CAD8 background.


Related colors

Complementary color

Complementary color for #hex is #183527.


I love getcolorcode.com

Triadic colors

1 #D8E7CA and #CAD8E7 with #E7CAD8 are triadic colors.

2 #D8CAE7 and #CAE7D8 with #E7CAD8 are triadic colors.