COLOR #D9DDBC

HEX: #D9DDBC
RGB: (217,221,188)

Color info

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

RGB color model

#D9DDBC color RGB value is (217,221,188).

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

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 188 of 255 = 74%

217
221
188

R + G + B ~ 82%. #D9DDBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 221 + 188 = 626 (100%)
R 217 of 626 ~ 34.66%
G 221 of 626 ~ 35.3%
B 188 of 626 ~ 30.03%

%34.66
%35.3
%30.03

CMYK color model

#D9DDBC color CMYK value is (2,0,15,13).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 13.33%
CMYK:
(2,0,15,13)
C2M0Y15K13 
(2%,0%,15%,13%)
(0.02/0.00/0.15/0.13)	

CMYK percentages

%1.81
%0
%14.93
%13.33

Codes

Color #D9DDBC in popluar color models

D9DDBC
RGB217221188
HSL67°32.67%80.20%
HSB/HSV67°14.93%86.67%
CMYK1.81%0.00%14.93%
13.33%

Color #D9DDBC in popluar number systems.

HEXD9DDBC
Decimal217221188
Binary110110011101110110111100
Octal331335274

Shades and tints

Shades of #D9DDBC

#D9DDBC
(217,221,188)
#C6C9AB
(198,201,171)
#B3B59A
(179,181,154)
#A0A189
(160,161,137)
#8D8D78
(141,141,120)
#7A7967
(122,121,103)
#676556
(103,101,86)
#545145
(84,81,69)
#413D34
(65,61,52)
#2E2923
(46,41,35)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #D9DDBC

#D9DDBC
(217,221,188)
#DCE0C2
(220,224,194)
#DFE3C8
(223,227,200)
#E2E6CE
(226,230,206)
#E5E9D4
(229,233,212)
#E8ECDA
(232,236,218)
#EBEFE0
(235,239,224)
#EEF2E6
(238,242,230)
#F1F5EC
(241,245,236)
#F4F8F2
(244,248,242)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DDBC; }

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

This text font color is #D9DDBC.


Background Color

.myBgColor { background-color: #D9DDBC; }

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

This div background color is #D9DDBC.


Border color

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

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

This div border color is #D9DDBC.


Opacity

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

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

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

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

This text has shadow with #D9DDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DDBC on black background.


Color preview on white background

This text has color #D9DDBC on white background.



Black color preview on #D9DDBC background

This text has black color on #D9DDBC background.


White color preview on #D9DDBC background

This text has white color on #D9DDBC background.