COLOR #D1F4F8

HEX: #D1F4F8 RGB: (209,244,248)

Color info

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

RGB color model

#D1F4F8 color RGB value is (209,244,248).

RGB: (209,244,248) (82%, 96%, 97%)

RGB channels and saturation

R 209 of 255 = 82%
G 244 of 255 = 96%
B 248 of 255 = 97%

209
244
248

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

Portions of RGB colors in percentages

R + G + B = 209 + 244 + 248 = 701 (100%)
R 209 of 701 ~ 29.81%
G 244 of 701 ~ 34.81%
B 248 of 701 ~ 35.38'%

%29.81
%34.81
%35.38

CMYK color model

#D1F4F8 color CMYK value is (16,2,0,3).

  • cyan value is 15.73%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (16,2,0,3) C16M2Y0K3 (16%,2%,0%,3%) (0.16/0.02/0.00/0.03) 

CMYK percentages

%15.73
%1.61
%0
%2.75

Codes

Color #D1F4F8 in popluar color models

D1 F4 F8
RGB 209 244 248
HSL 186° 73.58% 89.61%
HSB/HSV 186° 15.73% 97.25%
CMYK 15.73% 1.61% 0.00%
2.75%

Color #D1F4F8 in popluar number systems.

HEX D1 F4 F8
Decimal 209 244 248
Binary 11010001 11110100 11111000
Octal 321 364 370

Shades and tints

Shades of #D1F4F8

#D1F4F8
(209,244,248)
#BEDEE2
(190,222,226)
#ABC8CC
(171,200,204)
#98B2B6
(152,178,182)
#859CA0
(133,156,160)
#72868A
(114,134,138)
#5F7074
(95,112,116)
#4C5A5E
(76,90,94)
#394448
(57,68,72)
#262E32
(38,46,50)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #D1F4F8

#D1F4F8
(209,244,248)
#D5F5F8
(213,245,248)
#D9F6F8
(217,246,248)
#DDF7F8
(221,247,248)
#E1F8F8
(225,248,248)
#E5F9F8
(229,249,248)
#E9FAF8
(233,250,248)
#EDFBF8
(237,251,248)
#F1FCF8
(241,252,248)
#F5FDF8
(245,253,248)
#F9FEF8
(249,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F4F8; }

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

This text font color is #D1F4F8.

Background Color

.myBgColor { background-color: #D1F4F8; }

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

This div background color is #D1F4F8.

Border color

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

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

This div border color is #D1F4F8.

Opacity

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

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

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

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

This text has shadow with #D1F4F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1F4F8.

Preview

Color preview on black background

This text has color #D1F4F8 on black background.


Color preview on white background

This text has color #D1F4F8 on white background.


Black color preview on #D1F4F8 background

This text has black color on #D1F4F8 background.


White color preview on #D1F4F8 background

This text has white color on #D1F4F8 background.


Related colors

Complementary color

Complementary color for #hex is #2E0B07.


I love getcolorcode.com

Triadic colors

1 #F8D1F4 and #F4F8D1 with #D1F4F8 are triadic colors.

2 #F8F4D1 and #F4D1F8 with #D1F4F8 are triadic colors.