COLOR #DFFA82

HEX: #DFFA82
RGB: (223,250,130)

Color info

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

RGB color model

#DFFA82 color RGB value is (223,250,130).

  • red value is 223;
  • green value is 250;
  • blue value is 130.
RGB:
(223,250,130)
(87%,98%,51%)

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 130 of 255 = 51%

223
250
130

R + G + B ~ 79%. #DFFA82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 250 + 130 = 603 (100%)
R 223 of 603 ~ 36.98%
G 250 of 603 ~ 41.46%
B 130 of 603 ~ 21.56%

%36.98
%41.46
%21.56

CMYK color model

#DFFA82 color CMYK value is (11,0,48,2).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 1.96%
CMYK:
(11,0,48,2)
C11M0Y48K2 
(11%,0%,48%,2%)
(0.11/0.00/0.48/0.02)	

CMYK percentages

%10.8
%0
%48
%1.96

Codes

Color #DFFA82 in popluar color models

DFFA82
RGB223250130
HSL74°92.31%74.51%
HSB/HSV74°48.00%98.04%
CMYK10.80%0.00%48.00%
1.96%

Color #DFFA82 in popluar number systems.

HEXDFFA82
Decimal223250130
Binary110111111111101010000010
Octal337372202

Shades and tints

Shades of #DFFA82

#DFFA82
(223,250,130)
#CBE477
(203,228,119)
#B7CE6C
(183,206,108)
#A3B861
(163,184,97)
#8FA256
(143,162,86)
#7B8C4B
(123,140,75)
#677640
(103,118,64)
#536035
(83,96,53)
#3F4A2A
(63,74,42)
#2B341F
(43,52,31)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #DFFA82

#DFFA82
(223,250,130)
#E1FA8D
(225,250,141)
#E3FA98
(227,250,152)
#E5FAA3
(229,250,163)
#E7FAAE
(231,250,174)
#E9FAB9
(233,250,185)
#EBFAC4
(235,250,196)
#EDFACF
(237,250,207)
#EFFADA
(239,250,218)
#F1FAE5
(241,250,229)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFA82; }

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

This text font color is #DFFA82.


Background Color

.myBgColor { background-color: #DFFA82; }

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

This div background color is #DFFA82.


Border color

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

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

This div border color is #DFFA82.


Opacity

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

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

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

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

This text has shadow with #DFFA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFA82 on black background.


Color preview on white background

This text has color #DFFA82 on white background.



Black color preview on #DFFA82 background

This text has black color on #DFFA82 background.


White color preview on #DFFA82 background

This text has white color on #DFFA82 background.