COLOR #DFFA9F

HEX: #DFFA9F RGB: (223,250,159)

Color info

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

RGB color model

#DFFA9F color RGB value is (223,250,159).

RGB: (223,250,159) (87%, 98%, 62%)

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 159 of 255 = 62%

223
250
159

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

Portions of RGB colors in percentages

R + G + B = 223 + 250 + 159 = 632 (100%)
R 223 of 632 ~ 35.28%
G 250 of 632 ~ 39.56%
B 159 of 632 ~ 25.16'%

%35.28
%39.56
%25.16

CMYK color model

#DFFA9F color CMYK value is (11,0,36,2).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 36.40%
  • key color value is 1.96%

CMYK: (11,0,36,2)
C11M0Y36K2 (11%, 0%, 36%, 2%)
(0.11 / 0.00 / 0.36 / 0.02)

CMYK percentages

%10.8
%0
%36.4
%1.96

Codes

Color #DFFA9F in popluar color models

DF FA 9F
RGB 223 250 159
HSL 78° 90.10% 80.20%
HSB/HSV 78° 36.40% 98.04%
CMYK 10.80% 0.00% 36.40%
1.96%

Color #DFFA9F in popluar number systems.

HEX DF FA 9F
Decimal 223 250 159
Binary 11011111 11111010 10011111
Octal 337 372 237

Shades and tints

Shades of #DFFA9F

#DFFA9F
(223,250,159)
#CBE491
(203,228,145)
#B7CE83
(183,206,131)
#A3B875
(163,184,117)
#8FA267
(143,162,103)
#7B8C59
(123,140,89)
#67764B
(103,118,75)
#53603D
(83,96,61)
#3F4A2F
(63,74,47)
#2B3421
(43,52,33)
#171E13
(23,30,19)
#000000
(0,0,0)

Tints of #DFFA9F

#DFFA9F
(223,250,159)
#E1FAA7
(225,250,167)
#E3FAAF
(227,250,175)
#E5FAB7
(229,250,183)
#E7FABF
(231,250,191)
#E9FAC7
(233,250,199)
#EBFACF
(235,250,207)
#EDFAD7
(237,250,215)
#EFFADF
(239,250,223)
#F1FAE7
(241,250,231)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFA9F color. Also use rgb(223,250,159) instead hex code.

Text Font Color

.myTextColor { color: #DFFA9F; }

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

This text font color is #DFFA9F.

Background Color

.myBgColor { background-color: #DFFA9F; }

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

This div background color is #DFFA9F.

Border color

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

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

This div border color is #DFFA9F.

Opacity

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

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

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

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

This text has shadow with #DFFA9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFFA9F.

Preview

Color preview on black background

This text has color #DFFA9F on black background.


Color preview on white background

This text has color #DFFA9F on white background.


Black color preview on #DFFA9F background

This text has black color on #DFFA9F background.


White color preview on #DFFA9F background

This text has white color on #DFFA9F background.


Related colors

Complementary color

Complementary color for #hex is #200560.


I love getcolorcode.com

Triadic colors

1 #9FDFFA and #FA9FDF with #DFFA9F are triadic colors.

2 #9FFADF and #FADF9F with #DFFA9F are triadic colors.