COLOR #D3C0CD

HEX: #D3C0CD
RGB: (211,192,205)

Color info

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

RGB color model

#D3C0CD color RGB value is (211,192,205).

  • red value is 211;
  • green value is 192;
  • blue value is 205.
RGB:
(211,192,205)
(83%,75%,80%)

RGB channels and saturation

R 211 of 255 = 83%
G 192 of 255 = 75%
B 205 of 255 = 80%

211
192
205

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

Portions of RGB colors in percentages

R + G + B =
211 + 192 + 205 = 608 (100%)
R 211 of 608 ~ 34.7%
G 192 of 608 ~ 31.58%
B 205 of 608 ~ 33.72%

%34.7
%31.58
%33.72

CMYK color model

#D3C0CD color CMYK value is (0,9,3,17).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 2.84%
  • key color value is 17.25%
CMYK:
(0,9,3,17)
C0M9Y3K17 
(0%,9%,3%,17%)
(0.00/0.09/0.03/0.17)	

CMYK percentages

%0
%9
%2.84
%17.25

Codes

Color #D3C0CD in popluar color models

D3C0CD
RGB211192205
HSL319°17.76%79.02%
HSB/HSV319°9.00%82.75%
CMYK0.00%9.00%2.84%
17.25%

Color #D3C0CD in popluar number systems.

HEXD3C0CD
Decimal211192205
Binary110100111100000011001101
Octal323300315

Shades and tints

Shades of #D3C0CD

#D3C0CD
(211,192,205)
#C0AFBB
(192,175,187)
#AD9EA9
(173,158,169)
#9A8D97
(154,141,151)
#877C85
(135,124,133)
#746B73
(116,107,115)
#615A61
(97,90,97)
#4E494F
(78,73,79)
#3B383D
(59,56,61)
#28272B
(40,39,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #D3C0CD

#D3C0CD
(211,192,205)
#D7C5D1
(215,197,209)
#DBCAD5
(219,202,213)
#DFCFD9
(223,207,217)
#E3D4DD
(227,212,221)
#E7D9E1
(231,217,225)
#EBDEE5
(235,222,229)
#EFE3E9
(239,227,233)
#F3E8ED
(243,232,237)
#F7EDF1
(247,237,241)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C0CD color. Also use rgb(211,192,205) instead hex code.

Text Font Color

.myTextColor { color: #D3C0CD; }

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

This text font color is #D3C0CD.


Background Color

.myBgColor { background-color: #D3C0CD; }

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

This div background color is #D3C0CD.


Border color

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

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

This div border color is #D3C0CD.


Opacity

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

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

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

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

This text has shadow with #D3C0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C0CD on black background.


Color preview on white background

This text has color #D3C0CD on white background.



Black color preview on #D3C0CD background

This text has black color on #D3C0CD background.


White color preview on #D3C0CD background

This text has white color on #D3C0CD background.