COLOR #D6C8E5

HEX: #D6C8E5
RGB: (214,200,229)

Color info

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

RGB color model

#D6C8E5 color RGB value is (214,200,229).

  • red value is 214;
  • green value is 200;
  • blue value is 229.
RGB:
(214,200,229)
(84%,78%,90%)

RGB channels and saturation

R 214 of 255 = 84%
G 200 of 255 = 78%
B 229 of 255 = 90%

214
200
229

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

Portions of RGB colors in percentages

R + G + B =
214 + 200 + 229 = 643 (100%)
R 214 of 643 ~ 33.28%
G 200 of 643 ~ 31.1%
B 229 of 643 ~ 35.61%

%33.28
%31.1
%35.61

CMYK color model

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

  • cyan value is 6.55%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,13,0,10)
C7M13Y0K10 
(7%,13%,0%,10%)
(0.07/0.13/0.00/0.10)	

CMYK percentages

%6.55
%12.66
%0
%10.2

Codes

Color #D6C8E5 in popluar color models

D6C8E5
RGB214200229
HSL269°35.80%84.12%
HSB/HSV269°12.66%89.80%
CMYK6.55%12.66%0.00%
10.20%

Color #D6C8E5 in popluar number systems.

HEXD6C8E5
Decimal214200229
Binary110101101100100011100101
Octal326310345

Shades and tints

Shades of #D6C8E5

#D6C8E5
(214,200,229)
#C3B6D1
(195,182,209)
#B0A4BD
(176,164,189)
#9D92A9
(157,146,169)
#8A8095
(138,128,149)
#776E81
(119,110,129)
#645C6D
(100,92,109)
#514A59
(81,74,89)
#3E3845
(62,56,69)
#2B2631
(43,38,49)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #D6C8E5

#D6C8E5
(214,200,229)
#D9CDE7
(217,205,231)
#DCD2E9
(220,210,233)
#DFD7EB
(223,215,235)
#E2DCED
(226,220,237)
#E5E1EF
(229,225,239)
#E8E6F1
(232,230,241)
#EBEBF3
(235,235,243)
#EEF0F5
(238,240,245)
#F1F5F7
(241,245,247)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C8E5 color. Also use rgb(214,200,229) instead hex code.

Text Font Color

.myTextColor { color: #D6C8E5; }

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

This text font color is #D6C8E5.


Background Color

.myBgColor { background-color: #D6C8E5; }

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

This div background color is #D6C8E5.


Border color

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

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

This div border color is #D6C8E5.


Opacity

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

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

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

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

This text has shadow with #D6C8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C8E5 on black background.


Color preview on white background

This text has color #D6C8E5 on white background.



Black color preview on #D6C8E5 background

This text has black color on #D6C8E5 background.


White color preview on #D6C8E5 background

This text has white color on #D6C8E5 background.