COLOR #D9FBE8

HEX: #D9FBE8
RGB: (217,251,232)

Color info

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

RGB color model

#D9FBE8 color RGB value is (217,251,232).

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

RGB channels and saturation

R 217 of 255 = 85%
G 251 of 255 = 98%
B 232 of 255 = 91%

217
251
232

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

Portions of RGB colors in percentages

R + G + B =
217 + 251 + 232 = 700 (100%)
R 217 of 700 ~ 31%
G 251 of 700 ~ 35.86%
B 232 of 700 ~ 33.14%

%31
%35.86
%33.14

CMYK color model

#D9FBE8 color CMYK value is (14,0,8,2).

  • cyan value is 13.55%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 1.57%
CMYK:
(14,0,8,2)
C14M0Y8K2 
(14%,0%,8%,2%)
(0.14/0.00/0.08/0.02)	

CMYK percentages

%13.55
%0
%7.57
%1.57

Codes

Color #D9FBE8 in popluar color models

D9FBE8
RGB217251232
HSL146°80.95%91.76%
HSB/HSV146°13.55%98.43%
CMYK13.55%0.00%7.57%
1.57%

Color #D9FBE8 in popluar number systems.

HEXD9FBE8
Decimal217251232
Binary110110011111101111101000
Octal331373350

Shades and tints

Shades of #D9FBE8

#D9FBE8
(217,251,232)
#C6E5D3
(198,229,211)
#B3CFBE
(179,207,190)
#A0B9A9
(160,185,169)
#8DA394
(141,163,148)
#7A8D7F
(122,141,127)
#67776A
(103,119,106)
#546155
(84,97,85)
#414B40
(65,75,64)
#2E352B
(46,53,43)
#1B1F16
(27,31,22)
#000000
(0,0,0)

Tints of #D9FBE8

#D9FBE8
(217,251,232)
#DCFBEA
(220,251,234)
#DFFBEC
(223,251,236)
#E2FBEE
(226,251,238)
#E5FBF0
(229,251,240)
#E8FBF2
(232,251,242)
#EBFBF4
(235,251,244)
#EEFBF6
(238,251,246)
#F1FBF8
(241,251,248)
#F4FBFA
(244,251,250)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FBE8; }

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

This text font color is #D9FBE8.


Background Color

.myBgColor { background-color: #D9FBE8; }

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

This div background color is #D9FBE8.


Border color

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

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

This div border color is #D9FBE8.


Opacity

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

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

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

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

This text has shadow with #D9FBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FBE8 on black background.


Color preview on white background

This text has color #D9FBE8 on white background.



Black color preview on #D9FBE8 background

This text has black color on #D9FBE8 background.


White color preview on #D9FBE8 background

This text has white color on #D9FBE8 background.