COLOR #D0C0C6

HEX: #D0C0C6
RGB: (208,192,198)

Color info

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

RGB color model

#D0C0C6 color RGB value is (208,192,198).

  • red value is 208;
  • green value is 192;
  • blue value is 198.
RGB:
(208,192,198)
(82%,75%,78%)

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 198 of 255 = 78%

208
192
198

R + G + B ~ 78%. #D0C0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 192 + 198 = 598 (100%)
R 208 of 598 ~ 34.78%
G 192 of 598 ~ 32.11%
B 198 of 598 ~ 33.11%

%34.78
%32.11
%33.11

CMYK color model

#D0C0C6 color CMYK value is (0,8,5,18).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 4.81%
  • key color value is 18.43%
CMYK:
(0,8,5,18)
C0M8Y5K18 
(0%,8%,5%,18%)
(0.00/0.08/0.05/0.18)	

CMYK percentages

%0
%7.69
%4.81
%18.43

Codes

Color #D0C0C6 in popluar color models

D0C0C6
RGB208192198
HSL338°14.55%78.43%
HSB/HSV338°7.69%81.57%
CMYK0.00%7.69%4.81%
18.43%

Color #D0C0C6 in popluar number systems.

HEXD0C0C6
Decimal208192198
Binary110100001100000011000110
Octal320300306

Shades and tints

Shades of #D0C0C6

#D0C0C6
(208,192,198)
#BEAFB4
(190,175,180)
#AC9EA2
(172,158,162)
#9A8D90
(154,141,144)
#887C7E
(136,124,126)
#766B6C
(118,107,108)
#645A5A
(100,90,90)
#524948
(82,73,72)
#403836
(64,56,54)
#2E2724
(46,39,36)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #D0C0C6

#D0C0C6
(208,192,198)
#D4C5CB
(212,197,203)
#D8CAD0
(216,202,208)
#DCCFD5
(220,207,213)
#E0D4DA
(224,212,218)
#E4D9DF
(228,217,223)
#E8DEE4
(232,222,228)
#ECE3E9
(236,227,233)
#F0E8EE
(240,232,238)
#F4EDF3
(244,237,243)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C0C6 color. Also use rgb(208,192,198) instead hex code.

Text Font Color

.myTextColor { color: #D0C0C6; }

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

This text font color is #D0C0C6.


Background Color

.myBgColor { background-color: #D0C0C6; }

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

This div background color is #D0C0C6.


Border color

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

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

This div border color is #D0C0C6.


Opacity

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

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

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

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

This text has shadow with #D0C0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C0C6 on black background.


Color preview on white background

This text has color #D0C0C6 on white background.



Black color preview on #D0C0C6 background

This text has black color on #D0C0C6 background.


White color preview on #D0C0C6 background

This text has white color on #D0C0C6 background.