COLOR #D0CCCE

HEX: #D0CCCE
RGB: (208,204,206)

Color info

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

RGB color model

#D0CCCE color RGB value is (208,204,206).

  • red value is 208;
  • green value is 204;
  • blue value is 206.
RGB:
(208,204,206)
(82%,80%,81%)

RGB channels and saturation

R 208 of 255 = 82%
G 204 of 255 = 80%
B 206 of 255 = 81%

208
204
206

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

Portions of RGB colors in percentages

R + G + B =
208 + 204 + 206 = 618 (100%)
R 208 of 618 ~ 33.66%
G 204 of 618 ~ 33.01%
B 206 of 618 ~ 33.33%

%33.66
%33.01
%33.33

CMYK color model

#D0CCCE color CMYK value is (0,2,1,18).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 0.96%
  • key color value is 18.43%
CMYK:
(0,2,1,18)
C0M2Y1K18 
(0%,2%,1%,18%)
(0.00/0.02/0.01/0.18)	

CMYK percentages

%0
%1.92
%0.96
%18.43

Codes

Color #D0CCCE in popluar color models

D0CCCE
RGB208204206
HSL330°4.08%80.78%
HSB/HSV330°1.92%81.57%
CMYK0.00%1.92%0.96%
18.43%

Color #D0CCCE in popluar number systems.

HEXD0CCCE
Decimal208204206
Binary110100001100110011001110
Octal320314316

Shades and tints

Shades of #D0CCCE

#D0CCCE
(208,204,206)
#BEBABC
(190,186,188)
#ACA8AA
(172,168,170)
#9A9698
(154,150,152)
#888486
(136,132,134)
#767274
(118,114,116)
#646062
(100,96,98)
#524E50
(82,78,80)
#403C3E
(64,60,62)
#2E2A2C
(46,42,44)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #D0CCCE

#D0CCCE
(208,204,206)
#D4D0D2
(212,208,210)
#D8D4D6
(216,212,214)
#DCD8DA
(220,216,218)
#E0DCDE
(224,220,222)
#E4E0E2
(228,224,226)
#E8E4E6
(232,228,230)
#ECE8EA
(236,232,234)
#F0ECEE
(240,236,238)
#F4F0F2
(244,240,242)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CCCE; }

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

This text font color is #D0CCCE.


Background Color

.myBgColor { background-color: #D0CCCE; }

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

This div background color is #D0CCCE.


Border color

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

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

This div border color is #D0CCCE.


Opacity

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

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

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

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

This text has shadow with #D0CCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CCCE on black background.


Color preview on white background

This text has color #D0CCCE on white background.



Black color preview on #D0CCCE background

This text has black color on #D0CCCE background.


White color preview on #D0CCCE background

This text has white color on #D0CCCE background.