COLOR #D0D0DE

HEX: #D0D0DE
RGB: (208,208,222)

Color info

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

RGB color model

#D0D0DE color RGB value is (208,208,222).

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

RGB channels and saturation

R 208 of 255 = 82%
G 208 of 255 = 82%
B 222 of 255 = 87%

208
208
222

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

Portions of RGB colors in percentages

R + G + B =
208 + 208 + 222 = 638 (100%)
R 208 of 638 ~ 32.6%
G 208 of 638 ~ 32.6%
B 222 of 638 ~ 34.8%

%32.6
%32.6
%34.8

CMYK color model

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

  • cyan value is 6.31%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(6,6,0,13)
C6M6Y0K13 
(6%,6%,0%,13%)
(0.06/0.06/0.00/0.13)	

CMYK percentages

%6.31
%6.31
%0
%12.94

Codes

Color #D0D0DE in popluar color models

D0D0DE
RGB208208222
HSL240°17.50%84.31%
HSB/HSV240°6.31%87.06%
CMYK6.31%6.31%0.00%
12.94%

Color #D0D0DE in popluar number systems.

HEXD0D0DE
Decimal208208222
Binary110100001101000011011110
Octal320320336

Shades and tints

Shades of #D0D0DE

#D0D0DE
(208,208,222)
#BEBECA
(190,190,202)
#ACACB6
(172,172,182)
#9A9AA2
(154,154,162)
#88888E
(136,136,142)
#76767A
(118,118,122)
#646466
(100,100,102)
#525252
(82,82,82)
#40403E
(64,64,62)
#2E2E2A
(46,46,42)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #D0D0DE

#D0D0DE
(208,208,222)
#D4D4E1
(212,212,225)
#D8D8E4
(216,216,228)
#DCDCE7
(220,220,231)
#E0E0EA
(224,224,234)
#E4E4ED
(228,228,237)
#E8E8F0
(232,232,240)
#ECECF3
(236,236,243)
#F0F0F6
(240,240,246)
#F4F4F9
(244,244,249)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D0DE; }

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

This text font color is #D0D0DE.


Background Color

.myBgColor { background-color: #D0D0DE; }

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

This div background color is #D0D0DE.


Border color

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

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

This div border color is #D0D0DE.


Opacity

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

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

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

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

This text has shadow with #D0D0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D0DE on black background.


Color preview on white background

This text has color #D0D0DE on white background.



Black color preview on #D0D0DE background

This text has black color on #D0D0DE background.


White color preview on #D0D0DE background

This text has white color on #D0D0DE background.