COLOR #D9DFB5

HEX: #D9DFB5
RGB: (217,223,181)

Color info

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

RGB color model

#D9DFB5 color RGB value is (217,223,181).

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

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 181 of 255 = 71%

217
223
181

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

Portions of RGB colors in percentages

R + G + B =
217 + 223 + 181 = 621 (100%)
R 217 of 621 ~ 34.94%
G 223 of 621 ~ 35.91%
B 181 of 621 ~ 29.15%

%34.94
%35.91
%29.15

CMYK color model

#D9DFB5 color CMYK value is (3,0,19,13).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 12.55%
CMYK:
(3,0,19,13)
C3M0Y19K13 
(3%,0%,19%,13%)
(0.03/0.00/0.19/0.13)	

CMYK percentages

%2.69
%0
%18.83
%12.55

Codes

Color #D9DFB5 in popluar color models

D9DFB5
RGB217223181
HSL69°39.62%79.22%
HSB/HSV69°18.83%87.45%
CMYK2.69%0.00%18.83%
12.55%

Color #D9DFB5 in popluar number systems.

HEXD9DFB5
Decimal217223181
Binary110110011101111110110101
Octal331337265

Shades and tints

Shades of #D9DFB5

#D9DFB5
(217,223,181)
#C6CBA5
(198,203,165)
#B3B795
(179,183,149)
#A0A385
(160,163,133)
#8D8F75
(141,143,117)
#7A7B65
(122,123,101)
#676755
(103,103,85)
#545345
(84,83,69)
#413F35
(65,63,53)
#2E2B25
(46,43,37)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #D9DFB5

#D9DFB5
(217,223,181)
#DCE1BB
(220,225,187)
#DFE3C1
(223,227,193)
#E2E5C7
(226,229,199)
#E5E7CD
(229,231,205)
#E8E9D3
(232,233,211)
#EBEBD9
(235,235,217)
#EEEDDF
(238,237,223)
#F1EFE5
(241,239,229)
#F4F1EB
(244,241,235)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DFB5; }

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

This text font color is #D9DFB5.


Background Color

.myBgColor { background-color: #D9DFB5; }

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

This div background color is #D9DFB5.


Border color

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

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

This div border color is #D9DFB5.


Opacity

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

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

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

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

This text has shadow with #D9DFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DFB5 on black background.


Color preview on white background

This text has color #D9DFB5 on white background.



Black color preview on #D9DFB5 background

This text has black color on #D9DFB5 background.


White color preview on #D9DFB5 background

This text has white color on #D9DFB5 background.