COLOR #D2DAF9

HEX: #D2DAF9
RGB: (210,218,249)

Color info

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

RGB color model

#D2DAF9 color RGB value is (210,218,249).

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

RGB channels and saturation

R 210 of 255 = 82%
G 218 of 255 = 85%
B 249 of 255 = 98%

210
218
249

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

Portions of RGB colors in percentages

R + G + B =
210 + 218 + 249 = 677 (100%)
R 210 of 677 ~ 31.02%
G 218 of 677 ~ 32.2%
B 249 of 677 ~ 36.78%

%31.02
%32.2
%36.78

CMYK color model

#D2DAF9 color CMYK value is (16,12,0,2).

  • cyan value is 15.66%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(16,12,0,2)
C16M12Y0K2 
(16%,12%,0%,2%)
(0.16/0.12/0.00/0.02)	

CMYK percentages

%15.66
%12.45
%0
%2.35

Codes

Color #D2DAF9 in popluar color models

D2DAF9
RGB210218249
HSL228°76.47%90.00%
HSB/HSV228°15.66%97.65%
CMYK15.66%12.45%0.00%
2.35%

Color #D2DAF9 in popluar number systems.

HEXD2DAF9
Decimal210218249
Binary110100101101101011111001
Octal322332371

Shades and tints

Shades of #D2DAF9

#D2DAF9
(210,218,249)
#BFC7E3
(191,199,227)
#ACB4CD
(172,180,205)
#99A1B7
(153,161,183)
#868EA1
(134,142,161)
#737B8B
(115,123,139)
#606875
(96,104,117)
#4D555F
(77,85,95)
#3A4249
(58,66,73)
#272F33
(39,47,51)
#141C1D
(20,28,29)
#000000
(0,0,0)

Tints of #D2DAF9

#D2DAF9
(210,218,249)
#D6DDF9
(214,221,249)
#DAE0F9
(218,224,249)
#DEE3F9
(222,227,249)
#E2E6F9
(226,230,249)
#E6E9F9
(230,233,249)
#EAECF9
(234,236,249)
#EEEFF9
(238,239,249)
#F2F2F9
(242,242,249)
#F6F5F9
(246,245,249)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DAF9; }

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

This text font color is #D2DAF9.


Background Color

.myBgColor { background-color: #D2DAF9; }

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

This div background color is #D2DAF9.


Border color

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

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

This div border color is #D2DAF9.


Opacity

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

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

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

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

This text has shadow with #D2DAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DAF9 on black background.


Color preview on white background

This text has color #D2DAF9 on white background.



Black color preview on #D2DAF9 background

This text has black color on #D2DAF9 background.


White color preview on #D2DAF9 background

This text has white color on #D2DAF9 background.