COLOR #D0C6C6

HEX: #D0C6C6
RGB: (208,198,198)

Color info

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

RGB color model

#D0C6C6 color RGB value is (208,198,198).

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

RGB channels and saturation

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

208
198
198

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

Portions of RGB colors in percentages

R + G + B =
208 + 198 + 198 = 604 (100%)
R 208 of 604 ~ 34.44%
G 198 of 604 ~ 32.78%
B 198 of 604 ~ 32.78%

%34.44
%32.78
%32.78

CMYK color model

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

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

CMYK percentages

%0
%4.81
%4.81
%18.43

Codes

Color #D0C6C6 in popluar color models

D0C6C6
RGB208198198
HSL9.62%79.61%
HSB/HSV4.81%81.57%
CMYK0.00%4.81%4.81%
18.43%

Color #D0C6C6 in popluar number systems.

HEXD0C6C6
Decimal208198198
Binary110100001100011011000110
Octal320306306

Shades and tints

Shades of #D0C6C6

#D0C6C6
(208,198,198)
#BEB4B4
(190,180,180)
#ACA2A2
(172,162,162)
#9A9090
(154,144,144)
#887E7E
(136,126,126)
#766C6C
(118,108,108)
#645A5A
(100,90,90)
#524848
(82,72,72)
#403636
(64,54,54)
#2E2424
(46,36,36)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #D0C6C6

#D0C6C6
(208,198,198)
#D4CBCB
(212,203,203)
#D8D0D0
(216,208,208)
#DCD5D5
(220,213,213)
#E0DADA
(224,218,218)
#E4DFDF
(228,223,223)
#E8E4E4
(232,228,228)
#ECE9E9
(236,233,233)
#F0EEEE
(240,238,238)
#F4F3F3
(244,243,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C6C6; }

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

This text font color is #D0C6C6.


Background Color

.myBgColor { background-color: #D0C6C6; }

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

This div background color is #D0C6C6.


Border color

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

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

This div border color is #D0C6C6.


Opacity

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

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

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

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

This text has shadow with #D0C6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C6C6 on black background.


Color preview on white background

This text has color #D0C6C6 on white background.



Black color preview on #D0C6C6 background

This text has black color on #D0C6C6 background.


White color preview on #D0C6C6 background

This text has white color on #D0C6C6 background.