COLOR #D0CED5

HEX: #D0CED5
RGB: (208,206,213)

Color info

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

RGB color model

#D0CED5 color RGB value is (208,206,213).

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

RGB channels and saturation

R 208 of 255 = 82%
G 206 of 255 = 81%
B 213 of 255 = 84%

208
206
213

R + G + B ~ 82%. #D0CED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 206 + 213 = 627 (100%)
R 208 of 627 ~ 33.17%
G 206 of 627 ~ 32.85%
B 213 of 627 ~ 33.97%

%33.17
%32.85
%33.97

CMYK color model

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

  • cyan value is 2.35%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(2,3,0,16)
C2M3Y0K16 
(2%,3%,0%,16%)
(0.02/0.03/0.00/0.16)	

CMYK percentages

%2.35
%3.29
%0
%16.47

Codes

Color #D0CED5 in popluar color models

D0CED5
RGB208206213
HSL257°7.69%82.16%
HSB/HSV257°3.29%83.53%
CMYK2.35%3.29%0.00%
16.47%

Color #D0CED5 in popluar number systems.

HEXD0CED5
Decimal208206213
Binary110100001100111011010101
Octal320316325

Shades and tints

Shades of #D0CED5

#D0CED5
(208,206,213)
#BEBCC2
(190,188,194)
#ACAAAF
(172,170,175)
#9A989C
(154,152,156)
#888689
(136,134,137)
#767476
(118,116,118)
#646263
(100,98,99)
#525050
(82,80,80)
#403E3D
(64,62,61)
#2E2C2A
(46,44,42)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #D0CED5

#D0CED5
(208,206,213)
#D4D2D8
(212,210,216)
#D8D6DB
(216,214,219)
#DCDADE
(220,218,222)
#E0DEE1
(224,222,225)
#E4E2E4
(228,226,228)
#E8E6E7
(232,230,231)
#ECEAEA
(236,234,234)
#F0EEED
(240,238,237)
#F4F2F0
(244,242,240)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CED5; }

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

This text font color is #D0CED5.


Background Color

.myBgColor { background-color: #D0CED5; }

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

This div background color is #D0CED5.


Border color

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

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

This div border color is #D0CED5.


Opacity

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

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

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

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

This text has shadow with #D0CED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CED5 on black background.


Color preview on white background

This text has color #D0CED5 on white background.



Black color preview on #D0CED5 background

This text has black color on #D0CED5 background.


White color preview on #D0CED5 background

This text has white color on #D0CED5 background.