COLOR #D2C9CC

HEX: #D2C9CC
RGB: (210,201,204)

Color info

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

RGB color model

#D2C9CC color RGB value is (210,201,204).

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

RGB channels and saturation

R 210 of 255 = 82%
G 201 of 255 = 79%
B 204 of 255 = 80%

210
201
204

R + G + B ~ 80%. #D2C9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 201 + 204 = 615 (100%)
R 210 of 615 ~ 34.15%
G 201 of 615 ~ 32.68%
B 204 of 615 ~ 33.17%

%34.15
%32.68
%33.17

CMYK color model

#D2C9CC color CMYK value is (0,4,3,18).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 2.86%
  • key color value is 17.65%
CMYK:
(0,4,3,18)
C0M4Y3K18 
(0%,4%,3%,18%)
(0.00/0.04/0.03/0.18)	

CMYK percentages

%0
%4.29
%2.86
%17.65

Codes

Color #D2C9CC in popluar color models

D2C9CC
RGB210201204
HSL340°9.09%80.59%
HSB/HSV340°4.29%82.35%
CMYK0.00%4.29%2.86%
17.65%

Color #D2C9CC in popluar number systems.

HEXD2C9CC
Decimal210201204
Binary110100101100100111001100
Octal322311314

Shades and tints

Shades of #D2C9CC

#D2C9CC
(210,201,204)
#BFB7BA
(191,183,186)
#ACA5A8
(172,165,168)
#999396
(153,147,150)
#868184
(134,129,132)
#736F72
(115,111,114)
#605D60
(96,93,96)
#4D4B4E
(77,75,78)
#3A393C
(58,57,60)
#27272A
(39,39,42)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #D2C9CC

#D2C9CC
(210,201,204)
#D6CDD0
(214,205,208)
#DAD1D4
(218,209,212)
#DED5D8
(222,213,216)
#E2D9DC
(226,217,220)
#E6DDE0
(230,221,224)
#EAE1E4
(234,225,228)
#EEE5E8
(238,229,232)
#F2E9EC
(242,233,236)
#F6EDF0
(246,237,240)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C9CC; }

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

This text font color is #D2C9CC.


Background Color

.myBgColor { background-color: #D2C9CC; }

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

This div background color is #D2C9CC.


Border color

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

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

This div border color is #D2C9CC.


Opacity

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

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

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

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

This text has shadow with #D2C9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C9CC on black background.


Color preview on white background

This text has color #D2C9CC on white background.



Black color preview on #D2C9CC background

This text has black color on #D2C9CC background.


White color preview on #D2C9CC background

This text has white color on #D2C9CC background.