COLOR #D6DEDB

HEX: #D6DEDB RGB: (214,222,219)

Color info

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

RGB color model

#D6DEDB color RGB value is (214,222,219).

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

RGB channels and saturation

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

214
222
219

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

Portions of RGB colors in percentages

R + G + B = 214 + 222 + 219 = 655 (100%)
R 214 of 655 ~ 32.67%
G 222 of 655 ~ 33.89%
B 219 of 655 ~ 33.44'%

%32.67
%33.89
%33.44

CMYK color model

#D6DEDB color CMYK value is (4,0,1,13).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%

CMYK: (4,0,1,13)
C4M0Y1K13 (4%, 0%, 1%, 13%)
(0.04 / 0.00 / 0.01 / 0.13)

CMYK percentages

%3.6
%0
%1.35
%12.94

Codes

Color #D6DEDB in popluar color models

D6 DE DB
RGB 214 222 219
HSL 158° 10.81% 85.49%
HSB/HSV 158° 3.60% 87.06%
CMYK 3.60% 0.00% 1.35%
12.94%

Color #D6DEDB in popluar number systems.

HEX D6 DE DB
Decimal 214 222 219
Binary 11010110 11011110 11011011
Octal 326 336 333

Shades and tints

Shades of #D6DEDB

#D6DEDB
(214,222,219)
#C3CAC8
(195,202,200)
#B0B6B5
(176,182,181)
#9DA2A2
(157,162,162)
#8A8E8F
(138,142,143)
#777A7C
(119,122,124)
#646669
(100,102,105)
#515256
(81,82,86)
#3E3E43
(62,62,67)
#2B2A30
(43,42,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #D6DEDB

#D6DEDB
(214,222,219)
#D9E1DE
(217,225,222)
#DCE4E1
(220,228,225)
#DFE7E4
(223,231,228)
#E2EAE7
(226,234,231)
#E5EDEA
(229,237,234)
#E8F0ED
(232,240,237)
#EBF3F0
(235,243,240)
#EEF6F3
(238,246,243)
#F1F9F6
(241,249,246)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DEDB; }

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

This text font color is #D6DEDB.

Background Color

.myBgColor { background-color: #D6DEDB; }

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

This div background color is #D6DEDB.

Border color

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

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

This div border color is #D6DEDB.

Opacity

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

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

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

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

This text has shadow with #D6DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DEDB.

Preview

Color preview on black background

This text has color #D6DEDB on black background.


Color preview on white background

This text has color #D6DEDB on white background.


Black color preview on #D6DEDB background

This text has black color on #D6DEDB background.


White color preview on #D6DEDB background

This text has white color on #D6DEDB background.


Related colors

Complementary color

Complementary color for #hex is #292124.


I love getcolorcode.com

Triadic colors

1 #DBD6DE and #DEDBD6 with #D6DEDB are triadic colors.

2 #DBDED6 and #DED6DB with #D6DEDB are triadic colors.