COLOR #D9DFB9

HEX: #D9DFB9
RGB: (217,223,185)

Color info

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

RGB color model

#D9DFB9 color RGB value is (217,223,185).

  • red value is 217;
  • green value is 223;
  • blue value is 185.
RGB:
(217,223,185)
(85%,87%,73%)

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 185 of 255 = 73%

217
223
185

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

Portions of RGB colors in percentages

R + G + B =
217 + 223 + 185 = 625 (100%)
R 217 of 625 ~ 34.72%
G 223 of 625 ~ 35.68%
B 185 of 625 ~ 29.6%

%34.72
%35.68
%29.6

CMYK color model

#D9DFB9 color CMYK value is (3,0,17,13).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 12.55%
CMYK:
(3,0,17,13)
C3M0Y17K13 
(3%,0%,17%,13%)
(0.03/0.00/0.17/0.13)	

CMYK percentages

%2.69
%0
%17.04
%12.55

Codes

Color #D9DFB9 in popluar color models

D9DFB9
RGB217223185
HSL69°37.25%80.00%
HSB/HSV69°17.04%87.45%
CMYK2.69%0.00%17.04%
12.55%

Color #D9DFB9 in popluar number systems.

HEXD9DFB9
Decimal217223185
Binary110110011101111110111001
Octal331337271

Shades and tints

Shades of #D9DFB9

#D9DFB9
(217,223,185)
#C6CBA9
(198,203,169)
#B3B799
(179,183,153)
#A0A389
(160,163,137)
#8D8F79
(141,143,121)
#7A7B69
(122,123,105)
#676759
(103,103,89)
#545349
(84,83,73)
#413F39
(65,63,57)
#2E2B29
(46,43,41)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9DFB9

#D9DFB9
(217,223,185)
#DCE1BF
(220,225,191)
#DFE3C5
(223,227,197)
#E2E5CB
(226,229,203)
#E5E7D1
(229,231,209)
#E8E9D7
(232,233,215)
#EBEBDD
(235,235,221)
#EEEDE3
(238,237,227)
#F1EFE9
(241,239,233)
#F4F1EF
(244,241,239)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DFB9 color. Also use rgb(217,223,185) instead hex code.

Text Font Color

.myTextColor { color: #D9DFB9; }

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

This text font color is #D9DFB9.


Background Color

.myBgColor { background-color: #D9DFB9; }

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

This div background color is #D9DFB9.


Border color

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

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

This div border color is #D9DFB9.


Opacity

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

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

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

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

This text has shadow with #D9DFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DFB9 on black background.


Color preview on white background

This text has color #D9DFB9 on white background.



Black color preview on #D9DFB9 background

This text has black color on #D9DFB9 background.


White color preview on #D9DFB9 background

This text has white color on #D9DFB9 background.