COLOR #D6DBD5

HEX: #D6DBD5
RGB: (214,219,213)

Color info

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

RGB color model

#D6DBD5 color RGB value is (214,219,213).

  • red value is 214;
  • green value is 219;
  • blue value is 213.
RGB:
(214,219,213)
(84%,86%,84%)

RGB channels and saturation

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

214
219
213

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

Portions of RGB colors in percentages

R + G + B =
214 + 219 + 213 = 646 (100%)
R 214 of 646 ~ 33.13%
G 219 of 646 ~ 33.9%
B 213 of 646 ~ 32.97%

%33.13
%33.9
%32.97

CMYK color model

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

  • cyan value is 2.28%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 14.12%
CMYK:
(2,0,3,14)
C2M0Y3K14 
(2%,0%,3%,14%)
(0.02/0.00/0.03/0.14)	

CMYK percentages

%2.28
%0
%2.74
%14.12

Codes

Color #D6DBD5 in popluar color models

D6DBD5
RGB214219213
HSL110°7.69%84.71%
HSB/HSV110°2.74%85.88%
CMYK2.28%0.00%2.74%
14.12%

Color #D6DBD5 in popluar number systems.

HEXD6DBD5
Decimal214219213
Binary110101101101101111010101
Octal326333325

Shades and tints

Shades of #D6DBD5

#D6DBD5
(214,219,213)
#C3C8C2
(195,200,194)
#B0B5AF
(176,181,175)
#9DA29C
(157,162,156)
#8A8F89
(138,143,137)
#777C76
(119,124,118)
#646963
(100,105,99)
#515650
(81,86,80)
#3E433D
(62,67,61)
#2B302A
(43,48,42)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #D6DBD5

#D6DBD5
(214,219,213)
#D9DED8
(217,222,216)
#DCE1DB
(220,225,219)
#DFE4DE
(223,228,222)
#E2E7E1
(226,231,225)
#E5EAE4
(229,234,228)
#E8EDE7
(232,237,231)
#EBF0EA
(235,240,234)
#EEF3ED
(238,243,237)
#F1F6F0
(241,246,240)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DBD5; }

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

This text font color is #D6DBD5.


Background Color

.myBgColor { background-color: #D6DBD5; }

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

This div background color is #D6DBD5.


Border color

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

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

This div border color is #D6DBD5.


Opacity

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

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

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

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

This text has shadow with #D6DBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DBD5 on black background.


Color preview on white background

This text has color #D6DBD5 on white background.



Black color preview on #D6DBD5 background

This text has black color on #D6DBD5 background.


White color preview on #D6DBD5 background

This text has white color on #D6DBD5 background.