COLOR #D9DBB7

HEX: #D9DBB7 RGB: (217,219,183)

Color info

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

RGB color model

#D9DBB7 color RGB value is (217,219,183).

RGB: (217,219,183) (85%, 86%, 72%)

RGB channels and saturation

R 217 of 255 = 85%
G 219 of 255 = 86%
B 183 of 255 = 72%

217
219
183

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

Portions of RGB colors in percentages

R + G + B = 217 + 219 + 183 = 619 (100%)
R 217 of 619 ~ 35.06%
G 219 of 619 ~ 35.38%
B 183 of 619 ~ 29.56'%

%35.06
%35.38
%29.56

CMYK color model

#D9DBB7 color CMYK value is (1,0,16,14).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 14.12%

CMYK: (1,0,16,14)
C1M0Y16K14 (1%, 0%, 16%, 14%)
(0.01 / 0.00 / 0.16 / 0.14)

CMYK percentages

%0.91
%0
%16.44
%14.12

Codes

Color #D9DBB7 in popluar color models

D9 DB B7
RGB 217 219 183
HSL 63° 33.33% 78.82%
HSB/HSV 63° 16.44% 85.88%
CMYK 0.91% 0.00% 16.44%
14.12%

Color #D9DBB7 in popluar number systems.

HEX D9 DB B7
Decimal 217 219 183
Binary 11011001 11011011 10110111
Octal 331 333 267

Shades and tints

Shades of #D9DBB7

#D9DBB7
(217,219,183)
#C6C8A7
(198,200,167)
#B3B597
(179,181,151)
#A0A287
(160,162,135)
#8D8F77
(141,143,119)
#7A7C67
(122,124,103)
#676957
(103,105,87)
#545647
(84,86,71)
#414337
(65,67,55)
#2E3027
(46,48,39)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #D9DBB7

#D9DBB7
(217,219,183)
#DCDEBD
(220,222,189)
#DFE1C3
(223,225,195)
#E2E4C9
(226,228,201)
#E5E7CF
(229,231,207)
#E8EAD5
(232,234,213)
#EBEDDB
(235,237,219)
#EEF0E1
(238,240,225)
#F1F3E7
(241,243,231)
#F4F6ED
(244,246,237)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DBB7 color. Also use rgb(217,219,183) instead hex code.

Text Font Color

.myTextColor { color: #D9DBB7; }

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

This text font color is #D9DBB7.

Background Color

.myBgColor { background-color: #D9DBB7; }

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

This div background color is #D9DBB7.

Border color

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

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

This div border color is #D9DBB7.

Opacity

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

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

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

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

This text has shadow with #D9DBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DBB7.

Preview

Color preview on black background

This text has color #D9DBB7 on black background.


Color preview on white background

This text has color #D9DBB7 on white background.


Black color preview on #D9DBB7 background

This text has black color on #D9DBB7 background.


White color preview on #D9DBB7 background

This text has white color on #D9DBB7 background.


Related colors

Complementary color

Complementary color for #hex is #262448.


I love getcolorcode.com

Triadic colors

1 #B7D9DB and #DBB7D9 with #D9DBB7 are triadic colors.

2 #B7DBD9 and #DBD9B7 with #D9DBB7 are triadic colors.