COLOR #E6C8DD

HEX: #E6C8DD
RGB: (230,200,221)

Color info

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

RGB color model

#E6C8DD color RGB value is (230,200,221).

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

RGB channels and saturation

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

230
200
221

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

Portions of RGB colors in percentages

R + G + B =
230 + 200 + 221 = 651 (100%)
R 230 of 651 ~ 35.33%
G 200 of 651 ~ 30.72%
B 221 of 651 ~ 33.95%

%35.33
%30.72
%33.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.04%
  • 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.04
%3.91
%9.8

Codes

Color #E6C8DD in popluar color models

E6C8DD
RGB230200221
HSL318°37.50%84.31%
HSB/HSV318°13.04%90.20%
CMYK0.00%13.04%3.91%
9.80%

Color #E6C8DD in popluar number systems.

HEXE6C8DD
Decimal230200221
Binary111001101100100011011101
Octal346310335

Shades and tints

Shades of #E6C8DD

#E6C8DD
(230,200,221)
#D2B6C9
(210,182,201)
#BEA4B5
(190,164,181)
#AA92A1
(170,146,161)
#96808D
(150,128,141)
#826E79
(130,110,121)
#6E5C65
(110,92,101)
#5A4A51
(90,74,81)
#46383D
(70,56,61)
#322629
(50,38,41)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #E6C8DD

#E6C8DD
(230,200,221)
#E8CDE0
(232,205,224)
#EAD2E3
(234,210,227)
#ECD7E6
(236,215,230)
#EEDCE9
(238,220,233)
#F0E1EC
(240,225,236)
#F2E6EF
(242,230,239)
#F4EBF2
(244,235,242)
#F6F0F5
(246,240,245)
#F8F5F8
(248,245,248)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C8DD; }

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

This text font color is #E6C8DD.


Background Color

.myBgColor { background-color: #E6C8DD; }

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

This div background color is #E6C8DD.


Border color

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

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

This div border color is #E6C8DD.


Opacity

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

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

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

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

This text has shadow with #E6C8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C8DD on black background.


Color preview on white background

This text has color #E6C8DD on white background.



Black color preview on #E6C8DD background

This text has black color on #E6C8DD background.


White color preview on #E6C8DD background

This text has white color on #E6C8DD background.