COLOR #D6DBDC

HEX: #D6DBDC RGB: (214,219,220)

Color info

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

RGB color model

#D6DBDC color RGB value is (214,219,220).

RGB: (214,219,220) (84%, 86%, 86%)

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 220 of 255 = 86%

214
219
220

R + G + B ~ 85%. #D6DBDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 219 + 220 = 653 (100%)
R 214 of 653 ~ 32.77%
G 219 of 653 ~ 33.54%
B 220 of 653 ~ 33.69'%

%32.77
%33.54
%33.69

CMYK color model

#D6DBDC color CMYK value is (3,0,0,14).

  • cyan value is 2.73%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (3,0,0,14)
C3M0Y0K14 (3%, 0%, 0%, 14%)
(0.03 / 0.00 / 0.00 / 0.14)

CMYK percentages

%2.73
%0.45
%0
%13.73

Codes

Color #D6DBDC in popluar color models

D6 DB DC
RGB 214 219 220
HSL 190° 7.89% 85.10%
HSB/HSV 190° 2.73% 86.27%
CMYK 2.73% 0.45% 0.00%
13.73%

Color #D6DBDC in popluar number systems.

HEX D6 DB DC
Decimal 214 219 220
Binary 11010110 11011011 11011100
Octal 326 333 334

Shades and tints

Shades of #D6DBDC

#D6DBDC
(214,219,220)
#C3C8C8
(195,200,200)
#B0B5B4
(176,181,180)
#9DA2A0
(157,162,160)
#8A8F8C
(138,143,140)
#777C78
(119,124,120)
#646964
(100,105,100)
#515650
(81,86,80)
#3E433C
(62,67,60)
#2B3028
(43,48,40)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #D6DBDC

#D6DBDC
(214,219,220)
#D9DEDF
(217,222,223)
#DCE1E2
(220,225,226)
#DFE4E5
(223,228,229)
#E2E7E8
(226,231,232)
#E5EAEB
(229,234,235)
#E8EDEE
(232,237,238)
#EBF0F1
(235,240,241)
#EEF3F4
(238,243,244)
#F1F6F7
(241,246,247)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DBDC color. Also use rgb(214,219,220) instead hex code.

Text Font Color

.myTextColor { color: #D6DBDC; }

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

This text font color is #D6DBDC.

Background Color

.myBgColor { background-color: #D6DBDC; }

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

This div background color is #D6DBDC.

Border color

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

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

This div border color is #D6DBDC.

Opacity

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

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

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

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

This text has shadow with #D6DBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DBDC.

Preview

Color preview on black background

This text has color #D6DBDC on black background.


Color preview on white background

This text has color #D6DBDC on white background.


Black color preview on #D6DBDC background

This text has black color on #D6DBDC background.


White color preview on #D6DBDC background

This text has white color on #D6DBDC background.


Related colors

Complementary color

Complementary color for #hex is #292423.


I love getcolorcode.com

Triadic colors

1 #DCD6DB and #DBDCD6 with #D6DBDC are triadic colors.

2 #DCDBD6 and #DBD6DC with #D6DBDC are triadic colors.