COLOR #D1FBEF

HEX: #D1FBEF
RGB: (209,251,239)

Color info

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

RGB color model

#D1FBEF color RGB value is (209,251,239).

  • red value is 209;
  • green value is 251;
  • blue value is 239.
RGB:
(209,251,239)
(82%,98%,94%)

RGB channels and saturation

R 209 of 255 = 82%
G 251 of 255 = 98%
B 239 of 255 = 94%

209
251
239

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

Portions of RGB colors in percentages

R + G + B =
209 + 251 + 239 = 699 (100%)
R 209 of 699 ~ 29.9%
G 251 of 699 ~ 35.91%
B 239 of 699 ~ 34.19%

%29.9
%35.91
%34.19

CMYK color model

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

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(17,0,5,2)
C17M0Y5K2 
(17%,0%,5%,2%)
(0.17/0.00/0.05/0.02)	

CMYK percentages

%16.73
%0
%4.78
%1.57

Codes

Color #D1FBEF in popluar color models

D1FBEF
RGB209251239
HSL163°84.00%90.20%
HSB/HSV163°16.73%98.43%
CMYK16.73%0.00%4.78%
1.57%

Color #D1FBEF in popluar number systems.

HEXD1FBEF
Decimal209251239
Binary110100011111101111101111
Octal321373357

Shades and tints

Shades of #D1FBEF

#D1FBEF
(209,251,239)
#BEE5DA
(190,229,218)
#ABCFC5
(171,207,197)
#98B9B0
(152,185,176)
#85A39B
(133,163,155)
#728D86
(114,141,134)
#5F7771
(95,119,113)
#4C615C
(76,97,92)
#394B47
(57,75,71)
#263532
(38,53,50)
#131F1D
(19,31,29)
#000000
(0,0,0)

Tints of #D1FBEF

#D1FBEF
(209,251,239)
#D5FBF0
(213,251,240)
#D9FBF1
(217,251,241)
#DDFBF2
(221,251,242)
#E1FBF3
(225,251,243)
#E5FBF4
(229,251,244)
#E9FBF5
(233,251,245)
#EDFBF6
(237,251,246)
#F1FBF7
(241,251,247)
#F5FBF8
(245,251,248)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1FBEF; }

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

This text font color is #D1FBEF.


Background Color

.myBgColor { background-color: #D1FBEF; }

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

This div background color is #D1FBEF.


Border color

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

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

This div border color is #D1FBEF.


Opacity

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

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

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

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

This text has shadow with #D1FBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1FBEF on black background.


Color preview on white background

This text has color #D1FBEF on white background.



Black color preview on #D1FBEF background

This text has black color on #D1FBEF background.


White color preview on #D1FBEF background

This text has white color on #D1FBEF background.