COLOR #D1DAF8

HEX: #D1DAF8 RGB: (209,218,248)

Color info

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

RGB color model

#D1DAF8 color RGB value is (209,218,248).

RGB: (209,218,248) (82%, 85%, 97%)

RGB channels and saturation

R 209 of 255 = 82%
G 218 of 255 = 85%
B 248 of 255 = 97%

209
218
248

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

Portions of RGB colors in percentages

R + G + B = 209 + 218 + 248 = 675 (100%)
R 209 of 675 ~ 30.96%
G 218 of 675 ~ 32.3%
B 248 of 675 ~ 36.74'%

%30.96
%32.3
%36.74

CMYK color model

#D1DAF8 color CMYK value is (16,12,0,3).

  • cyan value is 15.73%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (16,12,0,3) C16M12Y0K3 (16%,12%,0%,3%) (0.16/0.12/0.00/0.03) 

CMYK percentages

%15.73
%12.1
%0
%2.75

Codes

Color #D1DAF8 in popluar color models

D1 DA F8
RGB 209 218 248
HSL 226° 73.58% 89.61%
HSB/HSV 226° 15.73% 97.25%
CMYK 15.73% 12.10% 0.00%
2.75%

Color #D1DAF8 in popluar number systems.

HEX D1 DA F8
Decimal 209 218 248
Binary 11010001 11011010 11111000
Octal 321 332 370

Shades and tints

Shades of #D1DAF8

#D1DAF8
(209,218,248)
#BEC7E2
(190,199,226)
#ABB4CC
(171,180,204)
#98A1B6
(152,161,182)
#858EA0
(133,142,160)
#727B8A
(114,123,138)
#5F6874
(95,104,116)
#4C555E
(76,85,94)
#394248
(57,66,72)
#262F32
(38,47,50)
#131C1C
(19,28,28)
#000000
(0,0,0)

Tints of #D1DAF8

#D1DAF8
(209,218,248)
#D5DDF8
(213,221,248)
#D9E0F8
(217,224,248)
#DDE3F8
(221,227,248)
#E1E6F8
(225,230,248)
#E5E9F8
(229,233,248)
#E9ECF8
(233,236,248)
#EDEFF8
(237,239,248)
#F1F2F8
(241,242,248)
#F5F5F8
(245,245,248)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DAF8 color. Also use rgb(209,218,248) instead hex code.

Text Font Color

.myTextColor { color: #D1DAF8; }

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

This text font color is #D1DAF8.

Background Color

.myBgColor { background-color: #D1DAF8; }

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

This div background color is #D1DAF8.

Border color

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

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

This div border color is #D1DAF8.

Opacity

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

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

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

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

This text has shadow with #D1DAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DAF8.

Preview

Color preview on black background

This text has color #D1DAF8 on black background.


Color preview on white background

This text has color #D1DAF8 on white background.


Black color preview on #D1DAF8 background

This text has black color on #D1DAF8 background.


White color preview on #D1DAF8 background

This text has white color on #D1DAF8 background.


Related colors

Complementary color

Complementary color for #hex is #2E2507.


I love getcolorcode.com

Triadic colors

1 #F8D1DA and #DAF8D1 with #D1DAF8 are triadic colors.

2 #F8DAD1 and #DAD1F8 with #D1DAF8 are triadic colors.