COLOR #D0D5CB

HEX: #D0D5CB RGB: (208,213,203)

Color info

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

RGB color model

#D0D5CB color RGB value is (208,213,203).

RGB: (208,213,203) (82%, 84%, 80%)

RGB channels and saturation

R 208 of 255 = 82%
G 213 of 255 = 84%
B 203 of 255 = 80%

208
213
203

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

Portions of RGB colors in percentages

R + G + B = 208 + 213 + 203 = 624 (100%)
R 208 of 624 ~ 33.33%
G 213 of 624 ~ 34.13%
B 203 of 624 ~ 32.53'%

%33.33
%34.13
%32.53

CMYK color model

#D0D5CB color CMYK value is (2,0,5,16).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 16.47%

CMYK: (2,0,5,16)
C2M0Y5K16 (2%, 0%, 5%, 16%)
(0.02 / 0.00 / 0.05 / 0.16)

CMYK percentages

%2.35
%0
%4.69
%16.47

Codes

Color #D0D5CB in popluar color models

D0 D5 CB
RGB 208 213 203
HSL 90° 10.64% 81.57%
HSB/HSV 90° 4.69% 83.53%
CMYK 2.35% 0.00% 4.69%
16.47%

Color #D0D5CB in popluar number systems.

HEX D0 D5 CB
Decimal 208 213 203
Binary 11010000 11010101 11001011
Octal 320 325 313

Shades and tints

Shades of #D0D5CB

#D0D5CB
(208,213,203)
#BEC2B9
(190,194,185)
#ACAFA7
(172,175,167)
#9A9C95
(154,156,149)
#888983
(136,137,131)
#767671
(118,118,113)
#64635F
(100,99,95)
#52504D
(82,80,77)
#403D3B
(64,61,59)
#2E2A29
(46,42,41)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #D0D5CB

#D0D5CB
(208,213,203)
#D4D8CF
(212,216,207)
#D8DBD3
(216,219,211)
#DCDED7
(220,222,215)
#E0E1DB
(224,225,219)
#E4E4DF
(228,228,223)
#E8E7E3
(232,231,227)
#ECEAE7
(236,234,231)
#F0EDEB
(240,237,235)
#F4F0EF
(244,240,239)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D5CB; }

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

This text font color is #D0D5CB.

Background Color

.myBgColor { background-color: #D0D5CB; }

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

This div background color is #D0D5CB.

Border color

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

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

This div border color is #D0D5CB.

Opacity

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

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

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

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

This text has shadow with #D0D5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0D5CB.

Preview

Color preview on black background

This text has color #D0D5CB on black background.


Color preview on white background

This text has color #D0D5CB on white background.


Black color preview on #D0D5CB background

This text has black color on #D0D5CB background.


White color preview on #D0D5CB background

This text has white color on #D0D5CB background.


Related colors

Complementary color

Complementary color for #hex is #2F2A34.


I love getcolorcode.com

Triadic colors

1 #CBD0D5 and #D5CBD0 with #D0D5CB are triadic colors.

2 #CBD5D0 and #D5D0CB with #D0D5CB are triadic colors.