COLOR #D9F1AF

HEX: #D9F1AF
RGB: (217,241,175)

Color info

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

RGB color model

#D9F1AF color RGB value is (217,241,175).

  • red value is 217;
  • green value is 241;
  • blue value is 175.
RGB:
(217,241,175)
(85%,95%,69%)

RGB channels and saturation

R 217 of 255 = 85%
G 241 of 255 = 95%
B 175 of 255 = 69%

217
241
175

R + G + B ~ 83%. #D9F1AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 241 + 175 = 633 (100%)
R 217 of 633 ~ 34.28%
G 241 of 633 ~ 38.07%
B 175 of 633 ~ 27.65%

%34.28
%38.07
%27.65

CMYK color model

#D9F1AF color CMYK value is (10,0,27,5).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 5.49%
CMYK:
(10,0,27,5)
C10M0Y27K5 
(10%,0%,27%,5%)
(0.10/0.00/0.27/0.05)	

CMYK percentages

%9.96
%0
%27.39
%5.49

Codes

Color #D9F1AF in popluar color models

D9F1AF
RGB217241175
HSL82°70.21%81.57%
HSB/HSV82°27.39%94.51%
CMYK9.96%0.00%27.39%
5.49%

Color #D9F1AF in popluar number systems.

HEXD9F1AF
Decimal217241175
Binary110110011111000110101111
Octal331361257

Shades and tints

Shades of #D9F1AF

#D9F1AF
(217,241,175)
#C6DCA0
(198,220,160)
#B3C791
(179,199,145)
#A0B282
(160,178,130)
#8D9D73
(141,157,115)
#7A8864
(122,136,100)
#677355
(103,115,85)
#545E46
(84,94,70)
#414937
(65,73,55)
#2E3428
(46,52,40)
#1B1F19
(27,31,25)
#000000
(0,0,0)

Tints of #D9F1AF

#D9F1AF
(217,241,175)
#DCF2B6
(220,242,182)
#DFF3BD
(223,243,189)
#E2F4C4
(226,244,196)
#E5F5CB
(229,245,203)
#E8F6D2
(232,246,210)
#EBF7D9
(235,247,217)
#EEF8E0
(238,248,224)
#F1F9E7
(241,249,231)
#F4FAEE
(244,250,238)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F1AF color. Also use rgb(217,241,175) instead hex code.

Text Font Color

.myTextColor { color: #D9F1AF; }

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

This text font color is #D9F1AF.


Background Color

.myBgColor { background-color: #D9F1AF; }

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

This div background color is #D9F1AF.


Border color

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

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

This div border color is #D9F1AF.


Opacity

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

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

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

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

This text has shadow with #D9F1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F1AF on black background.


Color preview on white background

This text has color #D9F1AF on white background.



Black color preview on #D9F1AF background

This text has black color on #D9F1AF background.


White color preview on #D9F1AF background

This text has white color on #D9F1AF background.