COLOR #D9FBEF

HEX: #D9FBEF
RGB: (217,251,239)

Color info

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

RGB color model

#D9FBEF color RGB value is (217,251,239).

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

RGB channels and saturation

R 217 of 255 = 85%
G 251 of 255 = 98%
B 239 of 255 = 94%

217
251
239

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

Portions of RGB colors in percentages

R + G + B =
217 + 251 + 239 = 707 (100%)
R 217 of 707 ~ 30.69%
G 251 of 707 ~ 35.5%
B 239 of 707 ~ 33.8%

%30.69
%35.5
%33.8

CMYK color model

#D9FBEF color CMYK value is (14,0,5,2).

  • cyan value is 13.55%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(14,0,5,2)
C14M0Y5K2 
(14%,0%,5%,2%)
(0.14/0.00/0.05/0.02)	

CMYK percentages

%13.55
%0
%4.78
%1.57

Codes

Color #D9FBEF in popluar color models

D9FBEF
RGB217251239
HSL159°80.95%91.76%
HSB/HSV159°13.55%98.43%
CMYK13.55%0.00%4.78%
1.57%

Color #D9FBEF in popluar number systems.

HEXD9FBEF
Decimal217251239
Binary110110011111101111101111
Octal331373357

Shades and tints

Shades of #D9FBEF

#D9FBEF
(217,251,239)
#C6E5DA
(198,229,218)
#B3CFC5
(179,207,197)
#A0B9B0
(160,185,176)
#8DA39B
(141,163,155)
#7A8D86
(122,141,134)
#677771
(103,119,113)
#54615C
(84,97,92)
#414B47
(65,75,71)
#2E3532
(46,53,50)
#1B1F1D
(27,31,29)
#000000
(0,0,0)

Tints of #D9FBEF

#D9FBEF
(217,251,239)
#DCFBF0
(220,251,240)
#DFFBF1
(223,251,241)
#E2FBF2
(226,251,242)
#E5FBF3
(229,251,243)
#E8FBF4
(232,251,244)
#EBFBF5
(235,251,245)
#EEFBF6
(238,251,246)
#F1FBF7
(241,251,247)
#F4FBF8
(244,251,248)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FBEF; }

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

This text font color is #D9FBEF.


Background Color

.myBgColor { background-color: #D9FBEF; }

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

This div background color is #D9FBEF.


Border color

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

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

This div border color is #D9FBEF.


Opacity

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

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

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

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

This text has shadow with #D9FBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FBEF on black background.


Color preview on white background

This text has color #D9FBEF on white background.



Black color preview on #D9FBEF background

This text has black color on #D9FBEF background.


White color preview on #D9FBEF background

This text has white color on #D9FBEF background.