COLOR #D2D0CC

HEX: #D2D0CC
RGB: (210,208,204)

Color info

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

RGB color model

#D2D0CC color RGB value is (210,208,204).

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

RGB channels and saturation

R 210 of 255 = 82%
G 208 of 255 = 82%
B 204 of 255 = 80%

210
208
204

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

Portions of RGB colors in percentages

R + G + B =
210 + 208 + 204 = 622 (100%)
R 210 of 622 ~ 33.76%
G 208 of 622 ~ 33.44%
B 204 of 622 ~ 32.8%

%33.76
%33.44
%32.8

CMYK color model

#D2D0CC color CMYK value is (0,1,3,18).

  • cyan value is 0.00%
  • magenta value is 0.95%
  • yellow value is 2.86%
  • key color value is 17.65%
CMYK:
(0,1,3,18)
C0M1Y3K18 
(0%,1%,3%,18%)
(0.00/0.01/0.03/0.18)	

CMYK percentages

%0
%0.95
%2.86
%17.65

Codes

Color #D2D0CC in popluar color models

D2D0CC
RGB210208204
HSL40°6.25%81.18%
HSB/HSV40°2.86%82.35%
CMYK0.00%0.95%2.86%
17.65%

Color #D2D0CC in popluar number systems.

HEXD2D0CC
Decimal210208204
Binary110100101101000011001100
Octal322320314

Shades and tints

Shades of #D2D0CC

#D2D0CC
(210,208,204)
#BFBEBA
(191,190,186)
#ACACA8
(172,172,168)
#999A96
(153,154,150)
#868884
(134,136,132)
#737672
(115,118,114)
#606460
(96,100,96)
#4D524E
(77,82,78)
#3A403C
(58,64,60)
#272E2A
(39,46,42)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #D2D0CC

#D2D0CC
(210,208,204)
#D6D4D0
(214,212,208)
#DAD8D4
(218,216,212)
#DEDCD8
(222,220,216)
#E2E0DC
(226,224,220)
#E6E4E0
(230,228,224)
#EAE8E4
(234,232,228)
#EEECE8
(238,236,232)
#F2F0EC
(242,240,236)
#F6F4F0
(246,244,240)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D0CC; }

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

This text font color is #D2D0CC.


Background Color

.myBgColor { background-color: #D2D0CC; }

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

This div background color is #D2D0CC.


Border color

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

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

This div border color is #D2D0CC.


Opacity

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

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

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

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

This text has shadow with #D2D0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D0CC on black background.


Color preview on white background

This text has color #D2D0CC on white background.



Black color preview on #D2D0CC background

This text has black color on #D2D0CC background.


White color preview on #D2D0CC background

This text has white color on #D2D0CC background.