COLOR #D0DCDB

HEX: #D0DCDB
RGB: (208,220,219)

Color info

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

RGB color model

#D0DCDB color RGB value is (208,220,219).

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

RGB channels and saturation

R 208 of 255 = 82%
G 220 of 255 = 86%
B 219 of 255 = 86%

208
220
219

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

Portions of RGB colors in percentages

R + G + B =
208 + 220 + 219 = 647 (100%)
R 208 of 647 ~ 32.15%
G 220 of 647 ~ 34%
B 219 of 647 ~ 33.85%

%32.15
%34
%33.85

CMYK color model

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

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK:
(5,0,0,14)
C5M0Y0K14 
(5%,0%,0%,14%)
(0.05/0.00/0.00/0.14)	

CMYK percentages

%5.45
%0
%0.45
%13.73

Codes

Color #D0DCDB in popluar color models

D0DCDB
RGB208220219
HSL175°14.63%83.92%
HSB/HSV175°5.45%86.27%
CMYK5.45%0.00%0.45%
13.73%

Color #D0DCDB in popluar number systems.

HEXD0DCDB
Decimal208220219
Binary110100001101110011011011
Octal320334333

Shades and tints

Shades of #D0DCDB

#D0DCDB
(208,220,219)
#BEC8C8
(190,200,200)
#ACB4B5
(172,180,181)
#9AA0A2
(154,160,162)
#888C8F
(136,140,143)
#76787C
(118,120,124)
#646469
(100,100,105)
#525056
(82,80,86)
#403C43
(64,60,67)
#2E2830
(46,40,48)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #D0DCDB

#D0DCDB
(208,220,219)
#D4DFDE
(212,223,222)
#D8E2E1
(216,226,225)
#DCE5E4
(220,229,228)
#E0E8E7
(224,232,231)
#E4EBEA
(228,235,234)
#E8EEED
(232,238,237)
#ECF1F0
(236,241,240)
#F0F4F3
(240,244,243)
#F4F7F6
(244,247,246)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DCDB; }

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

This text font color is #D0DCDB.


Background Color

.myBgColor { background-color: #D0DCDB; }

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

This div background color is #D0DCDB.


Border color

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

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

This div border color is #D0DCDB.


Opacity

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

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

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

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

This text has shadow with #D0DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DCDB on black background.


Color preview on white background

This text has color #D0DCDB on white background.



Black color preview on #D0DCDB background

This text has black color on #D0DCDB background.


White color preview on #D0DCDB background

This text has white color on #D0DCDB background.