COLOR #D0C7CA

HEX: #D0C7CA
RGB: (208,199,202)

Color info

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

RGB color model

#D0C7CA color RGB value is (208,199,202).

  • red value is 208;
  • green value is 199;
  • blue value is 202.
RGB:
(208,199,202)
(82%,78%,79%)

RGB channels and saturation

R 208 of 255 = 82%
G 199 of 255 = 78%
B 202 of 255 = 79%

208
199
202

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

Portions of RGB colors in percentages

R + G + B =
208 + 199 + 202 = 609 (100%)
R 208 of 609 ~ 34.15%
G 199 of 609 ~ 32.68%
B 202 of 609 ~ 33.17%

%34.15
%32.68
%33.17

CMYK color model

#D0C7CA color CMYK value is (0,4,3,18).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(0,4,3,18)
C0M4Y3K18 
(0%,4%,3%,18%)
(0.00/0.04/0.03/0.18)	

CMYK percentages

%0
%4.33
%2.88
%18.43

Codes

Color #D0C7CA in popluar color models

D0C7CA
RGB208199202
HSL340°8.74%79.80%
HSB/HSV340°4.33%81.57%
CMYK0.00%4.33%2.88%
18.43%

Color #D0C7CA in popluar number systems.

HEXD0C7CA
Decimal208199202
Binary110100001100011111001010
Octal320307312

Shades and tints

Shades of #D0C7CA

#D0C7CA
(208,199,202)
#BEB5B8
(190,181,184)
#ACA3A6
(172,163,166)
#9A9194
(154,145,148)
#887F82
(136,127,130)
#766D70
(118,109,112)
#645B5E
(100,91,94)
#52494C
(82,73,76)
#40373A
(64,55,58)
#2E2528
(46,37,40)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #D0C7CA

#D0C7CA
(208,199,202)
#D4CCCE
(212,204,206)
#D8D1D2
(216,209,210)
#DCD6D6
(220,214,214)
#E0DBDA
(224,219,218)
#E4E0DE
(228,224,222)
#E8E5E2
(232,229,226)
#ECEAE6
(236,234,230)
#F0EFEA
(240,239,234)
#F4F4EE
(244,244,238)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C7CA; }

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

This text font color is #D0C7CA.


Background Color

.myBgColor { background-color: #D0C7CA; }

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

This div background color is #D0C7CA.


Border color

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

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

This div border color is #D0C7CA.


Opacity

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

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

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

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

This text has shadow with #D0C7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C7CA on black background.


Color preview on white background

This text has color #D0C7CA on white background.



Black color preview on #D0C7CA background

This text has black color on #D0C7CA background.


White color preview on #D0C7CA background

This text has white color on #D0C7CA background.