COLOR #E6C9D7

HEX: #E6C9D7
RGB: (230,201,215)

Color info

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

RGB color model

#E6C9D7 color RGB value is (230,201,215).

  • red value is 230;
  • green value is 201;
  • blue value is 215.
RGB:
(230,201,215)
(90%,79%,84%)

RGB channels and saturation

R 230 of 255 = 90%
G 201 of 255 = 79%
B 215 of 255 = 84%

230
201
215

R + G + B ~ 84%. #E6C9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 201 + 215 = 646 (100%)
R 230 of 646 ~ 35.6%
G 201 of 646 ~ 31.11%
B 215 of 646 ~ 33.28%

%35.6
%31.11
%33.28

CMYK color model

#E6C9D7 color CMYK value is (0,13,7,10).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(0,13,7,10)
C0M13Y7K10 
(0%,13%,7%,10%)
(0.00/0.13/0.07/0.10)	

CMYK percentages

%0
%12.61
%6.52
%9.8

Codes

Color #E6C9D7 in popluar color models

E6C9D7
RGB230201215
HSL331°36.71%84.51%
HSB/HSV331°12.61%90.20%
CMYK0.00%12.61%6.52%
9.80%

Color #E6C9D7 in popluar number systems.

HEXE6C9D7
Decimal230201215
Binary111001101100100111010111
Octal346311327

Shades and tints

Shades of #E6C9D7

#E6C9D7
(230,201,215)
#D2B7C4
(210,183,196)
#BEA5B1
(190,165,177)
#AA939E
(170,147,158)
#96818B
(150,129,139)
#826F78
(130,111,120)
#6E5D65
(110,93,101)
#5A4B52
(90,75,82)
#46393F
(70,57,63)
#32272C
(50,39,44)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #E6C9D7

#E6C9D7
(230,201,215)
#E8CDDA
(232,205,218)
#EAD1DD
(234,209,221)
#ECD5E0
(236,213,224)
#EED9E3
(238,217,227)
#F0DDE6
(240,221,230)
#F2E1E9
(242,225,233)
#F4E5EC
(244,229,236)
#F6E9EF
(246,233,239)
#F8EDF2
(248,237,242)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C9D7 color. Also use rgb(230,201,215) instead hex code.

Text Font Color

.myTextColor { color: #E6C9D7; }

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

This text font color is #E6C9D7.


Background Color

.myBgColor { background-color: #E6C9D7; }

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

This div background color is #E6C9D7.


Border color

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

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

This div border color is #E6C9D7.


Opacity

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

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

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

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

This text has shadow with #E6C9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C9D7 on black background.


Color preview on white background

This text has color #E6C9D7 on white background.



Black color preview on #E6C9D7 background

This text has black color on #E6C9D7 background.


White color preview on #E6C9D7 background

This text has white color on #E6C9D7 background.