COLOR #D0CACC

HEX: #D0CACC
RGB: (208,202,204)

Color info

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

RGB color model

#D0CACC color RGB value is (208,202,204).

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

RGB channels and saturation

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

208
202
204

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

Portions of RGB colors in percentages

R + G + B =
208 + 202 + 204 = 614 (100%)
R 208 of 614 ~ 33.88%
G 202 of 614 ~ 32.9%
B 204 of 614 ~ 33.22%

%33.88
%32.9
%33.22

CMYK color model

#D0CACC color CMYK value is (0,3,2,18).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 1.92%
  • key color value is 18.43%
CMYK:
(0,3,2,18)
C0M3Y2K18 
(0%,3%,2%,18%)
(0.00/0.03/0.02/0.18)	

CMYK percentages

%0
%2.88
%1.92
%18.43

Codes

Color #D0CACC in popluar color models

D0CACC
RGB208202204
HSL340°6.00%80.39%
HSB/HSV340°2.88%81.57%
CMYK0.00%2.88%1.92%
18.43%

Color #D0CACC in popluar number systems.

HEXD0CACC
Decimal208202204
Binary110100001100101011001100
Octal320312314

Shades and tints

Shades of #D0CACC

#D0CACC
(208,202,204)
#BEB8BA
(190,184,186)
#ACA6A8
(172,166,168)
#9A9496
(154,148,150)
#888284
(136,130,132)
#767072
(118,112,114)
#645E60
(100,94,96)
#524C4E
(82,76,78)
#403A3C
(64,58,60)
#2E282A
(46,40,42)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #D0CACC

#D0CACC
(208,202,204)
#D4CED0
(212,206,208)
#D8D2D4
(216,210,212)
#DCD6D8
(220,214,216)
#E0DADC
(224,218,220)
#E4DEE0
(228,222,224)
#E8E2E4
(232,226,228)
#ECE6E8
(236,230,232)
#F0EAEC
(240,234,236)
#F4EEF0
(244,238,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CACC; }

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

This text font color is #D0CACC.


Background Color

.myBgColor { background-color: #D0CACC; }

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

This div background color is #D0CACC.


Border color

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

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

This div border color is #D0CACC.


Opacity

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

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

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

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

This text has shadow with #D0CACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CACC on black background.


Color preview on white background

This text has color #D0CACC on white background.



Black color preview on #D0CACC background

This text has black color on #D0CACC background.


White color preview on #D0CACC background

This text has white color on #D0CACC background.