COLOR #D0C8C6

HEX: #D0C8C6
RGB: (208,200,198)

Color info

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

RGB color model

#D0C8C6 color RGB value is (208,200,198).

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

RGB channels and saturation

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

208
200
198

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

Portions of RGB colors in percentages

R + G + B =
208 + 200 + 198 = 606 (100%)
R 208 of 606 ~ 34.32%
G 200 of 606 ~ 33%
B 198 of 606 ~ 32.67%

%34.32
%33
%32.67

CMYK color model

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

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

CMYK percentages

%0
%3.85
%4.81
%18.43

Codes

Color #D0C8C6 in popluar color models

D0C8C6
RGB208200198
HSL12°9.62%79.61%
HSB/HSV12°4.81%81.57%
CMYK0.00%3.85%4.81%
18.43%

Color #D0C8C6 in popluar number systems.

HEXD0C8C6
Decimal208200198
Binary110100001100100011000110
Octal320310306

Shades and tints

Shades of #D0C8C6

#D0C8C6
(208,200,198)
#BEB6B4
(190,182,180)
#ACA4A2
(172,164,162)
#9A9290
(154,146,144)
#88807E
(136,128,126)
#766E6C
(118,110,108)
#645C5A
(100,92,90)
#524A48
(82,74,72)
#403836
(64,56,54)
#2E2624
(46,38,36)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #D0C8C6

#D0C8C6
(208,200,198)
#D4CDCB
(212,205,203)
#D8D2D0
(216,210,208)
#DCD7D5
(220,215,213)
#E0DCDA
(224,220,218)
#E4E1DF
(228,225,223)
#E8E6E4
(232,230,228)
#ECEBE9
(236,235,233)
#F0F0EE
(240,240,238)
#F4F5F3
(244,245,243)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C8C6; }

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

This text font color is #D0C8C6.


Background Color

.myBgColor { background-color: #D0C8C6; }

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

This div background color is #D0C8C6.


Border color

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

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

This div border color is #D0C8C6.


Opacity

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

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

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

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

This text has shadow with #D0C8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C8C6 on black background.


Color preview on white background

This text has color #D0C8C6 on white background.



Black color preview on #D0C8C6 background

This text has black color on #D0C8C6 background.


White color preview on #D0C8C6 background

This text has white color on #D0C8C6 background.