COLOR #D2DBD6

HEX: #D2DBD6
RGB: (210,219,214)

Color info

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

RGB color model

#D2DBD6 color RGB value is (210,219,214).

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

RGB channels and saturation

R 210 of 255 = 82%
G 219 of 255 = 86%
B 214 of 255 = 84%

210
219
214

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

Portions of RGB colors in percentages

R + G + B =
210 + 219 + 214 = 643 (100%)
R 210 of 643 ~ 32.66%
G 219 of 643 ~ 34.06%
B 214 of 643 ~ 33.28%

%32.66
%34.06
%33.28

CMYK color model

#D2DBD6 color CMYK value is (4,0,2,14).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(4,0,2,14)
C4M0Y2K14 
(4%,0%,2%,14%)
(0.04/0.00/0.02/0.14)	

CMYK percentages

%4.11
%0
%2.28
%14.12

Codes

Color #D2DBD6 in popluar color models

D2DBD6
RGB210219214
HSL147°11.11%84.12%
HSB/HSV147°4.11%85.88%
CMYK4.11%0.00%2.28%
14.12%

Color #D2DBD6 in popluar number systems.

HEXD2DBD6
Decimal210219214
Binary110100101101101111010110
Octal322333326

Shades and tints

Shades of #D2DBD6

#D2DBD6
(210,219,214)
#BFC8C3
(191,200,195)
#ACB5B0
(172,181,176)
#99A29D
(153,162,157)
#868F8A
(134,143,138)
#737C77
(115,124,119)
#606964
(96,105,100)
#4D5651
(77,86,81)
#3A433E
(58,67,62)
#27302B
(39,48,43)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #D2DBD6

#D2DBD6
(210,219,214)
#D6DED9
(214,222,217)
#DAE1DC
(218,225,220)
#DEE4DF
(222,228,223)
#E2E7E2
(226,231,226)
#E6EAE5
(230,234,229)
#EAEDE8
(234,237,232)
#EEF0EB
(238,240,235)
#F2F3EE
(242,243,238)
#F6F6F1
(246,246,241)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DBD6; }

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

This text font color is #D2DBD6.


Background Color

.myBgColor { background-color: #D2DBD6; }

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

This div background color is #D2DBD6.


Border color

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

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

This div border color is #D2DBD6.


Opacity

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

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

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

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

This text has shadow with #D2DBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DBD6 on black background.


Color preview on white background

This text has color #D2DBD6 on white background.



Black color preview on #D2DBD6 background

This text has black color on #D2DBD6 background.


White color preview on #D2DBD6 background

This text has white color on #D2DBD6 background.