COLOR #E6C7D8

HEX: #E6C7D8
RGB: (230,199,216)

Color info

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

RGB color model

#E6C7D8 color RGB value is (230,199,216).

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

RGB channels and saturation

R 230 of 255 = 90%
G 199 of 255 = 78%
B 216 of 255 = 85%

230
199
216

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

Portions of RGB colors in percentages

R + G + B =
230 + 199 + 216 = 645 (100%)
R 230 of 645 ~ 35.66%
G 199 of 645 ~ 30.85%
B 216 of 645 ~ 33.49%

%35.66
%30.85
%33.49

CMYK color model

#E6C7D8 color CMYK value is (0,13,6,10).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK: (0,13,6,10) C0M13Y6K10 (0%,13%,6%,10%) (0.00/0.13/0.06/0.10)

CMYK percentages

%0
%13.48
%6.09
%9.8

Codes

Color #E6C7D8 in popluar color models

E6C7D8
RGB230199216
HSL327°38.27%84.12%
HSB/HSV327°13.48%90.20%
CMYK0.00%13.48%6.09%
9.80%

Color #E6C7D8 in popluar number systems.

HEXE6C7D8
Decimal230199216
Binary111001101100011111011000
Octal346307330

Shades and tints

Shades of #E6C7D8

#E6C7D8
(230,199,216)
#D2B5C5
(210,181,197)
#BEA3B2
(190,163,178)
#AA919F
(170,145,159)
#967F8C
(150,127,140)
#826D79
(130,109,121)
#6E5B66
(110,91,102)
#5A4953
(90,73,83)
#463740
(70,55,64)
#32252D
(50,37,45)
#1E131A
(30,19,26)
#000000
(0,0,0)

Tints of #E6C7D8

#E6C7D8
(230,199,216)
#E8CCDB
(232,204,219)
#EAD1DE
(234,209,222)
#ECD6E1
(236,214,225)
#EEDBE4
(238,219,228)
#F0E0E7
(240,224,231)
#F2E5EA
(242,229,234)
#F4EAED
(244,234,237)
#F6EFF0
(246,239,240)
#F8F4F3
(248,244,243)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C7D8; }

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

This text font color is #E6C7D8.


Background Color

.myBgColor { background-color: #E6C7D8; }

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

This div background color is #E6C7D8.


Border color

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

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

This div border color is #E6C7D8.


Opacity

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

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

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

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

This text has shadow with #E6C7D8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E6C7D8 on black background.


Color preview on white background

This text has color #E6C7D8 on white background.



Black color preview on #E6C7D8 background

This text has black color on #E6C7D8 background.


White color preview on #E6C7D8 background

This text has white color on #E6C7D8 background.