COLOR #D9C0CA

HEX: #D9C0CA
RGB: (217,192,202)

Color info

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

RGB color model

#D9C0CA color RGB value is (217,192,202).

  • red value is 217;
  • green value is 192;
  • blue value is 202.
RGB:
(217,192,202)
(85%,75%,79%)

RGB channels and saturation

R 217 of 255 = 85%
G 192 of 255 = 75%
B 202 of 255 = 79%

217
192
202

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

Portions of RGB colors in percentages

R + G + B =
217 + 192 + 202 = 611 (100%)
R 217 of 611 ~ 35.52%
G 192 of 611 ~ 31.42%
B 202 of 611 ~ 33.06%

%35.52
%31.42
%33.06

CMYK color model

#D9C0CA color CMYK value is (0,12,7,15).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 6.91%
  • key color value is 14.90%
CMYK:
(0,12,7,15)
C0M12Y7K15 
(0%,12%,7%,15%)
(0.00/0.12/0.07/0.15)	

CMYK percentages

%0
%11.52
%6.91
%14.9

Codes

Color #D9C0CA in popluar color models

D9C0CA
RGB217192202
HSL336°24.75%80.20%
HSB/HSV336°11.52%85.10%
CMYK0.00%11.52%6.91%
14.90%

Color #D9C0CA in popluar number systems.

HEXD9C0CA
Decimal217192202
Binary110110011100000011001010
Octal331300312

Shades and tints

Shades of #D9C0CA

#D9C0CA
(217,192,202)
#C6AFB8
(198,175,184)
#B39EA6
(179,158,166)
#A08D94
(160,141,148)
#8D7C82
(141,124,130)
#7A6B70
(122,107,112)
#675A5E
(103,90,94)
#54494C
(84,73,76)
#41383A
(65,56,58)
#2E2728
(46,39,40)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #D9C0CA

#D9C0CA
(217,192,202)
#DCC5CE
(220,197,206)
#DFCAD2
(223,202,210)
#E2CFD6
(226,207,214)
#E5D4DA
(229,212,218)
#E8D9DE
(232,217,222)
#EBDEE2
(235,222,226)
#EEE3E6
(238,227,230)
#F1E8EA
(241,232,234)
#F4EDEE
(244,237,238)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C0CA color. Also use rgb(217,192,202) instead hex code.

Text Font Color

.myTextColor { color: #D9C0CA; }

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

This text font color is #D9C0CA.


Background Color

.myBgColor { background-color: #D9C0CA; }

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

This div background color is #D9C0CA.


Border color

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

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

This div border color is #D9C0CA.


Opacity

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

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

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

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

This text has shadow with #D9C0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C0CA on black background.


Color preview on white background

This text has color #D9C0CA on white background.



Black color preview on #D9C0CA background

This text has black color on #D9C0CA background.


White color preview on #D9C0CA background

This text has white color on #D9C0CA background.