COLOR #D9F5A4

HEX: #D9F5A4
RGB: (217,245,164)

Color info

#D9F5A4 contains mainly red and green colors. Web safe color of #D9F5A4 is #CCFF99 (or #CF9).

RGB color model

#D9F5A4 color RGB value is (217,245,164).

  • red value is 217;
  • green value is 245;
  • blue value is 164.
RGB:
(217,245,164)
(85%,96%,64%)

RGB channels and saturation

R 217 of 255 = 85%
G 245 of 255 = 96%
B 164 of 255 = 64%

217
245
164

R + G + B ~ 82%. #D9F5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 245 + 164 = 626 (100%)
R 217 of 626 ~ 34.66%
G 245 of 626 ~ 39.14%
B 164 of 626 ~ 26.2%

%34.66
%39.14
%26.2

CMYK color model

#D9F5A4 color CMYK value is (11,0,33,4).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 3.92%
CMYK:
(11,0,33,4)
C11M0Y33K4 
(11%,0%,33%,4%)
(0.11/0.00/0.33/0.04)	

CMYK percentages

%11.43
%0
%33.06
%3.92

Codes

Color #D9F5A4 in popluar color models

D9F5A4
RGB217245164
HSL81°80.20%80.20%
HSB/HSV81°33.06%96.08%
CMYK11.43%0.00%33.06%
3.92%

Color #D9F5A4 in popluar number systems.

HEXD9F5A4
Decimal217245164
Binary110110011111010110100100
Octal331365244

Shades and tints

Shades of #D9F5A4

#D9F5A4
(217,245,164)
#C6DF96
(198,223,150)
#B3C988
(179,201,136)
#A0B37A
(160,179,122)
#8D9D6C
(141,157,108)
#7A875E
(122,135,94)
#677150
(103,113,80)
#545B42
(84,91,66)
#414534
(65,69,52)
#2E2F26
(46,47,38)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #D9F5A4

#D9F5A4
(217,245,164)
#DCF5AC
(220,245,172)
#DFF5B4
(223,245,180)
#E2F5BC
(226,245,188)
#E5F5C4
(229,245,196)
#E8F5CC
(232,245,204)
#EBF5D4
(235,245,212)
#EEF5DC
(238,245,220)
#F1F5E4
(241,245,228)
#F4F5EC
(244,245,236)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F5A4 color. Also use rgb(217,245,164) instead hex code.

Text Font Color

.myTextColor { color: #D9F5A4; }

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

This text font color is #D9F5A4.


Background Color

.myBgColor { background-color: #D9F5A4; }

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

This div background color is #D9F5A4.


Border color

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

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

This div border color is #D9F5A4.


Opacity

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

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

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

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

This text has shadow with #D9F5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F5A4 on black background.


Color preview on white background

This text has color #D9F5A4 on white background.



Black color preview on #D9F5A4 background

This text has black color on #D9F5A4 background.


White color preview on #D9F5A4 background

This text has white color on #D9F5A4 background.