COLOR #D6D0DF

HEX: #D6D0DF
RGB: (214,208,223)

Color info

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

RGB color model

#D6D0DF color RGB value is (214,208,223).

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

RGB channels and saturation

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

214
208
223

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

Portions of RGB colors in percentages

R + G + B =
214 + 208 + 223 = 645 (100%)
R 214 of 645 ~ 33.18%
G 208 of 645 ~ 32.25%
B 223 of 645 ~ 34.57%

%33.18
%32.25
%34.57

CMYK color model

#D6D0DF color CMYK value is (4,7,0,13).

  • cyan value is 4.04%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,7,0,13)
C4M7Y0K13 
(4%,7%,0%,13%)
(0.04/0.07/0.00/0.13)	

CMYK percentages

%4.04
%6.73
%0
%12.55

Codes

Color #D6D0DF in popluar color models

D6D0DF
RGB214208223
HSL264°18.99%84.51%
HSB/HSV264°6.73%87.45%
CMYK4.04%6.73%0.00%
12.55%

Color #D6D0DF in popluar number systems.

HEXD6D0DF
Decimal214208223
Binary110101101101000011011111
Octal326320337

Shades and tints

Shades of #D6D0DF

#D6D0DF
(214,208,223)
#C3BECB
(195,190,203)
#B0ACB7
(176,172,183)
#9D9AA3
(157,154,163)
#8A888F
(138,136,143)
#77767B
(119,118,123)
#646467
(100,100,103)
#515253
(81,82,83)
#3E403F
(62,64,63)
#2B2E2B
(43,46,43)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #D6D0DF

#D6D0DF
(214,208,223)
#D9D4E1
(217,212,225)
#DCD8E3
(220,216,227)
#DFDCE5
(223,220,229)
#E2E0E7
(226,224,231)
#E5E4E9
(229,228,233)
#E8E8EB
(232,232,235)
#EBECED
(235,236,237)
#EEF0EF
(238,240,239)
#F1F4F1
(241,244,241)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D0DF; }

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

This text font color is #D6D0DF.


Background Color

.myBgColor { background-color: #D6D0DF; }

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

This div background color is #D6D0DF.


Border color

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

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

This div border color is #D6D0DF.


Opacity

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

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

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

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

This text has shadow with #D6D0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D0DF on black background.


Color preview on white background

This text has color #D6D0DF on white background.



Black color preview on #D6D0DF background

This text has black color on #D6D0DF background.


White color preview on #D6D0DF background

This text has white color on #D6D0DF background.