COLOR #DFFAA8

HEX: #DFFAA8
RGB: (223,250,168)

Color info

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

RGB color model

#DFFAA8 color RGB value is (223,250,168).

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

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 168 of 255 = 66%

223
250
168

R + G + B ~ 84%. #DFFAA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 250 + 168 = 641 (100%)
R 223 of 641 ~ 34.79%
G 250 of 641 ~ 39%
B 168 of 641 ~ 26.21%

%34.79
%39
%26.21

CMYK color model

#DFFAA8 color CMYK value is (11,0,33,2).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 1.96%
CMYK:
(11,0,33,2)
C11M0Y33K2 
(11%,0%,33%,2%)
(0.11/0.00/0.33/0.02)	

CMYK percentages

%10.8
%0
%32.8
%1.96

Codes

Color #DFFAA8 in popluar color models

DFFAA8
RGB223250168
HSL80°89.13%81.96%
HSB/HSV80°32.80%98.04%
CMYK10.80%0.00%32.80%
1.96%

Color #DFFAA8 in popluar number systems.

HEXDFFAA8
Decimal223250168
Binary110111111111101010101000
Octal337372250

Shades and tints

Shades of #DFFAA8

#DFFAA8
(223,250,168)
#CBE499
(203,228,153)
#B7CE8A
(183,206,138)
#A3B87B
(163,184,123)
#8FA26C
(143,162,108)
#7B8C5D
(123,140,93)
#67764E
(103,118,78)
#53603F
(83,96,63)
#3F4A30
(63,74,48)
#2B3421
(43,52,33)
#171E12
(23,30,18)
#000000
(0,0,0)

Tints of #DFFAA8

#DFFAA8
(223,250,168)
#E1FAAF
(225,250,175)
#E3FAB6
(227,250,182)
#E5FABD
(229,250,189)
#E7FAC4
(231,250,196)
#E9FACB
(233,250,203)
#EBFAD2
(235,250,210)
#EDFAD9
(237,250,217)
#EFFAE0
(239,250,224)
#F1FAE7
(241,250,231)
#F3FAEE
(243,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFAA8; }

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

This text font color is #DFFAA8.


Background Color

.myBgColor { background-color: #DFFAA8; }

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

This div background color is #DFFAA8.


Border color

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

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

This div border color is #DFFAA8.


Opacity

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

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

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

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

This text has shadow with #DFFAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFAA8 on black background.


Color preview on white background

This text has color #DFFAA8 on white background.



Black color preview on #DFFAA8 background

This text has black color on #DFFAA8 background.


White color preview on #DFFAA8 background

This text has white color on #DFFAA8 background.