COLOR #E6C7DE

HEX: #E6C7DE
RGB: (230,199,222)

Color info

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

RGB color model

#E6C7DE color RGB value is (230,199,222).

  • red value is 230;
  • green value is 199;
  • blue value is 222.
RGB:
(230,199,222)
(90%,78%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 199 of 255 = 78%
B 222 of 255 = 87%

230
199
222

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

Portions of RGB colors in percentages

R + G + B =
230 + 199 + 222 = 651 (100%)
R 230 of 651 ~ 35.33%
G 199 of 651 ~ 30.57%
B 222 of 651 ~ 34.1%

%35.33
%30.57
%34.1

CMYK color model

#E6C7DE color CMYK value is (0,13,3,10).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK:
(0,13,3,10)
C0M13Y3K10 
(0%,13%,3%,10%)
(0.00/0.13/0.03/0.10)	

CMYK percentages

%0
%13.48
%3.48
%9.8

Codes

Color #E6C7DE in popluar color models

E6C7DE
RGB230199222
HSL315°38.27%84.12%
HSB/HSV315°13.48%90.20%
CMYK0.00%13.48%3.48%
9.80%

Color #E6C7DE in popluar number systems.

HEXE6C7DE
Decimal230199222
Binary111001101100011111011110
Octal346307336

Shades and tints

Shades of #E6C7DE

#E6C7DE
(230,199,222)
#D2B5CA
(210,181,202)
#BEA3B6
(190,163,182)
#AA91A2
(170,145,162)
#967F8E
(150,127,142)
#826D7A
(130,109,122)
#6E5B66
(110,91,102)
#5A4952
(90,73,82)
#46373E
(70,55,62)
#32252A
(50,37,42)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #E6C7DE

#E6C7DE
(230,199,222)
#E8CCE1
(232,204,225)
#EAD1E4
(234,209,228)
#ECD6E7
(236,214,231)
#EEDBEA
(238,219,234)
#F0E0ED
(240,224,237)
#F2E5F0
(242,229,240)
#F4EAF3
(244,234,243)
#F6EFF6
(246,239,246)
#F8F4F9
(248,244,249)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C7DE color. Also use rgb(230,199,222) instead hex code.

Text Font Color

.myTextColor { color: #E6C7DE; }

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

This text font color is #E6C7DE.


Background Color

.myBgColor { background-color: #E6C7DE; }

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

This div background color is #E6C7DE.


Border color

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

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

This div border color is #E6C7DE.


Opacity

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

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

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

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

This text has shadow with #E6C7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C7DE on black background.


Color preview on white background

This text has color #E6C7DE on white background.



Black color preview on #E6C7DE background

This text has black color on #E6C7DE background.


White color preview on #E6C7DE background

This text has white color on #E6C7DE background.