COLOR #D2DFFB

HEX: #D2DFFB
RGB: (210,223,251)

Color info

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

RGB color model

#D2DFFB color RGB value is (210,223,251).

  • red value is 210;
  • green value is 223;
  • blue value is 251.
RGB:
(210,223,251)
(82%,87%,98%)

RGB channels and saturation

R 210 of 255 = 82%
G 223 of 255 = 87%
B 251 of 255 = 98%

210
223
251

R + G + B ~ 89%. #D2DFFB is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 223 + 251 = 684 (100%)
R 210 of 684 ~ 30.7%
G 223 of 684 ~ 32.6%
B 251 of 684 ~ 36.7%

%30.7
%32.6
%36.7

CMYK color model

#D2DFFB color CMYK value is (16,11,0,2).

  • cyan value is 16.33%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(16,11,0,2)
C16M11Y0K2 
(16%,11%,0%,2%)
(0.16/0.11/0.00/0.02)	

CMYK percentages

%16.33
%11.16
%0
%1.57

Codes

Color #D2DFFB in popluar color models

D2DFFB
RGB210223251
HSL221°83.67%90.39%
HSB/HSV221°16.33%98.43%
CMYK16.33%11.16%0.00%
1.57%

Color #D2DFFB in popluar number systems.

HEXD2DFFB
Decimal210223251
Binary110100101101111111111011
Octal322337373

Shades and tints

Shades of #D2DFFB

#D2DFFB
(210,223,251)
#BFCBE5
(191,203,229)
#ACB7CF
(172,183,207)
#99A3B9
(153,163,185)
#868FA3
(134,143,163)
#737B8D
(115,123,141)
#606777
(96,103,119)
#4D5361
(77,83,97)
#3A3F4B
(58,63,75)
#272B35
(39,43,53)
#14171F
(20,23,31)
#000000
(0,0,0)

Tints of #D2DFFB

#D2DFFB
(210,223,251)
#D6E1FB
(214,225,251)
#DAE3FB
(218,227,251)
#DEE5FB
(222,229,251)
#E2E7FB
(226,231,251)
#E6E9FB
(230,233,251)
#EAEBFB
(234,235,251)
#EEEDFB
(238,237,251)
#F2EFFB
(242,239,251)
#F6F1FB
(246,241,251)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DFFB color. Also use rgb(210,223,251) instead hex code.

Text Font Color

.myTextColor { color: #D2DFFB; }

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

This text font color is #D2DFFB.


Background Color

.myBgColor { background-color: #D2DFFB; }

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

This div background color is #D2DFFB.


Border color

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

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

This div border color is #D2DFFB.


Opacity

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

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

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

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

This text has shadow with #D2DFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DFFB on black background.


Color preview on white background

This text has color #D2DFFB on white background.



Black color preview on #D2DFFB background

This text has black color on #D2DFFB background.


White color preview on #D2DFFB background

This text has white color on #D2DFFB background.