COLOR #E6C7DD

HEX: #E6C7DD RGB: (230,199,221)

Color info

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

RGB color model

#E6C7DD color RGB value is (230,199,221).

RGB: (230,199,221) (90%, 78%, 87%)

RGB channels and saturation

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

230
199
221

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

Portions of RGB colors in percentages

R + G + B = 230 + 199 + 221 = 650 (100%)
R 230 of 650 ~ 35.38%
G 199 of 650 ~ 30.62%
B 221 of 650 ~ 34'%

%35.38
%30.62
%34

CMYK color model

#E6C7DD color CMYK value is (0,13,4,10).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 3.91%
  • key color value is 9.80%

CMYK: (0,13,4,10)
C0M13Y4K10 (0%, 13%, 4%, 10%)
(0.00 / 0.13 / 0.04 / 0.10)

CMYK percentages

%0
%13.48
%3.91
%9.8

Codes

Color #E6C7DD in popluar color models

E6 C7 DD
RGB 230 199 221
HSL 317° 38.27% 84.12%
HSB/HSV 317° 13.48% 90.20%
CMYK 0.00% 13.48% 3.91%
9.80%

Color #E6C7DD in popluar number systems.

HEX E6 C7 DD
Decimal 230 199 221
Binary 11100110 11000111 11011101
Octal 346 307 335

Shades and tints

Shades of #E6C7DD

#E6C7DD
(230,199,221)
#D2B5C9
(210,181,201)
#BEA3B5
(190,163,181)
#AA91A1
(170,145,161)
#967F8D
(150,127,141)
#826D79
(130,109,121)
#6E5B65
(110,91,101)
#5A4951
(90,73,81)
#46373D
(70,55,61)
#322529
(50,37,41)
#1E1315
(30,19,21)
#000000
(0,0,0)

Tints of #E6C7DD

#E6C7DD
(230,199,221)
#E8CCE0
(232,204,224)
#EAD1E3
(234,209,227)
#ECD6E6
(236,214,230)
#EEDBE9
(238,219,233)
#F0E0EC
(240,224,236)
#F2E5EF
(242,229,239)
#F4EAF2
(244,234,242)
#F6EFF5
(246,239,245)
#F8F4F8
(248,244,248)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C7DD; }

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

This text font color is #E6C7DD.

Background Color

.myBgColor { background-color: #E6C7DD; }

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

This div background color is #E6C7DD.

Border color

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

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

This div border color is #E6C7DD.

Opacity

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

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

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

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

This text has shadow with #E6C7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C7DD.

Preview

Color preview on black background

This text has color #E6C7DD on black background.


Color preview on white background

This text has color #E6C7DD on white background.


Black color preview on #E6C7DD background

This text has black color on #E6C7DD background.


White color preview on #E6C7DD background

This text has white color on #E6C7DD background.


Related colors

Complementary color

Complementary color for #hex is #193822.


I love getcolorcode.com

Triadic colors

1 #DDE6C7 and #C7DDE6 with #E6C7DD are triadic colors.

2 #DDC7E6 and #C7E6DD with #E6C7DD are triadic colors.