COLOR #E7CAD9

HEX: #E7CAD9
RGB: (231,202,217)

Color info

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

RGB color model

#E7CAD9 color RGB value is (231,202,217).

  • red value is 231;
  • green value is 202;
  • blue value is 217.
RGB:
(231,202,217)
(91%,79%,85%)

RGB channels and saturation

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

231
202
217

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

Portions of RGB colors in percentages

R + G + B =
231 + 202 + 217 = 650 (100%)
R 231 of 650 ~ 35.54%
G 202 of 650 ~ 31.08%
B 217 of 650 ~ 33.38%

%35.54
%31.08
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 6.06%
  • 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.06
%9.41

Codes

Color #E7CAD9 in popluar color models

E7CAD9
RGB231202217
HSL329°37.66%84.90%
HSB/HSV329°12.55%90.59%
CMYK0.00%12.55%6.06%
9.41%

Color #E7CAD9 in popluar number systems.

HEXE7CAD9
Decimal231202217
Binary111001111100101011011001
Octal347312331

Shades and tints

Shades of #E7CAD9

#E7CAD9
(231,202,217)
#D2B8C6
(210,184,198)
#BDA6B3
(189,166,179)
#A894A0
(168,148,160)
#93828D
(147,130,141)
#7E707A
(126,112,122)
#695E67
(105,94,103)
#544C54
(84,76,84)
#3F3A41
(63,58,65)
#2A282E
(42,40,46)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #E7CAD9

#E7CAD9
(231,202,217)
#E9CEDC
(233,206,220)
#EBD2DF
(235,210,223)
#EDD6E2
(237,214,226)
#EFDAE5
(239,218,229)
#F1DEE8
(241,222,232)
#F3E2EB
(243,226,235)
#F5E6EE
(245,230,238)
#F7EAF1
(247,234,241)
#F9EEF4
(249,238,244)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CAD9; }

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

This text font color is #E7CAD9.


Background Color

.myBgColor { background-color: #E7CAD9; }

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

This div background color is #E7CAD9.


Border color

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

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

This div border color is #E7CAD9.


Opacity

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

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

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

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

This text has shadow with #E7CAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CAD9 on black background.


Color preview on white background

This text has color #E7CAD9 on white background.



Black color preview on #E7CAD9 background

This text has black color on #E7CAD9 background.


White color preview on #E7CAD9 background

This text has white color on #E7CAD9 background.