COLOR #D9FBDE

HEX: #D9FBDE
RGB: (217,251,222)

Color info

#D9FBDE contains red, green and blue colors in about the same proportion. Web safe color of #D9FBDE is #CCFFCC (or #CFC).

RGB color model

#D9FBDE color RGB value is (217,251,222).

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

RGB channels and saturation

R 217 of 255 = 85%
G 251 of 255 = 98%
B 222 of 255 = 87%

217
251
222

R + G + B ~ 90%. #D9FBDE is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 251 + 222 = 690 (100%)
R 217 of 690 ~ 31.45%
G 251 of 690 ~ 36.38%
B 222 of 690 ~ 32.17%

%31.45
%36.38
%32.17

CMYK color model

#D9FBDE color CMYK value is (14,0,12,2).

  • cyan value is 13.55%
  • magenta value is 0.00%
  • yellow value is 11.55%
  • key color value is 1.57%
CMYK:
(14,0,12,2)
C14M0Y12K2 
(14%,0%,12%,2%)
(0.14/0.00/0.12/0.02)	

CMYK percentages

%13.55
%0
%11.55
%1.57

Codes

Color #D9FBDE in popluar color models

D9FBDE
RGB217251222
HSL129°80.95%91.76%
HSB/HSV129°13.55%98.43%
CMYK13.55%0.00%11.55%
1.57%

Color #D9FBDE in popluar number systems.

HEXD9FBDE
Decimal217251222
Binary110110011111101111011110
Octal331373336

Shades and tints

Shades of #D9FBDE

#D9FBDE
(217,251,222)
#C6E5CA
(198,229,202)
#B3CFB6
(179,207,182)
#A0B9A2
(160,185,162)
#8DA38E
(141,163,142)
#7A8D7A
(122,141,122)
#677766
(103,119,102)
#546152
(84,97,82)
#414B3E
(65,75,62)
#2E352A
(46,53,42)
#1B1F16
(27,31,22)
#000000
(0,0,0)

Tints of #D9FBDE

#D9FBDE
(217,251,222)
#DCFBE1
(220,251,225)
#DFFBE4
(223,251,228)
#E2FBE7
(226,251,231)
#E5FBEA
(229,251,234)
#E8FBED
(232,251,237)
#EBFBF0
(235,251,240)
#EEFBF3
(238,251,243)
#F1FBF6
(241,251,246)
#F4FBF9
(244,251,249)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FBDE; }

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

This text font color is #D9FBDE.


Background Color

.myBgColor { background-color: #D9FBDE; }

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

This div background color is #D9FBDE.


Border color

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

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

This div border color is #D9FBDE.


Opacity

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

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

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

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

This text has shadow with #D9FBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FBDE on black background.


Color preview on white background

This text has color #D9FBDE on white background.



Black color preview on #D9FBDE background

This text has black color on #D9FBDE background.


White color preview on #D9FBDE background

This text has white color on #D9FBDE background.