COLOR #D6D0DE

HEX: #D6D0DE
RGB: (214,208,222)

Color info

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

RGB color model

#D6D0DE color RGB value is (214,208,222).

  • red value is 214;
  • green value is 208;
  • blue value is 222.
RGB:
(214,208,222)
(84%,82%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 208 of 255 = 82%
B 222 of 255 = 87%

214
208
222

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

Portions of RGB colors in percentages

R + G + B =
214 + 208 + 222 = 644 (100%)
R 214 of 644 ~ 33.23%
G 208 of 644 ~ 32.3%
B 222 of 644 ~ 34.47%

%33.23
%32.3
%34.47

CMYK color model

#D6D0DE color CMYK value is (4,6,0,13).

  • cyan value is 3.60%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,6,0,13)
C4M6Y0K13 
(4%,6%,0%,13%)
(0.04/0.06/0.00/0.13)	

CMYK percentages

%3.6
%6.31
%0
%12.94

Codes

Color #D6D0DE in popluar color models

D6D0DE
RGB214208222
HSL266°17.50%84.31%
HSB/HSV266°6.31%87.06%
CMYK3.60%6.31%0.00%
12.94%

Color #D6D0DE in popluar number systems.

HEXD6D0DE
Decimal214208222
Binary110101101101000011011110
Octal326320336

Shades and tints

Shades of #D6D0DE

#D6D0DE
(214,208,222)
#C3BECA
(195,190,202)
#B0ACB6
(176,172,182)
#9D9AA2
(157,154,162)
#8A888E
(138,136,142)
#77767A
(119,118,122)
#646466
(100,100,102)
#515252
(81,82,82)
#3E403E
(62,64,62)
#2B2E2A
(43,46,42)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #D6D0DE

#D6D0DE
(214,208,222)
#D9D4E1
(217,212,225)
#DCD8E4
(220,216,228)
#DFDCE7
(223,220,231)
#E2E0EA
(226,224,234)
#E5E4ED
(229,228,237)
#E8E8F0
(232,232,240)
#EBECF3
(235,236,243)
#EEF0F6
(238,240,246)
#F1F4F9
(241,244,249)
#F4F8FC
(244,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D0DE color. Also use rgb(214,208,222) instead hex code.

Text Font Color

.myTextColor { color: #D6D0DE; }

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

This text font color is #D6D0DE.


Background Color

.myBgColor { background-color: #D6D0DE; }

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

This div background color is #D6D0DE.


Border color

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

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

This div border color is #D6D0DE.


Opacity

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

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

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

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

This text has shadow with #D6D0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D0DE on black background.


Color preview on white background

This text has color #D6D0DE on white background.



Black color preview on #D6D0DE background

This text has black color on #D6D0DE background.


White color preview on #D6D0DE background

This text has white color on #D6D0DE background.