COLOR #D9FFD1

HEX: #D9FFD1 RGB: (217,255,209)

Color info

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

RGB color model

#D9FFD1 color RGB value is (217,255,209).

RGB: (217,255,209) (85%, 100%, 82%)

RGB channels and saturation

R 217 of 255 = 85%
G 255 of 255 = 100%
B 209 of 255 = 82%

217
255
209

R + G + B ~ 89%. #D9FFD1 is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 255 + 209 = 681 (100%)
R 217 of 681 ~ 31.86%
G 255 of 681 ~ 37.44%
B 209 of 681 ~ 30.69'%

%31.86
%37.44
%30.69

CMYK color model

#D9FFD1 color CMYK value is (15,0,18,0).

  • cyan value is 14.90%
  • magenta value is 0.00%
  • yellow value is 18.04%
  • key color value is 0.00%

CMYK: (15,0,18,0)
C15M0Y18K0 (15%, 0%, 18%, 0%)
(0.15 / 0.00 / 0.18 / 0.00)

CMYK percentages

%14.9
%0
%18.04
%0

Codes

Color #D9FFD1 in popluar color models

D9 FF D1
RGB 217 255 209
HSL 110° 100.00% 90.98%
HSB/HSV 110° 18.04% 100.00%
CMYK 14.90% 0.00% 18.04%
0.00%

Color #D9FFD1 in popluar number systems.

HEX D9 FF D1
Decimal 217 255 209
Binary 11011001 11111111 11010001
Octal 331 377 321

Shades and tints

Shades of #D9FFD1

#D9FFD1
(217,255,209)
#C6E8BE
(198,232,190)
#B3D1AB
(179,209,171)
#A0BA98
(160,186,152)
#8DA385
(141,163,133)
#7A8C72
(122,140,114)
#67755F
(103,117,95)
#545E4C
(84,94,76)
#414739
(65,71,57)
#2E3026
(46,48,38)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #D9FFD1

#D9FFD1
(217,255,209)
#DCFFD5
(220,255,213)
#DFFFD9
(223,255,217)
#E2FFDD
(226,255,221)
#E5FFE1
(229,255,225)
#E8FFE5
(232,255,229)
#EBFFE9
(235,255,233)
#EEFFED
(238,255,237)
#F1FFF1
(241,255,241)
#F4FFF5
(244,255,245)
#F7FFF9
(247,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FFD1; }

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

This text font color is #D9FFD1.

Background Color

.myBgColor { background-color: #D9FFD1; }

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

This div background color is #D9FFD1.

Border color

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

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

This div border color is #D9FFD1.

Opacity

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

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

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

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

This text has shadow with #D9FFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9FFD1.

Preview

Color preview on black background

This text has color #D9FFD1 on black background.


Color preview on white background

This text has color #D9FFD1 on white background.


Black color preview on #D9FFD1 background

This text has black color on #D9FFD1 background.


White color preview on #D9FFD1 background

This text has white color on #D9FFD1 background.


Related colors

Complementary color

Complementary color for #hex is #26002E.


I love getcolorcode.com

Triadic colors

1 #D1D9FF and #FFD1D9 with #D9FFD1 are triadic colors.

2 #D1FFD9 and #FFD9D1 with #D9FFD1 are triadic colors.