COLOR #D0D2C0

HEX: #D0D2C0
RGB: (208,210,192)

Color info

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

RGB color model

#D0D2C0 color RGB value is (208,210,192).

  • red value is 208;
  • green value is 210;
  • blue value is 192.
RGB:
(208,210,192)
(82%,82%,75%)

RGB channels and saturation

R 208 of 255 = 82%
G 210 of 255 = 82%
B 192 of 255 = 75%

208
210
192

R + G + B ~ 80%. #D0D2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 210 + 192 = 610 (100%)
R 208 of 610 ~ 34.1%
G 210 of 610 ~ 34.43%
B 192 of 610 ~ 31.48%

%34.1
%34.43
%31.48

CMYK color model

#D0D2C0 color CMYK value is (1,0,9,18).

  • cyan value is 0.95%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 17.65%
CMYK:
(1,0,9,18)
C1M0Y9K18 
(1%,0%,9%,18%)
(0.01/0.00/0.09/0.18)	

CMYK percentages

%0.95
%0
%8.57
%17.65

Codes

Color #D0D2C0 in popluar color models

D0D2C0
RGB208210192
HSL67°16.67%78.82%
HSB/HSV67°8.57%82.35%
CMYK0.95%0.00%8.57%
17.65%

Color #D0D2C0 in popluar number systems.

HEXD0D2C0
Decimal208210192
Binary110100001101001011000000
Octal320322300

Shades and tints

Shades of #D0D2C0

#D0D2C0
(208,210,192)
#BEBFAF
(190,191,175)
#ACAC9E
(172,172,158)
#9A998D
(154,153,141)
#88867C
(136,134,124)
#76736B
(118,115,107)
#64605A
(100,96,90)
#524D49
(82,77,73)
#403A38
(64,58,56)
#2E2727
(46,39,39)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #D0D2C0

#D0D2C0
(208,210,192)
#D4D6C5
(212,214,197)
#D8DACA
(216,218,202)
#DCDECF
(220,222,207)
#E0E2D4
(224,226,212)
#E4E6D9
(228,230,217)
#E8EADE
(232,234,222)
#ECEEE3
(236,238,227)
#F0F2E8
(240,242,232)
#F4F6ED
(244,246,237)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D2C0; }

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

This text font color is #D0D2C0.


Background Color

.myBgColor { background-color: #D0D2C0; }

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

This div background color is #D0D2C0.


Border color

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

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

This div border color is #D0D2C0.


Opacity

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

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

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

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

This text has shadow with #D0D2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D2C0 on black background.


Color preview on white background

This text has color #D0D2C0 on white background.



Black color preview on #D0D2C0 background

This text has black color on #D0D2C0 background.


White color preview on #D0D2C0 background

This text has white color on #D0D2C0 background.