COLOR #D2D1E7

HEX: #D2D1E7
RGB: (210,209,231)

Color info

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

RGB color model

#D2D1E7 color RGB value is (210,209,231).

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

RGB channels and saturation

R 210 of 255 = 82%
G 209 of 255 = 82%
B 231 of 255 = 91%

210
209
231

R + G + B ~ 85%. #D2D1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 209 + 231 = 650 (100%)
R 210 of 650 ~ 32.31%
G 209 of 650 ~ 32.15%
B 231 of 650 ~ 35.54%

%32.31
%32.15
%35.54

CMYK color model

#D2D1E7 color CMYK value is (9,10,0,9).

  • cyan value is 9.09%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,10,0,9)
C9M10Y0K9 
(9%,10%,0%,9%)
(0.09/0.10/0.00/0.09)	

CMYK percentages

%9.09
%9.52
%0
%9.41

Codes

Color #D2D1E7 in popluar color models

D2D1E7
RGB210209231
HSL243°31.43%86.27%
HSB/HSV243°9.52%90.59%
CMYK9.09%9.52%0.00%
9.41%

Color #D2D1E7 in popluar number systems.

HEXD2D1E7
Decimal210209231
Binary110100101101000111100111
Octal322321347

Shades and tints

Shades of #D2D1E7

#D2D1E7
(210,209,231)
#BFBED2
(191,190,210)
#ACABBD
(172,171,189)
#9998A8
(153,152,168)
#868593
(134,133,147)
#73727E
(115,114,126)
#605F69
(96,95,105)
#4D4C54
(77,76,84)
#3A393F
(58,57,63)
#27262A
(39,38,42)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #D2D1E7

#D2D1E7
(210,209,231)
#D6D5E9
(214,213,233)
#DAD9EB
(218,217,235)
#DEDDED
(222,221,237)
#E2E1EF
(226,225,239)
#E6E5F1
(230,229,241)
#EAE9F3
(234,233,243)
#EEEDF5
(238,237,245)
#F2F1F7
(242,241,247)
#F6F5F9
(246,245,249)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D1E7; }

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

This text font color is #D2D1E7.


Background Color

.myBgColor { background-color: #D2D1E7; }

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

This div background color is #D2D1E7.


Border color

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

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

This div border color is #D2D1E7.


Opacity

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

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

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

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

This text has shadow with #D2D1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D1E7 on black background.


Color preview on white background

This text has color #D2D1E7 on white background.



Black color preview on #D2D1E7 background

This text has black color on #D2D1E7 background.


White color preview on #D2D1E7 background

This text has white color on #D2D1E7 background.