COLOR #D0DCD8

HEX: #D0DCD8
RGB: (208,220,216)

Color info

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

RGB color model

#D0DCD8 color RGB value is (208,220,216).

  • red value is 208;
  • green value is 220;
  • blue value is 216.
RGB:
(208,220,216)
(82%,86%,85%)

RGB channels and saturation

R 208 of 255 = 82%
G 220 of 255 = 86%
B 216 of 255 = 85%

208
220
216

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

Portions of RGB colors in percentages

R + G + B =
208 + 220 + 216 = 644 (100%)
R 208 of 644 ~ 32.3%
G 220 of 644 ~ 34.16%
B 216 of 644 ~ 33.54%

%32.3
%34.16
%33.54

CMYK color model

#D0DCD8 color CMYK value is (5,0,2,14).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 13.73%
CMYK:
(5,0,2,14)
C5M0Y2K14 
(5%,0%,2%,14%)
(0.05/0.00/0.02/0.14)	

CMYK percentages

%5.45
%0
%1.82
%13.73

Codes

Color #D0DCD8 in popluar color models

D0DCD8
RGB208220216
HSL160°14.63%83.92%
HSB/HSV160°5.45%86.27%
CMYK5.45%0.00%1.82%
13.73%

Color #D0DCD8 in popluar number systems.

HEXD0DCD8
Decimal208220216
Binary110100001101110011011000
Octal320334330

Shades and tints

Shades of #D0DCD8

#D0DCD8
(208,220,216)
#BEC8C5
(190,200,197)
#ACB4B2
(172,180,178)
#9AA09F
(154,160,159)
#888C8C
(136,140,140)
#767879
(118,120,121)
#646466
(100,100,102)
#525053
(82,80,83)
#403C40
(64,60,64)
#2E282D
(46,40,45)
#1C141A
(28,20,26)
#000000
(0,0,0)

Tints of #D0DCD8

#D0DCD8
(208,220,216)
#D4DFDB
(212,223,219)
#D8E2DE
(216,226,222)
#DCE5E1
(220,229,225)
#E0E8E4
(224,232,228)
#E4EBE7
(228,235,231)
#E8EEEA
(232,238,234)
#ECF1ED
(236,241,237)
#F0F4F0
(240,244,240)
#F4F7F3
(244,247,243)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DCD8 color. Also use rgb(208,220,216) instead hex code.

Text Font Color

.myTextColor { color: #D0DCD8; }

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

This text font color is #D0DCD8.


Background Color

.myBgColor { background-color: #D0DCD8; }

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

This div background color is #D0DCD8.


Border color

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

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

This div border color is #D0DCD8.


Opacity

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

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

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

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

This text has shadow with #D0DCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DCD8 on black background.


Color preview on white background

This text has color #D0DCD8 on white background.



Black color preview on #D0DCD8 background

This text has black color on #D0DCD8 background.


White color preview on #D0DCD8 background

This text has white color on #D0DCD8 background.