COLOR #D2CACC

HEX: #D2CACC
RGB: (210,202,204)

Color info

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

RGB color model

#D2CACC color RGB value is (210,202,204).

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

RGB channels and saturation

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

210
202
204

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

Portions of RGB colors in percentages

R + G + B =
210 + 202 + 204 = 616 (100%)
R 210 of 616 ~ 34.09%
G 202 of 616 ~ 32.79%
B 204 of 616 ~ 33.12%

%34.09
%32.79
%33.12

CMYK color model

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

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

CMYK percentages

%0
%3.81
%2.86
%17.65

Codes

Color #D2CACC in popluar color models

D2CACC
RGB210202204
HSL345°8.16%80.78%
HSB/HSV345°3.81%82.35%
CMYK0.00%3.81%2.86%
17.65%

Color #D2CACC in popluar number systems.

HEXD2CACC
Decimal210202204
Binary110100101100101011001100
Octal322312314

Shades and tints

Shades of #D2CACC

#D2CACC
(210,202,204)
#BFB8BA
(191,184,186)
#ACA6A8
(172,166,168)
#999496
(153,148,150)
#868284
(134,130,132)
#737072
(115,112,114)
#605E60
(96,94,96)
#4D4C4E
(77,76,78)
#3A3A3C
(58,58,60)
#27282A
(39,40,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #D2CACC

#D2CACC
(210,202,204)
#D6CED0
(214,206,208)
#DAD2D4
(218,210,212)
#DED6D8
(222,214,216)
#E2DADC
(226,218,220)
#E6DEE0
(230,222,224)
#EAE2E4
(234,226,228)
#EEE6E8
(238,230,232)
#F2EAEC
(242,234,236)
#F6EEF0
(246,238,240)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CACC; }

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

This text font color is #D2CACC.


Background Color

.myBgColor { background-color: #D2CACC; }

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

This div background color is #D2CACC.


Border color

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

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

This div border color is #D2CACC.


Opacity

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

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

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

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

This text has shadow with #D2CACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CACC on black background.


Color preview on white background

This text has color #D2CACC on white background.



Black color preview on #D2CACC background

This text has black color on #D2CACC background.


White color preview on #D2CACC background

This text has white color on #D2CACC background.