COLOR #D1F6FB

HEX: #D1F6FB RGB: (209,246,251)

Color info

#D1F6FB contains red, green and blue colors in about the same proportion. Web safe color of #D1F6FB is #CCFFFF (or #CFF).

RGB color model

#D1F6FB color RGB value is (209,246,251).

RGB: (209,246,251) (82%, 96%, 98%)

RGB channels and saturation

R 209 of 255 = 82%
G 246 of 255 = 96%
B 251 of 255 = 98%

209
246
251

R + G + B ~ 92%. #D1F6FB is light color.

Portions of RGB colors in percentages

R + G + B = 209 + 246 + 251 = 706 (100%)
R 209 of 706 ~ 29.6%
G 246 of 706 ~ 34.84%
B 251 of 706 ~ 35.55'%

%29.6
%34.84
%35.55

CMYK color model

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

  • cyan value is 16.73%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (17,2,0,2)
C17M2Y0K2 (17%, 2%, 0%, 2%)
(0.17 / 0.02 / 0.00 / 0.02)

CMYK percentages

%16.73
%1.99
%0
%1.57

Codes

Color #D1F6FB in popluar color models

D1 F6 FB
RGB 209 246 251
HSL 187° 84.00% 90.20%
HSB/HSV 187° 16.73% 98.43%
CMYK 16.73% 1.99% 0.00%
1.57%

Color #D1F6FB in popluar number systems.

HEX D1 F6 FB
Decimal 209 246 251
Binary 11010001 11110110 11111011
Octal 321 366 373

Shades and tints

Shades of #D1F6FB

#D1F6FB
(209,246,251)
#BEE0E5
(190,224,229)
#ABCACF
(171,202,207)
#98B4B9
(152,180,185)
#859EA3
(133,158,163)
#72888D
(114,136,141)
#5F7277
(95,114,119)
#4C5C61
(76,92,97)
#39464B
(57,70,75)
#263035
(38,48,53)
#131A1F
(19,26,31)
#000000
(0,0,0)

Tints of #D1F6FB

#D1F6FB
(209,246,251)
#D5F6FB
(213,246,251)
#D9F6FB
(217,246,251)
#DDF6FB
(221,246,251)
#E1F6FB
(225,246,251)
#E5F6FB
(229,246,251)
#E9F6FB
(233,246,251)
#EDF6FB
(237,246,251)
#F1F6FB
(241,246,251)
#F5F6FB
(245,246,251)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F6FB; }

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

This text font color is #D1F6FB.

Background Color

.myBgColor { background-color: #D1F6FB; }

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

This div background color is #D1F6FB.

Border color

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

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

This div border color is #D1F6FB.

Opacity

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

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

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

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

This text has shadow with #D1F6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1F6FB.

Preview

Color preview on black background

This text has color #D1F6FB on black background.


Color preview on white background

This text has color #D1F6FB on white background.


Black color preview on #D1F6FB background

This text has black color on #D1F6FB background.


White color preview on #D1F6FB background

This text has white color on #D1F6FB background.


Related colors

Complementary color

Complementary color for #hex is #2E0904.


I love getcolorcode.com

Triadic colors

1 #FBD1F6 and #F6FBD1 with #D1F6FB are triadic colors.

2 #FBF6D1 and #F6D1FB with #D1F6FB are triadic colors.