COLOR #D9DDB6

HEX: #D9DDB6
RGB: (217,221,182)

Color info

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

RGB color model

#D9DDB6 color RGB value is (217,221,182).

  • red value is 217;
  • green value is 221;
  • blue value is 182.
RGB:
(217,221,182)
(85%,87%,71%)

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 182 of 255 = 71%

217
221
182

R + G + B ~ 81%. #D9DDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 221 + 182 = 620 (100%)
R 217 of 620 ~ 35%
G 221 of 620 ~ 35.65%
B 182 of 620 ~ 29.35%

%35
%35.65
%29.35

CMYK color model

#D9DDB6 color CMYK value is (2,0,18,13).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 13.33%
CMYK:
(2,0,18,13)
C2M0Y18K13 
(2%,0%,18%,13%)
(0.02/0.00/0.18/0.13)	

CMYK percentages

%1.81
%0
%17.65
%13.33

Codes

Color #D9DDB6 in popluar color models

D9DDB6
RGB217221182
HSL66°36.45%79.02%
HSB/HSV66°17.65%86.67%
CMYK1.81%0.00%17.65%
13.33%

Color #D9DDB6 in popluar number systems.

HEXD9DDB6
Decimal217221182
Binary110110011101110110110110
Octal331335266

Shades and tints

Shades of #D9DDB6

#D9DDB6
(217,221,182)
#C6C9A6
(198,201,166)
#B3B596
(179,181,150)
#A0A186
(160,161,134)
#8D8D76
(141,141,118)
#7A7966
(122,121,102)
#676556
(103,101,86)
#545146
(84,81,70)
#413D36
(65,61,54)
#2E2926
(46,41,38)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #D9DDB6

#D9DDB6
(217,221,182)
#DCE0BC
(220,224,188)
#DFE3C2
(223,227,194)
#E2E6C8
(226,230,200)
#E5E9CE
(229,233,206)
#E8ECD4
(232,236,212)
#EBEFDA
(235,239,218)
#EEF2E0
(238,242,224)
#F1F5E6
(241,245,230)
#F4F8EC
(244,248,236)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DDB6 color. Also use rgb(217,221,182) instead hex code.

Text Font Color

.myTextColor { color: #D9DDB6; }

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

This text font color is #D9DDB6.


Background Color

.myBgColor { background-color: #D9DDB6; }

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

This div background color is #D9DDB6.


Border color

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

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

This div border color is #D9DDB6.


Opacity

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

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

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

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

This text has shadow with #D9DDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DDB6 on black background.


Color preview on white background

This text has color #D9DDB6 on white background.



Black color preview on #D9DDB6 background

This text has black color on #D9DDB6 background.


White color preview on #D9DDB6 background

This text has white color on #D9DDB6 background.