COLOR #D6D2DB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
210
219

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

Portions of RGB colors in percentages

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

%33.28
%32.66
%34.06

CMYK color model

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

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

CMYK percentages

%2.28
%4.11
%0
%14.12

Codes

Color #D6D2DB in popluar color models

D6D2DB
RGB214210219
HSL267°11.11%84.12%
HSB/HSV267°4.11%85.88%
CMYK2.28%4.11%0.00%
14.12%

Color #D6D2DB in popluar number systems.

HEXD6D2DB
Decimal214210219
Binary110101101101001011011011
Octal326322333

Shades and tints

Shades of #D6D2DB

#D6D2DB
(214,210,219)
#C3BFC8
(195,191,200)
#B0ACB5
(176,172,181)
#9D99A2
(157,153,162)
#8A868F
(138,134,143)
#77737C
(119,115,124)
#646069
(100,96,105)
#514D56
(81,77,86)
#3E3A43
(62,58,67)
#2B2730
(43,39,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #D6D2DB

#D6D2DB
(214,210,219)
#D9D6DE
(217,214,222)
#DCDAE1
(220,218,225)
#DFDEE4
(223,222,228)
#E2E2E7
(226,226,231)
#E5E6EA
(229,230,234)
#E8EAED
(232,234,237)
#EBEEF0
(235,238,240)
#EEF2F3
(238,242,243)
#F1F6F6
(241,246,246)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D2DB; }

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

This text font color is #D6D2DB.


Background Color

.myBgColor { background-color: #D6D2DB; }

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

This div background color is #D6D2DB.


Border color

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

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

This div border color is #D6D2DB.


Opacity

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

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

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

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

This text has shadow with #D6D2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D2DB on black background.


Color preview on white background

This text has color #D6D2DB on white background.



Black color preview on #D6D2DB background

This text has black color on #D6D2DB background.


White color preview on #D6D2DB background

This text has white color on #D6D2DB background.