COLOR #D2D4E7

HEX: #D2D4E7
RGB: (210,212,231)

Color info

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

RGB color model

#D2D4E7 color RGB value is (210,212,231).

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

RGB channels and saturation

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

210
212
231

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

Portions of RGB colors in percentages

R + G + B =
210 + 212 + 231 = 653 (100%)
R 210 of 653 ~ 32.16%
G 212 of 653 ~ 32.47%
B 231 of 653 ~ 35.38%

%32.16
%32.47
%35.38

CMYK color model

#D2D4E7 color CMYK value is (9,8,0,9).

  • cyan value is 9.09%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,8,0,9)
C9M8Y0K9 
(9%,8%,0%,9%)
(0.09/0.08/0.00/0.09)	

CMYK percentages

%9.09
%8.23
%0
%9.41

Codes

Color #D2D4E7 in popluar color models

D2D4E7
RGB210212231
HSL234°30.43%86.47%
HSB/HSV234°9.09%90.59%
CMYK9.09%8.23%0.00%
9.41%

Color #D2D4E7 in popluar number systems.

HEXD2D4E7
Decimal210212231
Binary110100101101010011100111
Octal322324347

Shades and tints

Shades of #D2D4E7

#D2D4E7
(210,212,231)
#BFC1D2
(191,193,210)
#ACAEBD
(172,174,189)
#999BA8
(153,155,168)
#868893
(134,136,147)
#73757E
(115,117,126)
#606269
(96,98,105)
#4D4F54
(77,79,84)
#3A3C3F
(58,60,63)
#27292A
(39,41,42)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #D2D4E7

#D2D4E7
(210,212,231)
#D6D7E9
(214,215,233)
#DADAEB
(218,218,235)
#DEDDED
(222,221,237)
#E2E0EF
(226,224,239)
#E6E3F1
(230,227,241)
#EAE6F3
(234,230,243)
#EEE9F5
(238,233,245)
#F2ECF7
(242,236,247)
#F6EFF9
(246,239,249)
#FAF2FB
(250,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D4E7; }

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

This text font color is #D2D4E7.


Background Color

.myBgColor { background-color: #D2D4E7; }

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

This div background color is #D2D4E7.


Border color

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

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

This div border color is #D2D4E7.


Opacity

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

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

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

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

This text has shadow with #D2D4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D4E7 on black background.


Color preview on white background

This text has color #D2D4E7 on white background.



Black color preview on #D2D4E7 background

This text has black color on #D2D4E7 background.


White color preview on #D2D4E7 background

This text has white color on #D2D4E7 background.