COLOR #D0C6D2

HEX: #D0C6D2
RGB: (208,198,210)

Color info

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

RGB color model

#D0C6D2 color RGB value is (208,198,210).

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

RGB channels and saturation

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

208
198
210

R + G + B ~ 81%. #D0C6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 198 + 210 = 616 (100%)
R 208 of 616 ~ 33.77%
G 198 of 616 ~ 32.14%
B 210 of 616 ~ 34.09%

%33.77
%32.14
%34.09

CMYK color model

#D0C6D2 color CMYK value is (1,6,0,18).

  • cyan value is 0.95%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(1,6,0,18)
C1M6Y0K18 
(1%,6%,0%,18%)
(0.01/0.06/0.00/0.18)	

CMYK percentages

%0.95
%5.71
%0
%17.65

Codes

Color #D0C6D2 in popluar color models

D0C6D2
RGB208198210
HSL290°11.76%80.00%
HSB/HSV290°5.71%82.35%
CMYK0.95%5.71%0.00%
17.65%

Color #D0C6D2 in popluar number systems.

HEXD0C6D2
Decimal208198210
Binary110100001100011011010010
Octal320306322

Shades and tints

Shades of #D0C6D2

#D0C6D2
(208,198,210)
#BEB4BF
(190,180,191)
#ACA2AC
(172,162,172)
#9A9099
(154,144,153)
#887E86
(136,126,134)
#766C73
(118,108,115)
#645A60
(100,90,96)
#52484D
(82,72,77)
#40363A
(64,54,58)
#2E2427
(46,36,39)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #D0C6D2

#D0C6D2
(208,198,210)
#D4CBD6
(212,203,214)
#D8D0DA
(216,208,218)
#DCD5DE
(220,213,222)
#E0DAE2
(224,218,226)
#E4DFE6
(228,223,230)
#E8E4EA
(232,228,234)
#ECE9EE
(236,233,238)
#F0EEF2
(240,238,242)
#F4F3F6
(244,243,246)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C6D2; }

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

This text font color is #D0C6D2.


Background Color

.myBgColor { background-color: #D0C6D2; }

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

This div background color is #D0C6D2.


Border color

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

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

This div border color is #D0C6D2.


Opacity

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

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

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

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

This text has shadow with #D0C6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C6D2 on black background.


Color preview on white background

This text has color #D0C6D2 on white background.



Black color preview on #D0C6D2 background

This text has black color on #D0C6D2 background.


White color preview on #D0C6D2 background

This text has white color on #D0C6D2 background.