COLOR #D6DED9

HEX: #D6DED9
RGB: (214,222,217)

Color info

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

RGB color model

#D6DED9 color RGB value is (214,222,217).

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

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 217 of 255 = 85%

214
222
217

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

Portions of RGB colors in percentages

R + G + B =
214 + 222 + 217 = 653 (100%)
R 214 of 653 ~ 32.77%
G 222 of 653 ~ 34%
B 217 of 653 ~ 33.23%

%32.77
%34
%33.23

CMYK color model

#D6DED9 color CMYK value is (4,0,2,13).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK:
(4,0,2,13)
C4M0Y2K13 
(4%,0%,2%,13%)
(0.04/0.00/0.02/0.13)	

CMYK percentages

%3.6
%0
%2.25
%12.94

Codes

Color #D6DED9 in popluar color models

D6DED9
RGB214222217
HSL143°10.81%85.49%
HSB/HSV143°3.60%87.06%
CMYK3.60%0.00%2.25%
12.94%

Color #D6DED9 in popluar number systems.

HEXD6DED9
Decimal214222217
Binary110101101101111011011001
Octal326336331

Shades and tints

Shades of #D6DED9

#D6DED9
(214,222,217)
#C3CAC6
(195,202,198)
#B0B6B3
(176,182,179)
#9DA2A0
(157,162,160)
#8A8E8D
(138,142,141)
#777A7A
(119,122,122)
#646667
(100,102,103)
#515254
(81,82,84)
#3E3E41
(62,62,65)
#2B2A2E
(43,42,46)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #D6DED9

#D6DED9
(214,222,217)
#D9E1DC
(217,225,220)
#DCE4DF
(220,228,223)
#DFE7E2
(223,231,226)
#E2EAE5
(226,234,229)
#E5EDE8
(229,237,232)
#E8F0EB
(232,240,235)
#EBF3EE
(235,243,238)
#EEF6F1
(238,246,241)
#F1F9F4
(241,249,244)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DED9; }

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

This text font color is #D6DED9.


Background Color

.myBgColor { background-color: #D6DED9; }

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

This div background color is #D6DED9.


Border color

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

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

This div border color is #D6DED9.


Opacity

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

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

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

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

This text has shadow with #D6DED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DED9 on black background.


Color preview on white background

This text has color #D6DED9 on white background.



Black color preview on #D6DED9 background

This text has black color on #D6DED9 background.


White color preview on #D6DED9 background

This text has white color on #D6DED9 background.