COLOR #D0D0D6

HEX: #D0D0D6
RGB: (208,208,214)

Color info

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

RGB color model

#D0D0D6 color RGB value is (208,208,214).

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

RGB channels and saturation

R 208 of 255 = 82%
G 208 of 255 = 82%
B 214 of 255 = 84%

208
208
214

R + G + B ~ 83%. #D0D0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 208 + 214 = 630 (100%)
R 208 of 630 ~ 33.02%
G 208 of 630 ~ 33.02%
B 214 of 630 ~ 33.97%

%33.02
%33.02
%33.97

CMYK color model

#D0D0D6 color CMYK value is (3,3,0,16).

  • cyan value is 2.80%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(3,3,0,16)
C3M3Y0K16 
(3%,3%,0%,16%)
(0.03/0.03/0.00/0.16)	

CMYK percentages

%2.8
%2.8
%0
%16.08

Codes

Color #D0D0D6 in popluar color models

D0D0D6
RGB208208214
HSL240°6.82%82.75%
HSB/HSV240°2.80%83.92%
CMYK2.80%2.80%0.00%
16.08%

Color #D0D0D6 in popluar number systems.

HEXD0D0D6
Decimal208208214
Binary110100001101000011010110
Octal320320326

Shades and tints

Shades of #D0D0D6

#D0D0D6
(208,208,214)
#BEBEC3
(190,190,195)
#ACACB0
(172,172,176)
#9A9A9D
(154,154,157)
#88888A
(136,136,138)
#767677
(118,118,119)
#646464
(100,100,100)
#525251
(82,82,81)
#40403E
(64,64,62)
#2E2E2B
(46,46,43)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #D0D0D6

#D0D0D6
(208,208,214)
#D4D4D9
(212,212,217)
#D8D8DC
(216,216,220)
#DCDCDF
(220,220,223)
#E0E0E2
(224,224,226)
#E4E4E5
(228,228,229)
#E8E8E8
(232,232,232)
#ECECEB
(236,236,235)
#F0F0EE
(240,240,238)
#F4F4F1
(244,244,241)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D0D6; }

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

This text font color is #D0D0D6.


Background Color

.myBgColor { background-color: #D0D0D6; }

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

This div background color is #D0D0D6.


Border color

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

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

This div border color is #D0D0D6.


Opacity

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

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

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

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

This text has shadow with #D0D0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D0D6 on black background.


Color preview on white background

This text has color #D0D0D6 on white background.



Black color preview on #D0D0D6 background

This text has black color on #D0D0D6 background.


White color preview on #D0D0D6 background

This text has white color on #D0D0D6 background.