COLOR #D9DBCB

HEX: #D9DBCB
RGB: (217,219,203)

Color info

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

RGB color model

#D9DBCB color RGB value is (217,219,203).

  • red value is 217;
  • green value is 219;
  • blue value is 203.
RGB:
(217,219,203)
(85%,86%,80%)

RGB channels and saturation

R 217 of 255 = 85%
G 219 of 255 = 86%
B 203 of 255 = 80%

217
219
203

R + G + B ~ 84%. #D9DBCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 219 + 203 = 639 (100%)
R 217 of 639 ~ 33.96%
G 219 of 639 ~ 34.27%
B 203 of 639 ~ 31.77%

%33.96
%34.27
%31.77

CMYK color model

#D9DBCB color CMYK value is (1,0,7,14).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 7.31%
  • key color value is 14.12%
CMYK:
(1,0,7,14)
C1M0Y7K14 
(1%,0%,7%,14%)
(0.01/0.00/0.07/0.14)	

CMYK percentages

%0.91
%0
%7.31
%14.12

Codes

Color #D9DBCB in popluar color models

D9DBCB
RGB217219203
HSL68°18.18%82.75%
HSB/HSV68°7.31%85.88%
CMYK0.91%0.00%7.31%
14.12%

Color #D9DBCB in popluar number systems.

HEXD9DBCB
Decimal217219203
Binary110110011101101111001011
Octal331333313

Shades and tints

Shades of #D9DBCB

#D9DBCB
(217,219,203)
#C6C8B9
(198,200,185)
#B3B5A7
(179,181,167)
#A0A295
(160,162,149)
#8D8F83
(141,143,131)
#7A7C71
(122,124,113)
#67695F
(103,105,95)
#54564D
(84,86,77)
#41433B
(65,67,59)
#2E3029
(46,48,41)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #D9DBCB

#D9DBCB
(217,219,203)
#DCDECF
(220,222,207)
#DFE1D3
(223,225,211)
#E2E4D7
(226,228,215)
#E5E7DB
(229,231,219)
#E8EADF
(232,234,223)
#EBEDE3
(235,237,227)
#EEF0E7
(238,240,231)
#F1F3EB
(241,243,235)
#F4F6EF
(244,246,239)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DBCB; }

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

This text font color is #D9DBCB.


Background Color

.myBgColor { background-color: #D9DBCB; }

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

This div background color is #D9DBCB.


Border color

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

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

This div border color is #D9DBCB.


Opacity

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

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

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

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

This text has shadow with #D9DBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DBCB on black background.


Color preview on white background

This text has color #D9DBCB on white background.



Black color preview on #D9DBCB background

This text has black color on #D9DBCB background.


White color preview on #D9DBCB background

This text has white color on #D9DBCB background.