COLOR #D1DAFB

HEX: #D1DAFB RGB: (209,218,251)

Color info

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

RGB color model

#D1DAFB color RGB value is (209,218,251).

RGB: (209,218,251) (82%, 85%, 98%)

RGB channels and saturation

R 209 of 255 = 82%
G 218 of 255 = 85%
B 251 of 255 = 98%

209
218
251

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

Portions of RGB colors in percentages

R + G + B = 209 + 218 + 251 = 678 (100%)
R 209 of 678 ~ 30.83%
G 218 of 678 ~ 32.15%
B 251 of 678 ~ 37.02'%

%30.83
%32.15
%37.02

CMYK color model

#D1DAFB color CMYK value is (17,13,0,2).

  • cyan value is 16.73%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (17,13,0,2) C17M13Y0K2 (17%,13%,0%,2%) (0.17/0.13/0.00/0.02) 

CMYK percentages

%16.73
%13.15
%0
%1.57

Codes

Color #D1DAFB in popluar color models

D1 DA FB
RGB 209 218 251
HSL 227° 84.00% 90.20%
HSB/HSV 227° 16.73% 98.43%
CMYK 16.73% 13.15% 0.00%
1.57%

Color #D1DAFB in popluar number systems.

HEX D1 DA FB
Decimal 209 218 251
Binary 11010001 11011010 11111011
Octal 321 332 373

Shades and tints

Shades of #D1DAFB

#D1DAFB
(209,218,251)
#BEC7E5
(190,199,229)
#ABB4CF
(171,180,207)
#98A1B9
(152,161,185)
#858EA3
(133,142,163)
#727B8D
(114,123,141)
#5F6877
(95,104,119)
#4C5561
(76,85,97)
#39424B
(57,66,75)
#262F35
(38,47,53)
#131C1F
(19,28,31)
#000000
(0,0,0)

Tints of #D1DAFB

#D1DAFB
(209,218,251)
#D5DDFB
(213,221,251)
#D9E0FB
(217,224,251)
#DDE3FB
(221,227,251)
#E1E6FB
(225,230,251)
#E5E9FB
(229,233,251)
#E9ECFB
(233,236,251)
#EDEFFB
(237,239,251)
#F1F2FB
(241,242,251)
#F5F5FB
(245,245,251)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DAFB; }

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

This text font color is #D1DAFB.

Background Color

.myBgColor { background-color: #D1DAFB; }

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

This div background color is #D1DAFB.

Border color

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

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

This div border color is #D1DAFB.

Opacity

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

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

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

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

This text has shadow with #D1DAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DAFB.

Preview

Color preview on black background

This text has color #D1DAFB on black background.


Color preview on white background

This text has color #D1DAFB on white background.


Black color preview on #D1DAFB background

This text has black color on #D1DAFB background.


White color preview on #D1DAFB background

This text has white color on #D1DAFB background.


Related colors

Complementary color

Complementary color for #hex is #2E2504.


I love getcolorcode.com

Triadic colors

1 #FBD1DA and #DAFBD1 with #D1DAFB are triadic colors.

2 #FBDAD1 and #DAD1FB with #D1DAFB are triadic colors.