COLOR #D2D4F6

HEX: #D2D4F6
RGB: (210,212,246)

Color info

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

RGB color model

#D2D4F6 color RGB value is (210,212,246).

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

RGB channels and saturation

R 210 of 255 = 82%
G 212 of 255 = 83%
B 246 of 255 = 96%

210
212
246

R + G + B ~ 87%. #D2D4F6 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 212 + 246 = 668 (100%)
R 210 of 668 ~ 31.44%
G 212 of 668 ~ 31.74%
B 246 of 668 ~ 36.83%

%31.44
%31.74
%36.83

CMYK color model

#D2D4F6 color CMYK value is (15,14,0,4).

  • cyan value is 14.63%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(15,14,0,4)
C15M14Y0K4 
(15%,14%,0%,4%)
(0.15/0.14/0.00/0.04)	

CMYK percentages

%14.63
%13.82
%0
%3.53

Codes

Color #D2D4F6 in popluar color models

D2D4F6
RGB210212246
HSL237°66.67%89.41%
HSB/HSV237°14.63%96.47%
CMYK14.63%13.82%0.00%
3.53%

Color #D2D4F6 in popluar number systems.

HEXD2D4F6
Decimal210212246
Binary110100101101010011110110
Octal322324366

Shades and tints

Shades of #D2D4F6

#D2D4F6
(210,212,246)
#BFC1E0
(191,193,224)
#ACAECA
(172,174,202)
#999BB4
(153,155,180)
#86889E
(134,136,158)
#737588
(115,117,136)
#606272
(96,98,114)
#4D4F5C
(77,79,92)
#3A3C46
(58,60,70)
#272930
(39,41,48)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #D2D4F6

#D2D4F6
(210,212,246)
#D6D7F6
(214,215,246)
#DADAF6
(218,218,246)
#DEDDF6
(222,221,246)
#E2E0F6
(226,224,246)
#E6E3F6
(230,227,246)
#EAE6F6
(234,230,246)
#EEE9F6
(238,233,246)
#F2ECF6
(242,236,246)
#F6EFF6
(246,239,246)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D4F6; }

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

This text font color is #D2D4F6.


Background Color

.myBgColor { background-color: #D2D4F6; }

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

This div background color is #D2D4F6.


Border color

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

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

This div border color is #D2D4F6.


Opacity

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

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

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

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

This text has shadow with #D2D4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D4F6 on black background.


Color preview on white background

This text has color #D2D4F6 on white background.



Black color preview on #D2D4F6 background

This text has black color on #D2D4F6 background.


White color preview on #D2D4F6 background

This text has white color on #D2D4F6 background.