COLOR #D1DBD4

HEX: #D1DBD4
RGB: (209,219,212)

Color info

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

RGB color model

#D1DBD4 color RGB value is (209,219,212).

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

RGB channels and saturation

R 209 of 255 = 82%
G 219 of 255 = 86%
B 212 of 255 = 83%

209
219
212

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

Portions of RGB colors in percentages

R + G + B =
209 + 219 + 212 = 640 (100%)
R 209 of 640 ~ 32.66%
G 219 of 640 ~ 34.22%
B 212 of 640 ~ 33.13%

%32.66
%34.22
%33.13

CMYK color model

#D1DBD4 color CMYK value is (5,0,3,14).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 14.12%
CMYK:
(5,0,3,14)
C5M0Y3K14 
(5%,0%,3%,14%)
(0.05/0.00/0.03/0.14)	

CMYK percentages

%4.57
%0
%3.2
%14.12

Codes

Color #D1DBD4 in popluar color models

D1DBD4
RGB209219212
HSL138°12.20%83.92%
HSB/HSV138°4.57%85.88%
CMYK4.57%0.00%3.20%
14.12%

Color #D1DBD4 in popluar number systems.

HEXD1DBD4
Decimal209219212
Binary110100011101101111010100
Octal321333324

Shades and tints

Shades of #D1DBD4

#D1DBD4
(209,219,212)
#BEC8C1
(190,200,193)
#ABB5AE
(171,181,174)
#98A29B
(152,162,155)
#858F88
(133,143,136)
#727C75
(114,124,117)
#5F6962
(95,105,98)
#4C564F
(76,86,79)
#39433C
(57,67,60)
#263029
(38,48,41)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #D1DBD4

#D1DBD4
(209,219,212)
#D5DED7
(213,222,215)
#D9E1DA
(217,225,218)
#DDE4DD
(221,228,221)
#E1E7E0
(225,231,224)
#E5EAE3
(229,234,227)
#E9EDE6
(233,237,230)
#EDF0E9
(237,240,233)
#F1F3EC
(241,243,236)
#F5F6EF
(245,246,239)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DBD4; }

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

This text font color is #D1DBD4.


Background Color

.myBgColor { background-color: #D1DBD4; }

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

This div background color is #D1DBD4.


Border color

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

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

This div border color is #D1DBD4.


Opacity

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

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

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

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

This text has shadow with #D1DBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DBD4 on black background.


Color preview on white background

This text has color #D1DBD4 on white background.



Black color preview on #D1DBD4 background

This text has black color on #D1DBD4 background.


White color preview on #D1DBD4 background

This text has white color on #D1DBD4 background.