COLOR #D9FFDA

HEX: #D9FFDA RGB: (217,255,218)

Color info

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

RGB color model

#D9FFDA color RGB value is (217,255,218).

RGB: (217,255,218) (85%, 100%, 85%)

RGB channels and saturation

R 217 of 255 = 85%
G 255 of 255 = 100%
B 218 of 255 = 85%

217
255
218

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

Portions of RGB colors in percentages

R + G + B = 217 + 255 + 218 = 690 (100%)
R 217 of 690 ~ 31.45%
G 255 of 690 ~ 36.96%
B 218 of 690 ~ 31.59'%

%31.45
%36.96
%31.59

CMYK color model

#D9FFDA color CMYK value is (15,0,15,0).

  • cyan value is 14.90%
  • magenta value is 0.00%
  • yellow value is 14.51%
  • key color value is 0.00%
CMYK: (15,0,15,0) C15M0Y15K0 (15%,0%,15%,0%) (0.15/0.00/0.15/0.00) 

CMYK percentages

%14.9
%0
%14.51
%0

Codes

Color #D9FFDA in popluar color models

D9 FF DA
RGB 217 255 218
HSL 122° 100.00% 92.55%
HSB/HSV 122° 14.90% 100.00%
CMYK 14.90% 0.00% 14.51%
0.00%

Color #D9FFDA in popluar number systems.

HEX D9 FF DA
Decimal 217 255 218
Binary 11011001 11111111 11011010
Octal 331 377 332

Shades and tints

Shades of #D9FFDA

#D9FFDA
(217,255,218)
#C6E8C7
(198,232,199)
#B3D1B4
(179,209,180)
#A0BAA1
(160,186,161)
#8DA38E
(141,163,142)
#7A8C7B
(122,140,123)
#677568
(103,117,104)
#545E55
(84,94,85)
#414742
(65,71,66)
#2E302F
(46,48,47)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #D9FFDA

#D9FFDA
(217,255,218)
#DCFFDD
(220,255,221)
#DFFFE0
(223,255,224)
#E2FFE3
(226,255,227)
#E5FFE6
(229,255,230)
#E8FFE9
(232,255,233)
#EBFFEC
(235,255,236)
#EEFFEF
(238,255,239)
#F1FFF2
(241,255,242)
#F4FFF5
(244,255,245)
#F7FFF8
(247,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FFDA color. Also use rgb(217,255,218) instead hex code.

Text Font Color

.myTextColor { color: #D9FFDA; }

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

This text font color is #D9FFDA.

Background Color

.myBgColor { background-color: #D9FFDA; }

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

This div background color is #D9FFDA.

Border color

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

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

This div border color is #D9FFDA.

Opacity

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

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

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

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

This text has shadow with #D9FFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9FFDA.

Preview

Color preview on black background

This text has color #D9FFDA on black background.


Color preview on white background

This text has color #D9FFDA on white background.


Black color preview on #D9FFDA background

This text has black color on #D9FFDA background.


White color preview on #D9FFDA background

This text has white color on #D9FFDA background.


Related colors

Complementary color

Complementary color for #hex is #260025.


I love getcolorcode.com

Triadic colors

1 #DAD9FF and #FFDAD9 with #D9FFDA are triadic colors.

2 #DAFFD9 and #FFD9DA with #D9FFDA are triadic colors.