COLOR #D1F1F8

HEX: #D1F1F8
RGB: (209,241,248)

Color info

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

RGB color model

#D1F1F8 color RGB value is (209,241,248).

  • red value is 209;
  • green value is 241;
  • blue value is 248.
RGB:
(209,241,248)
(82%,95%,97%)

RGB channels and saturation

R 209 of 255 = 82%
G 241 of 255 = 95%
B 248 of 255 = 97%

209
241
248

R + G + B ~ 91%. #D1F1F8 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 241 + 248 = 698 (100%)
R 209 of 698 ~ 29.94%
G 241 of 698 ~ 34.53%
B 248 of 698 ~ 35.53%

%29.94
%34.53
%35.53

CMYK color model

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

  • cyan value is 15.73%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(16,3,0,3)
C16M3Y0K3 
(16%,3%,0%,3%)
(0.16/0.03/0.00/0.03)	

CMYK percentages

%15.73
%2.82
%0
%2.75

Codes

Color #D1F1F8 in popluar color models

D1F1F8
RGB209241248
HSL191°73.58%89.61%
HSB/HSV191°15.73%97.25%
CMYK15.73%2.82%0.00%
2.75%

Color #D1F1F8 in popluar number systems.

HEXD1F1F8
Decimal209241248
Binary110100011111000111111000
Octal321361370

Shades and tints

Shades of #D1F1F8

#D1F1F8
(209,241,248)
#BEDCE2
(190,220,226)
#ABC7CC
(171,199,204)
#98B2B6
(152,178,182)
#859DA0
(133,157,160)
#72888A
(114,136,138)
#5F7374
(95,115,116)
#4C5E5E
(76,94,94)
#394948
(57,73,72)
#263432
(38,52,50)
#131F1C
(19,31,28)
#000000
(0,0,0)

Tints of #D1F1F8

#D1F1F8
(209,241,248)
#D5F2F8
(213,242,248)
#D9F3F8
(217,243,248)
#DDF4F8
(221,244,248)
#E1F5F8
(225,245,248)
#E5F6F8
(229,246,248)
#E9F7F8
(233,247,248)
#EDF8F8
(237,248,248)
#F1F9F8
(241,249,248)
#F5FAF8
(245,250,248)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F1F8; }

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

This text font color is #D1F1F8.


Background Color

.myBgColor { background-color: #D1F1F8; }

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

This div background color is #D1F1F8.


Border color

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

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

This div border color is #D1F1F8.


Opacity

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

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

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

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

This text has shadow with #D1F1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F1F8 on black background.


Color preview on white background

This text has color #D1F1F8 on white background.



Black color preview on #D1F1F8 background

This text has black color on #D1F1F8 background.


White color preview on #D1F1F8 background

This text has white color on #D1F1F8 background.