COLOR #D2C7DB

HEX: #D2C7DB
RGB: (210,199,219)

Color info

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

RGB color model

#D2C7DB color RGB value is (210,199,219).

  • red value is 210;
  • green value is 199;
  • blue value is 219.
RGB:
(210,199,219)
(82%,78%,86%)

RGB channels and saturation

R 210 of 255 = 82%
G 199 of 255 = 78%
B 219 of 255 = 86%

210
199
219

R + G + B ~ 82%. #D2C7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 199 + 219 = 628 (100%)
R 210 of 628 ~ 33.44%
G 199 of 628 ~ 31.69%
B 219 of 628 ~ 34.87%

%33.44
%31.69
%34.87

CMYK color model

#D2C7DB color CMYK value is (4,9,0,14).

  • cyan value is 4.11%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,9,0,14)
C4M9Y0K14 
(4%,9%,0%,14%)
(0.04/0.09/0.00/0.14)	

CMYK percentages

%4.11
%9.13
%0
%14.12

Codes

Color #D2C7DB in popluar color models

D2C7DB
RGB210199219
HSL273°21.74%81.96%
HSB/HSV273°9.13%85.88%
CMYK4.11%9.13%0.00%
14.12%

Color #D2C7DB in popluar number systems.

HEXD2C7DB
Decimal210199219
Binary110100101100011111011011
Octal322307333

Shades and tints

Shades of #D2C7DB

#D2C7DB
(210,199,219)
#BFB5C8
(191,181,200)
#ACA3B5
(172,163,181)
#9991A2
(153,145,162)
#867F8F
(134,127,143)
#736D7C
(115,109,124)
#605B69
(96,91,105)
#4D4956
(77,73,86)
#3A3743
(58,55,67)
#272530
(39,37,48)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #D2C7DB

#D2C7DB
(210,199,219)
#D6CCDE
(214,204,222)
#DAD1E1
(218,209,225)
#DED6E4
(222,214,228)
#E2DBE7
(226,219,231)
#E6E0EA
(230,224,234)
#EAE5ED
(234,229,237)
#EEEAF0
(238,234,240)
#F2EFF3
(242,239,243)
#F6F4F6
(246,244,246)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C7DB color. Also use rgb(210,199,219) instead hex code.

Text Font Color

.myTextColor { color: #D2C7DB; }

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

This text font color is #D2C7DB.


Background Color

.myBgColor { background-color: #D2C7DB; }

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

This div background color is #D2C7DB.


Border color

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

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

This div border color is #D2C7DB.


Opacity

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

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

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

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

This text has shadow with #D2C7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C7DB on black background.


Color preview on white background

This text has color #D2C7DB on white background.



Black color preview on #D2C7DB background

This text has black color on #D2C7DB background.


White color preview on #D2C7DB background

This text has white color on #D2C7DB background.