COLOR #D2DFD8

HEX: #D2DFD8
RGB: (210,223,216)

Color info

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

RGB color model

#D2DFD8 color RGB value is (210,223,216).

  • red value is 210;
  • green value is 223;
  • blue value is 216.
RGB:
(210,223,216)
(82%,87%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 223 of 255 = 87%
B 216 of 255 = 85%

210
223
216

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

Portions of RGB colors in percentages

R + G + B =
210 + 223 + 216 = 649 (100%)
R 210 of 649 ~ 32.36%
G 223 of 649 ~ 34.36%
B 216 of 649 ~ 33.28%

%32.36
%34.36
%33.28

CMYK color model

#D2DFD8 color CMYK value is (6,0,3,13).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 12.55%
CMYK:
(6,0,3,13)
C6M0Y3K13 
(6%,0%,3%,13%)
(0.06/0.00/0.03/0.13)	

CMYK percentages

%5.83
%0
%3.14
%12.55

Codes

Color #D2DFD8 in popluar color models

D2DFD8
RGB210223216
HSL148°16.88%84.90%
HSB/HSV148°5.83%87.45%
CMYK5.83%0.00%3.14%
12.55%

Color #D2DFD8 in popluar number systems.

HEXD2DFD8
Decimal210223216
Binary110100101101111111011000
Octal322337330

Shades and tints

Shades of #D2DFD8

#D2DFD8
(210,223,216)
#BFCBC5
(191,203,197)
#ACB7B2
(172,183,178)
#99A39F
(153,163,159)
#868F8C
(134,143,140)
#737B79
(115,123,121)
#606766
(96,103,102)
#4D5353
(77,83,83)
#3A3F40
(58,63,64)
#272B2D
(39,43,45)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #D2DFD8

#D2DFD8
(210,223,216)
#D6E1DB
(214,225,219)
#DAE3DE
(218,227,222)
#DEE5E1
(222,229,225)
#E2E7E4
(226,231,228)
#E6E9E7
(230,233,231)
#EAEBEA
(234,235,234)
#EEEDED
(238,237,237)
#F2EFF0
(242,239,240)
#F6F1F3
(246,241,243)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DFD8 color. Also use rgb(210,223,216) instead hex code.

Text Font Color

.myTextColor { color: #D2DFD8; }

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

This text font color is #D2DFD8.


Background Color

.myBgColor { background-color: #D2DFD8; }

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

This div background color is #D2DFD8.


Border color

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

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

This div border color is #D2DFD8.


Opacity

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

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

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

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

This text has shadow with #D2DFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DFD8 on black background.


Color preview on white background

This text has color #D2DFD8 on white background.



Black color preview on #D2DFD8 background

This text has black color on #D2DFD8 background.


White color preview on #D2DFD8 background

This text has white color on #D2DFD8 background.