COLOR #D2D6FC

HEX: #D2D6FC
RGB: (210,214,252)

Color info

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

RGB color model

#D2D6FC color RGB value is (210,214,252).

  • red value is 210;
  • green value is 214;
  • blue value is 252.
RGB:
(210,214,252)
(82%,84%,99%)

RGB channels and saturation

R 210 of 255 = 82%
G 214 of 255 = 84%
B 252 of 255 = 99%

210
214
252

R + G + B ~ 88%. #D2D6FC is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 214 + 252 = 676 (100%)
R 210 of 676 ~ 31.07%
G 214 of 676 ~ 31.66%
B 252 of 676 ~ 37.28%

%31.07
%31.66
%37.28

CMYK color model

#D2D6FC color CMYK value is (17,15,0,1).

  • cyan value is 16.67%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(17,15,0,1)
C17M15Y0K1 
(17%,15%,0%,1%)
(0.17/0.15/0.00/0.01)	

CMYK percentages

%16.67
%15.08
%0
%1.18

Codes

Color #D2D6FC in popluar color models

D2D6FC
RGB210214252
HSL234°87.50%90.59%
HSB/HSV234°16.67%98.82%
CMYK16.67%15.08%0.00%
1.18%

Color #D2D6FC in popluar number systems.

HEXD2D6FC
Decimal210214252
Binary110100101101011011111100
Octal322326374

Shades and tints

Shades of #D2D6FC

#D2D6FC
(210,214,252)
#BFC3E6
(191,195,230)
#ACB0D0
(172,176,208)
#999DBA
(153,157,186)
#868AA4
(134,138,164)
#73778E
(115,119,142)
#606478
(96,100,120)
#4D5162
(77,81,98)
#3A3E4C
(58,62,76)
#272B36
(39,43,54)
#141820
(20,24,32)
#000000
(0,0,0)

Tints of #D2D6FC

#D2D6FC
(210,214,252)
#D6D9FC
(214,217,252)
#DADCFC
(218,220,252)
#DEDFFC
(222,223,252)
#E2E2FC
(226,226,252)
#E6E5FC
(230,229,252)
#EAE8FC
(234,232,252)
#EEEBFC
(238,235,252)
#F2EEFC
(242,238,252)
#F6F1FC
(246,241,252)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D6FC color. Also use rgb(210,214,252) instead hex code.

Text Font Color

.myTextColor { color: #D2D6FC; }

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

This text font color is #D2D6FC.


Background Color

.myBgColor { background-color: #D2D6FC; }

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

This div background color is #D2D6FC.


Border color

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

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

This div border color is #D2D6FC.


Opacity

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

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

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

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

This text has shadow with #D2D6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D6FC on black background.


Color preview on white background

This text has color #D2D6FC on white background.



Black color preview on #D2D6FC background

This text has black color on #D2D6FC background.


White color preview on #D2D6FC background

This text has white color on #D2D6FC background.