COLOR #D0CACD

HEX: #D0CACD
RGB: (208,202,205)

Color info

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

RGB color model

#D0CACD color RGB value is (208,202,205).

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

RGB channels and saturation

R 208 of 255 = 82%
G 202 of 255 = 79%
B 205 of 255 = 80%

208
202
205

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

Portions of RGB colors in percentages

R + G + B =
208 + 202 + 205 = 615 (100%)
R 208 of 615 ~ 33.82%
G 202 of 615 ~ 32.85%
B 205 of 615 ~ 33.33%

%33.82
%32.85
%33.33

CMYK color model

#D0CACD color CMYK value is (0,3,1,18).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 1.44%
  • key color value is 18.43%
CMYK:
(0,3,1,18)
C0M3Y1K18 
(0%,3%,1%,18%)
(0.00/0.03/0.01/0.18)	

CMYK percentages

%0
%2.88
%1.44
%18.43

Codes

Color #D0CACD in popluar color models

D0CACD
RGB208202205
HSL330°6.00%80.39%
HSB/HSV330°2.88%81.57%
CMYK0.00%2.88%1.44%
18.43%

Color #D0CACD in popluar number systems.

HEXD0CACD
Decimal208202205
Binary110100001100101011001101
Octal320312315

Shades and tints

Shades of #D0CACD

#D0CACD
(208,202,205)
#BEB8BB
(190,184,187)
#ACA6A9
(172,166,169)
#9A9497
(154,148,151)
#888285
(136,130,133)
#767073
(118,112,115)
#645E61
(100,94,97)
#524C4F
(82,76,79)
#403A3D
(64,58,61)
#2E282B
(46,40,43)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #D0CACD

#D0CACD
(208,202,205)
#D4CED1
(212,206,209)
#D8D2D5
(216,210,213)
#DCD6D9
(220,214,217)
#E0DADD
(224,218,221)
#E4DEE1
(228,222,225)
#E8E2E5
(232,226,229)
#ECE6E9
(236,230,233)
#F0EAED
(240,234,237)
#F4EEF1
(244,238,241)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CACD; }

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

This text font color is #D0CACD.


Background Color

.myBgColor { background-color: #D0CACD; }

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

This div background color is #D0CACD.


Border color

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

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

This div border color is #D0CACD.


Opacity

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

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

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

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

This text has shadow with #D0CACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CACD on black background.


Color preview on white background

This text has color #D0CACD on white background.



Black color preview on #D0CACD background

This text has black color on #D0CACD background.


White color preview on #D0CACD background

This text has white color on #D0CACD background.