COLOR #D9FEDB

HEX: #D9FEDB RGB: (217,254,219)

Color info

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

RGB color model

#D9FEDB color RGB value is (217,254,219).

RGB: (217,254,219) (85%, 100%, 86%)

RGB channels and saturation

R 217 of 255 = 85%
G 254 of 255 = 100%
B 219 of 255 = 86%

217
254
219

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

Portions of RGB colors in percentages

R + G + B = 217 + 254 + 219 = 690 (100%)
R 217 of 690 ~ 31.45%
G 254 of 690 ~ 36.81%
B 219 of 690 ~ 31.74'%

%31.45
%36.81
%31.74

CMYK color model

#D9FEDB color CMYK value is (15,0,14,0).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 0.39%

CMYK: (15,0,14,0)
C15M0Y14K0 (15%, 0%, 14%, 0%)
(0.15 / 0.00 / 0.14 / 0.00)

CMYK percentages

%14.57
%0
%13.78
%0.39

Codes

Color #D9FEDB in popluar color models

D9 FE DB
RGB 217 254 219
HSL 123° 94.87% 92.35%
HSB/HSV 123° 14.57% 99.61%
CMYK 14.57% 0.00% 13.78%
0.39%

Color #D9FEDB in popluar number systems.

HEX D9 FE DB
Decimal 217 254 219
Binary 11011001 11111110 11011011
Octal 331 376 333

Shades and tints

Shades of #D9FEDB

#D9FEDB
(217,254,219)
#C6E7C8
(198,231,200)
#B3D0B5
(179,208,181)
#A0B9A2
(160,185,162)
#8DA28F
(141,162,143)
#7A8B7C
(122,139,124)
#677469
(103,116,105)
#545D56
(84,93,86)
#414643
(65,70,67)
#2E2F30
(46,47,48)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #D9FEDB

#D9FEDB
(217,254,219)
#DCFEDE
(220,254,222)
#DFFEE1
(223,254,225)
#E2FEE4
(226,254,228)
#E5FEE7
(229,254,231)
#E8FEEA
(232,254,234)
#EBFEED
(235,254,237)
#EEFEF0
(238,254,240)
#F1FEF3
(241,254,243)
#F4FEF6
(244,254,246)
#F7FEF9
(247,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FEDB color. Also use rgb(217,254,219) instead hex code.

Text Font Color

.myTextColor { color: #D9FEDB; }

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

This text font color is #D9FEDB.

Background Color

.myBgColor { background-color: #D9FEDB; }

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

This div background color is #D9FEDB.

Border color

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

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

This div border color is #D9FEDB.

Opacity

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

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

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

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

This text has shadow with #D9FEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9FEDB.

Preview

Color preview on black background

This text has color #D9FEDB on black background.


Color preview on white background

This text has color #D9FEDB on white background.


Black color preview on #D9FEDB background

This text has black color on #D9FEDB background.


White color preview on #D9FEDB background

This text has white color on #D9FEDB background.


Related colors

Complementary color

Complementary color for #hex is #260124.


I love getcolorcode.com

Triadic colors

1 #DBD9FE and #FEDBD9 with #D9FEDB are triadic colors.

2 #DBFED9 and #FED9DB with #D9FEDB are triadic colors.