COLOR #D2C5CA

HEX: #D2C5CA
RGB: (210,197,202)

Color info

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

RGB color model

#D2C5CA color RGB value is (210,197,202).

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

RGB channels and saturation

R 210 of 255 = 82%
G 197 of 255 = 77%
B 202 of 255 = 79%

210
197
202

R + G + B ~ 79%. #D2C5CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 197 + 202 = 609 (100%)
R 210 of 609 ~ 34.48%
G 197 of 609 ~ 32.35%
B 202 of 609 ~ 33.17%

%34.48
%32.35
%33.17

CMYK color model

#D2C5CA color CMYK value is (0,6,4,18).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(0,6,4,18)
C0M6Y4K18 
(0%,6%,4%,18%)
(0.00/0.06/0.04/0.18)	

CMYK percentages

%0
%6.19
%3.81
%17.65

Codes

Color #D2C5CA in popluar color models

D2C5CA
RGB210197202
HSL337°12.62%79.80%
HSB/HSV337°6.19%82.35%
CMYK0.00%6.19%3.81%
17.65%

Color #D2C5CA in popluar number systems.

HEXD2C5CA
Decimal210197202
Binary110100101100010111001010
Octal322305312

Shades and tints

Shades of #D2C5CA

#D2C5CA
(210,197,202)
#BFB4B8
(191,180,184)
#ACA3A6
(172,163,166)
#999294
(153,146,148)
#868182
(134,129,130)
#737070
(115,112,112)
#605F5E
(96,95,94)
#4D4E4C
(77,78,76)
#3A3D3A
(58,61,58)
#272C28
(39,44,40)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #D2C5CA

#D2C5CA
(210,197,202)
#D6CACE
(214,202,206)
#DACFD2
(218,207,210)
#DED4D6
(222,212,214)
#E2D9DA
(226,217,218)
#E6DEDE
(230,222,222)
#EAE3E2
(234,227,226)
#EEE8E6
(238,232,230)
#F2EDEA
(242,237,234)
#F6F2EE
(246,242,238)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C5CA; }

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

This text font color is #D2C5CA.


Background Color

.myBgColor { background-color: #D2C5CA; }

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

This div background color is #D2C5CA.


Border color

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

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

This div border color is #D2C5CA.


Opacity

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

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

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

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

This text has shadow with #D2C5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C5CA on black background.


Color preview on white background

This text has color #D2C5CA on white background.



Black color preview on #D2C5CA background

This text has black color on #D2C5CA background.


White color preview on #D2C5CA background

This text has white color on #D2C5CA background.