COLOR #D2C7E7

HEX: #D2C7E7
RGB: (210,199,231)

Color info

#D2C7E7 contains red, green and blue colors in about the same proportion. Web safe color of #D2C7E7 is #CCCCFF (or #CCF).

RGB color model

#D2C7E7 color RGB value is (210,199,231).

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

RGB channels and saturation

R 210 of 255 = 82%
G 199 of 255 = 78%
B 231 of 255 = 91%

210
199
231

R + G + B ~ 84%. #D2C7E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 199 + 231 = 640 (100%)
R 210 of 640 ~ 32.81%
G 199 of 640 ~ 31.09%
B 231 of 640 ~ 36.09%

%32.81
%31.09
%36.09

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,14,0,9)
C9M14Y0K9 
(9%,14%,0%,9%)
(0.09/0.14/0.00/0.09)	

CMYK percentages

%9.09
%13.85
%0
%9.41

Codes

Color #D2C7E7 in popluar color models

D2C7E7
RGB210199231
HSL261°40.00%84.31%
HSB/HSV261°13.85%90.59%
CMYK9.09%13.85%0.00%
9.41%

Color #D2C7E7 in popluar number systems.

HEXD2C7E7
Decimal210199231
Binary110100101100011111100111
Octal322307347

Shades and tints

Shades of #D2C7E7

#D2C7E7
(210,199,231)
#BFB5D2
(191,181,210)
#ACA3BD
(172,163,189)
#9991A8
(153,145,168)
#867F93
(134,127,147)
#736D7E
(115,109,126)
#605B69
(96,91,105)
#4D4954
(77,73,84)
#3A373F
(58,55,63)
#27252A
(39,37,42)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #D2C7E7

#D2C7E7
(210,199,231)
#D6CCE9
(214,204,233)
#DAD1EB
(218,209,235)
#DED6ED
(222,214,237)
#E2DBEF
(226,219,239)
#E6E0F1
(230,224,241)
#EAE5F3
(234,229,243)
#EEEAF5
(238,234,245)
#F2EFF7
(242,239,247)
#F6F4F9
(246,244,249)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C7E7; }

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

This text font color is #D2C7E7.


Background Color

.myBgColor { background-color: #D2C7E7; }

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

This div background color is #D2C7E7.


Border color

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

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

This div border color is #D2C7E7.


Opacity

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

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

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

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

This text has shadow with #D2C7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C7E7 on black background.


Color preview on white background

This text has color #D2C7E7 on white background.



Black color preview on #D2C7E7 background

This text has black color on #D2C7E7 background.


White color preview on #D2C7E7 background

This text has white color on #D2C7E7 background.