COLOR #D2DEDB

HEX: #D2DEDB
RGB: (210,222,219)

Color info

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

RGB color model

#D2DEDB color RGB value is (210,222,219).

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

RGB channels and saturation

R 210 of 255 = 82%
G 222 of 255 = 87%
B 219 of 255 = 86%

210
222
219

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

Portions of RGB colors in percentages

R + G + B =
210 + 222 + 219 = 651 (100%)
R 210 of 651 ~ 32.26%
G 222 of 651 ~ 34.1%
B 219 of 651 ~ 33.64%

%32.26
%34.1
%33.64

CMYK color model

#D2DEDB color CMYK value is (5,0,1,13).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%
CMYK:
(5,0,1,13)
C5M0Y1K13 
(5%,0%,1%,13%)
(0.05/0.00/0.01/0.13)	

CMYK percentages

%5.41
%0
%1.35
%12.94

Codes

Color #D2DEDB in popluar color models

D2DEDB
RGB210222219
HSL165°15.38%84.71%
HSB/HSV165°5.41%87.06%
CMYK5.41%0.00%1.35%
12.94%

Color #D2DEDB in popluar number systems.

HEXD2DEDB
Decimal210222219
Binary110100101101111011011011
Octal322336333

Shades and tints

Shades of #D2DEDB

#D2DEDB
(210,222,219)
#BFCAC8
(191,202,200)
#ACB6B5
(172,182,181)
#99A2A2
(153,162,162)
#868E8F
(134,142,143)
#737A7C
(115,122,124)
#606669
(96,102,105)
#4D5256
(77,82,86)
#3A3E43
(58,62,67)
#272A30
(39,42,48)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #D2DEDB

#D2DEDB
(210,222,219)
#D6E1DE
(214,225,222)
#DAE4E1
(218,228,225)
#DEE7E4
(222,231,228)
#E2EAE7
(226,234,231)
#E6EDEA
(230,237,234)
#EAF0ED
(234,240,237)
#EEF3F0
(238,243,240)
#F2F6F3
(242,246,243)
#F6F9F6
(246,249,246)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DEDB; }

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

This text font color is #D2DEDB.


Background Color

.myBgColor { background-color: #D2DEDB; }

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

This div background color is #D2DEDB.


Border color

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

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

This div border color is #D2DEDB.


Opacity

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

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

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

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

This text has shadow with #D2DEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DEDB on black background.


Color preview on white background

This text has color #D2DEDB on white background.



Black color preview on #D2DEDB background

This text has black color on #D2DEDB background.


White color preview on #D2DEDB background

This text has white color on #D2DEDB background.