COLOR #D1DBD2

HEX: #D1DBD2
RGB: (209,219,210)

Color info

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

RGB color model

#D1DBD2 color RGB value is (209,219,210).

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

RGB channels and saturation

R 209 of 255 = 82%
G 219 of 255 = 86%
B 210 of 255 = 82%

209
219
210

R + G + B ~ 83%. #D1DBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 219 + 210 = 638 (100%)
R 209 of 638 ~ 32.76%
G 219 of 638 ~ 34.33%
B 210 of 638 ~ 32.92%

%32.76
%34.33
%32.92

CMYK color model

#D1DBD2 color CMYK value is (5,0,4,14).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 14.12%
CMYK:
(5,0,4,14)
C5M0Y4K14 
(5%,0%,4%,14%)
(0.05/0.00/0.04/0.14)	

CMYK percentages

%4.57
%0
%4.11
%14.12

Codes

Color #D1DBD2 in popluar color models

D1DBD2
RGB209219210
HSL126°12.20%83.92%
HSB/HSV126°4.57%85.88%
CMYK4.57%0.00%4.11%
14.12%

Color #D1DBD2 in popluar number systems.

HEXD1DBD2
Decimal209219210
Binary110100011101101111010010
Octal321333322

Shades and tints

Shades of #D1DBD2

#D1DBD2
(209,219,210)
#BEC8BF
(190,200,191)
#ABB5AC
(171,181,172)
#98A299
(152,162,153)
#858F86
(133,143,134)
#727C73
(114,124,115)
#5F6960
(95,105,96)
#4C564D
(76,86,77)
#39433A
(57,67,58)
#263027
(38,48,39)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #D1DBD2

#D1DBD2
(209,219,210)
#D5DED6
(213,222,214)
#D9E1DA
(217,225,218)
#DDE4DE
(221,228,222)
#E1E7E2
(225,231,226)
#E5EAE6
(229,234,230)
#E9EDEA
(233,237,234)
#EDF0EE
(237,240,238)
#F1F3F2
(241,243,242)
#F5F6F6
(245,246,246)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DBD2; }

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

This text font color is #D1DBD2.


Background Color

.myBgColor { background-color: #D1DBD2; }

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

This div background color is #D1DBD2.


Border color

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

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

This div border color is #D1DBD2.


Opacity

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

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

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

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

This text has shadow with #D1DBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DBD2 on black background.


Color preview on white background

This text has color #D1DBD2 on white background.



Black color preview on #D1DBD2 background

This text has black color on #D1DBD2 background.


White color preview on #D1DBD2 background

This text has white color on #D1DBD2 background.