COLOR #D3D2F9

HEX: #D3D2F9
RGB: (211,210,249)

Color info

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

RGB color model

#D3D2F9 color RGB value is (211,210,249).

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

RGB channels and saturation

R 211 of 255 = 83%
G 210 of 255 = 82%
B 249 of 255 = 98%

211
210
249

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

Portions of RGB colors in percentages

R + G + B =
211 + 210 + 249 = 670 (100%)
R 211 of 670 ~ 31.49%
G 210 of 670 ~ 31.34%
B 249 of 670 ~ 37.16%

%31.49
%31.34
%37.16

CMYK color model

#D3D2F9 color CMYK value is (15,16,0,2).

  • cyan value is 15.26%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(15,16,0,2)
C15M16Y0K2 
(15%,16%,0%,2%)
(0.15/0.16/0.00/0.02)	

CMYK percentages

%15.26
%15.66
%0
%2.35

Codes

Color #D3D2F9 in popluar color models

D3D2F9
RGB211210249
HSL242°76.47%90.00%
HSB/HSV242°15.66%97.65%
CMYK15.26%15.66%0.00%
2.35%

Color #D3D2F9 in popluar number systems.

HEXD3D2F9
Decimal211210249
Binary110100111101001011111001
Octal323322371

Shades and tints

Shades of #D3D2F9

#D3D2F9
(211,210,249)
#C0BFE3
(192,191,227)
#ADACCD
(173,172,205)
#9A99B7
(154,153,183)
#8786A1
(135,134,161)
#74738B
(116,115,139)
#616075
(97,96,117)
#4E4D5F
(78,77,95)
#3B3A49
(59,58,73)
#282733
(40,39,51)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #D3D2F9

#D3D2F9
(211,210,249)
#D7D6F9
(215,214,249)
#DBDAF9
(219,218,249)
#DFDEF9
(223,222,249)
#E3E2F9
(227,226,249)
#E7E6F9
(231,230,249)
#EBEAF9
(235,234,249)
#EFEEF9
(239,238,249)
#F3F2F9
(243,242,249)
#F7F6F9
(247,246,249)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D2F9; }

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

This text font color is #D3D2F9.


Background Color

.myBgColor { background-color: #D3D2F9; }

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

This div background color is #D3D2F9.


Border color

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

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

This div border color is #D3D2F9.


Opacity

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

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

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

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

This text has shadow with #D3D2F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D2F9 on black background.


Color preview on white background

This text has color #D3D2F9 on white background.



Black color preview on #D3D2F9 background

This text has black color on #D3D2F9 background.


White color preview on #D3D2F9 background

This text has white color on #D3D2F9 background.