COLOR #D6DBDD

HEX: #D6DBDD RGB: (214,219,221)

Color info

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

RGB color model

#D6DBDD color RGB value is (214,219,221).

RGB: (214,219,221) (84%, 86%, 87%)

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 221 of 255 = 87%

214
219
221

R + G + B ~ 86%. #D6DBDD is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 219 + 221 = 654 (100%)
R 214 of 654 ~ 32.72%
G 219 of 654 ~ 33.49%
B 221 of 654 ~ 33.79'%

%32.72
%33.49
%33.79

CMYK color model

#D6DBDD color CMYK value is (3,1,0,13).

  • cyan value is 3.17%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (3,1,0,13) C3M1Y0K13 (3%,1%,0%,13%) (0.03/0.01/0.00/0.13) 

CMYK percentages

%3.17
%0.9
%0
%13.33

Codes

Color #D6DBDD in popluar color models

D6 DB DD
RGB 214 219 221
HSL 197° 9.33% 85.29%
HSB/HSV 197° 3.17% 86.67%
CMYK 3.17% 0.90% 0.00%
13.33%

Color #D6DBDD in popluar number systems.

HEX D6 DB DD
Decimal 214 219 221
Binary 11010110 11011011 11011101
Octal 326 333 335

Shades and tints

Shades of #D6DBDD

#D6DBDD
(214,219,221)
#C3C8C9
(195,200,201)
#B0B5B5
(176,181,181)
#9DA2A1
(157,162,161)
#8A8F8D
(138,143,141)
#777C79
(119,124,121)
#646965
(100,105,101)
#515651
(81,86,81)
#3E433D
(62,67,61)
#2B3029
(43,48,41)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #D6DBDD

#D6DBDD
(214,219,221)
#D9DEE0
(217,222,224)
#DCE1E3
(220,225,227)
#DFE4E6
(223,228,230)
#E2E7E9
(226,231,233)
#E5EAEC
(229,234,236)
#E8EDEF
(232,237,239)
#EBF0F2
(235,240,242)
#EEF3F5
(238,243,245)
#F1F6F8
(241,246,248)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DBDD; }

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

This text font color is #D6DBDD.

Background Color

.myBgColor { background-color: #D6DBDD; }

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

This div background color is #D6DBDD.

Border color

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

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

This div border color is #D6DBDD.

Opacity

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

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

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

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

This text has shadow with #D6DBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DBDD.

Preview

Color preview on black background

This text has color #D6DBDD on black background.


Color preview on white background

This text has color #D6DBDD on white background.


Black color preview on #D6DBDD background

This text has black color on #D6DBDD background.


White color preview on #D6DBDD background

This text has white color on #D6DBDD background.


Related colors

Complementary color

Complementary color for #hex is #292422.


I love getcolorcode.com

Triadic colors

1 #DDD6DB and #DBDDD6 with #D6DBDD are triadic colors.

2 #DDDBD6 and #DBD6DD with #D6DBDD are triadic colors.