COLOR #D2D3DF

HEX: #D2D3DF
RGB: (210,211,223)

Color info

#D2D3DF contains red, green and blue colors in about the same proportion. Web safe color of #D2D3DF is #CCCCCC (or #CCC).

RGB color model

#D2D3DF color RGB value is (210,211,223).

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

RGB channels and saturation

R 210 of 255 = 82%
G 211 of 255 = 83%
B 223 of 255 = 87%

210
211
223

R + G + B ~ 84%. #D2D3DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 211 + 223 = 644 (100%)
R 210 of 644 ~ 32.61%
G 211 of 644 ~ 32.76%
B 223 of 644 ~ 34.63%

%32.61
%32.76
%34.63

CMYK color model

#D2D3DF color CMYK value is (6,5,0,13).

  • cyan value is 5.83%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(6,5,0,13)
C6M5Y0K13 
(6%,5%,0%,13%)
(0.06/0.05/0.00/0.13)	

CMYK percentages

%5.83
%5.38
%0
%12.55

Codes

Color #D2D3DF in popluar color models

D2D3DF
RGB210211223
HSL235°16.88%84.90%
HSB/HSV235°5.83%87.45%
CMYK5.83%5.38%0.00%
12.55%

Color #D2D3DF in popluar number systems.

HEXD2D3DF
Decimal210211223
Binary110100101101001111011111
Octal322323337

Shades and tints

Shades of #D2D3DF

#D2D3DF
(210,211,223)
#BFC0CB
(191,192,203)
#ACADB7
(172,173,183)
#999AA3
(153,154,163)
#86878F
(134,135,143)
#73747B
(115,116,123)
#606167
(96,97,103)
#4D4E53
(77,78,83)
#3A3B3F
(58,59,63)
#27282B
(39,40,43)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #D2D3DF

#D2D3DF
(210,211,223)
#D6D7E1
(214,215,225)
#DADBE3
(218,219,227)
#DEDFE5
(222,223,229)
#E2E3E7
(226,227,231)
#E6E7E9
(230,231,233)
#EAEBEB
(234,235,235)
#EEEFED
(238,239,237)
#F2F3EF
(242,243,239)
#F6F7F1
(246,247,241)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D3DF; }

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

This text font color is #D2D3DF.


Background Color

.myBgColor { background-color: #D2D3DF; }

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

This div background color is #D2D3DF.


Border color

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

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

This div border color is #D2D3DF.


Opacity

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

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

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

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

This text has shadow with #D2D3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D3DF on black background.


Color preview on white background

This text has color #D2D3DF on white background.



Black color preview on #D2D3DF background

This text has black color on #D2D3DF background.


White color preview on #D2D3DF background

This text has white color on #D2D3DF background.