COLOR #D0C8C0

HEX: #D0C8C0
RGB: (208,200,192)

Color info

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

RGB color model

#D0C8C0 color RGB value is (208,200,192).

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

RGB channels and saturation

R 208 of 255 = 82%
G 200 of 255 = 78%
B 192 of 255 = 75%

208
200
192

R + G + B ~ 78%. #D0C8C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 200 + 192 = 600 (100%)
R 208 of 600 ~ 34.67%
G 200 of 600 ~ 33.33%
B 192 of 600 ~ 32%

%34.67
%33.33
%32

CMYK color model

#D0C8C0 color CMYK value is (0,4,8,18).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 7.69%
  • key color value is 18.43%
CMYK:
(0,4,8,18)
C0M4Y8K18 
(0%,4%,8%,18%)
(0.00/0.04/0.08/0.18)	

CMYK percentages

%0
%3.85
%7.69
%18.43

Codes

Color #D0C8C0 in popluar color models

D0C8C0
RGB208200192
HSL30°14.55%78.43%
HSB/HSV30°7.69%81.57%
CMYK0.00%3.85%7.69%
18.43%

Color #D0C8C0 in popluar number systems.

HEXD0C8C0
Decimal208200192
Binary110100001100100011000000
Octal320310300

Shades and tints

Shades of #D0C8C0

#D0C8C0
(208,200,192)
#BEB6AF
(190,182,175)
#ACA49E
(172,164,158)
#9A928D
(154,146,141)
#88807C
(136,128,124)
#766E6B
(118,110,107)
#645C5A
(100,92,90)
#524A49
(82,74,73)
#403838
(64,56,56)
#2E2627
(46,38,39)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #D0C8C0

#D0C8C0
(208,200,192)
#D4CDC5
(212,205,197)
#D8D2CA
(216,210,202)
#DCD7CF
(220,215,207)
#E0DCD4
(224,220,212)
#E4E1D9
(228,225,217)
#E8E6DE
(232,230,222)
#ECEBE3
(236,235,227)
#F0F0E8
(240,240,232)
#F4F5ED
(244,245,237)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C8C0; }

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

This text font color is #D0C8C0.


Background Color

.myBgColor { background-color: #D0C8C0; }

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

This div background color is #D0C8C0.


Border color

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

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

This div border color is #D0C8C0.


Opacity

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

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

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

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

This text has shadow with #D0C8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C8C0 on black background.


Color preview on white background

This text has color #D0C8C0 on white background.



Black color preview on #D0C8C0 background

This text has black color on #D0C8C0 background.


White color preview on #D0C8C0 background

This text has white color on #D0C8C0 background.