COLOR #D2D3E7

HEX: #D2D3E7
RGB: (210,211,231)

Color info

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

RGB color model

#D2D3E7 color RGB value is (210,211,231).

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

RGB channels and saturation

R 210 of 255 = 82%
G 211 of 255 = 83%
B 231 of 255 = 91%

210
211
231

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

Portions of RGB colors in percentages

R + G + B =
210 + 211 + 231 = 652 (100%)
R 210 of 652 ~ 32.21%
G 211 of 652 ~ 32.36%
B 231 of 652 ~ 35.43%

%32.21
%32.36
%35.43

CMYK color model

#D2D3E7 color CMYK value is (9,9,0,9).

  • cyan value is 9.09%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,9,0,9)
C9M9Y0K9 
(9%,9%,0%,9%)
(0.09/0.09/0.00/0.09)	

CMYK percentages

%9.09
%8.66
%0
%9.41

Codes

Color #D2D3E7 in popluar color models

D2D3E7
RGB210211231
HSL237°30.43%86.47%
HSB/HSV237°9.09%90.59%
CMYK9.09%8.66%0.00%
9.41%

Color #D2D3E7 in popluar number systems.

HEXD2D3E7
Decimal210211231
Binary110100101101001111100111
Octal322323347

Shades and tints

Shades of #D2D3E7

#D2D3E7
(210,211,231)
#BFC0D2
(191,192,210)
#ACADBD
(172,173,189)
#999AA8
(153,154,168)
#868793
(134,135,147)
#73747E
(115,116,126)
#606169
(96,97,105)
#4D4E54
(77,78,84)
#3A3B3F
(58,59,63)
#27282A
(39,40,42)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #D2D3E7

#D2D3E7
(210,211,231)
#D6D7E9
(214,215,233)
#DADBEB
(218,219,235)
#DEDFED
(222,223,237)
#E2E3EF
(226,227,239)
#E6E7F1
(230,231,241)
#EAEBF3
(234,235,243)
#EEEFF5
(238,239,245)
#F2F3F7
(242,243,247)
#F6F7F9
(246,247,249)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D3E7; }

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

This text font color is #D2D3E7.


Background Color

.myBgColor { background-color: #D2D3E7; }

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

This div background color is #D2D3E7.


Border color

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

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

This div border color is #D2D3E7.


Opacity

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

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

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

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

This text has shadow with #D2D3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D3E7 on black background.


Color preview on white background

This text has color #D2D3E7 on white background.



Black color preview on #D2D3E7 background

This text has black color on #D2D3E7 background.


White color preview on #D2D3E7 background

This text has white color on #D2D3E7 background.