COLOR #D2DCD5

HEX: #D2DCD5
RGB: (210,220,213)

Color info

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

RGB color model

#D2DCD5 color RGB value is (210,220,213).

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

RGB channels and saturation

R 210 of 255 = 82%
G 220 of 255 = 86%
B 213 of 255 = 84%

210
220
213

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

Portions of RGB colors in percentages

R + G + B =
210 + 220 + 213 = 643 (100%)
R 210 of 643 ~ 32.66%
G 220 of 643 ~ 34.21%
B 213 of 643 ~ 33.13%

%32.66
%34.21
%33.13

CMYK color model

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

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

CMYK percentages

%4.55
%0
%3.18
%13.73

Codes

Color #D2DCD5 in popluar color models

D2DCD5
RGB210220213
HSL138°12.50%84.31%
HSB/HSV138°4.55%86.27%
CMYK4.55%0.00%3.18%
13.73%

Color #D2DCD5 in popluar number systems.

HEXD2DCD5
Decimal210220213
Binary110100101101110011010101
Octal322334325

Shades and tints

Shades of #D2DCD5

#D2DCD5
(210,220,213)
#BFC8C2
(191,200,194)
#ACB4AF
(172,180,175)
#99A09C
(153,160,156)
#868C89
(134,140,137)
#737876
(115,120,118)
#606463
(96,100,99)
#4D5050
(77,80,80)
#3A3C3D
(58,60,61)
#27282A
(39,40,42)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #D2DCD5

#D2DCD5
(210,220,213)
#D6DFD8
(214,223,216)
#DAE2DB
(218,226,219)
#DEE5DE
(222,229,222)
#E2E8E1
(226,232,225)
#E6EBE4
(230,235,228)
#EAEEE7
(234,238,231)
#EEF1EA
(238,241,234)
#F2F4ED
(242,244,237)
#F6F7F0
(246,247,240)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DCD5 color. Also use rgb(210,220,213) instead hex code.

Text Font Color

.myTextColor { color: #D2DCD5; }

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

This text font color is #D2DCD5.


Background Color

.myBgColor { background-color: #D2DCD5; }

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

This div background color is #D2DCD5.


Border color

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

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

This div border color is #D2DCD5.


Opacity

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

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

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

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

This text has shadow with #D2DCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DCD5 on black background.


Color preview on white background

This text has color #D2DCD5 on white background.



Black color preview on #D2DCD5 background

This text has black color on #D2DCD5 background.


White color preview on #D2DCD5 background

This text has white color on #D2DCD5 background.