COLOR #D9DBCC

HEX: #D9DBCC RGB: (217,219,204)

Color info

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

RGB color model

#D9DBCC color RGB value is (217,219,204).

RGB: (217,219,204) (85%, 86%, 80%)

RGB channels and saturation

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

217
219
204

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

Portions of RGB colors in percentages

R + G + B = 217 + 219 + 204 = 640 (100%)
R 217 of 640 ~ 33.91%
G 219 of 640 ~ 34.22%
B 204 of 640 ~ 31.88'%

%33.91
%34.22
%31.88

CMYK color model

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

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • 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
%6.85
%14.12

Codes

Color #D9DBCC in popluar color models

D9 DB CC
RGB 217 219 204
HSL 68° 17.24% 82.94%
HSB/HSV 68° 6.85% 85.88%
CMYK 0.91% 0.00% 6.85%
14.12%

Color #D9DBCC in popluar number systems.

HEX D9 DB CC
Decimal 217 219 204
Binary 11011001 11011011 11001100
Octal 331 333 314

Shades and tints

Shades of #D9DBCC

#D9DBCC
(217,219,204)
#C6C8BA
(198,200,186)
#B3B5A8
(179,181,168)
#A0A296
(160,162,150)
#8D8F84
(141,143,132)
#7A7C72
(122,124,114)
#676960
(103,105,96)
#54564E
(84,86,78)
#41433C
(65,67,60)
#2E302A
(46,48,42)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #D9DBCC

#D9DBCC
(217,219,204)
#DCDED0
(220,222,208)
#DFE1D4
(223,225,212)
#E2E4D8
(226,228,216)
#E5E7DC
(229,231,220)
#E8EAE0
(232,234,224)
#EBEDE4
(235,237,228)
#EEF0E8
(238,240,232)
#F1F3EC
(241,243,236)
#F4F6F0
(244,246,240)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DBCC; }

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

This text font color is #D9DBCC.

Background Color

.myBgColor { background-color: #D9DBCC; }

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

This div background color is #D9DBCC.

Border color

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

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

This div border color is #D9DBCC.

Opacity

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

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

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

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

This text has shadow with #D9DBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DBCC.

Preview

Color preview on black background

This text has color #D9DBCC on black background.


Color preview on white background

This text has color #D9DBCC on white background.


Black color preview on #D9DBCC background

This text has black color on #D9DBCC background.


White color preview on #D9DBCC background

This text has white color on #D9DBCC background.


Related colors

Complementary color

Complementary color for #hex is #262433.


I love getcolorcode.com

Triadic colors

1 #CCD9DB and #DBCCD9 with #D9DBCC are triadic colors.

2 #CCDBD9 and #DBD9CC with #D9DBCC are triadic colors.