COLOR #DFFCA9

HEX: #DFFCA9
RGB: (223,252,169)

Color info

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

RGB color model

#DFFCA9 color RGB value is (223,252,169).

  • red value is 223;
  • green value is 252;
  • blue value is 169.
RGB:
(223,252,169)
(87%,99%,66%)

RGB channels and saturation

R 223 of 255 = 87%
G 252 of 255 = 99%
B 169 of 255 = 66%

223
252
169

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

Portions of RGB colors in percentages

R + G + B =
223 + 252 + 169 = 644 (100%)
R 223 of 644 ~ 34.63%
G 252 of 644 ~ 39.13%
B 169 of 644 ~ 26.24%

%34.63
%39.13
%26.24

CMYK color model

#DFFCA9 color CMYK value is (12,0,33,1).

  • cyan value is 11.51%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 1.18%
CMYK:
(12,0,33,1)
C12M0Y33K1 
(12%,0%,33%,1%)
(0.12/0.00/0.33/0.01)	

CMYK percentages

%11.51
%0
%32.94
%1.18

Codes

Color #DFFCA9 in popluar color models

DFFCA9
RGB223252169
HSL81°93.26%82.55%
HSB/HSV81°32.94%98.82%
CMYK11.51%0.00%32.94%
1.18%

Color #DFFCA9 in popluar number systems.

HEXDFFCA9
Decimal223252169
Binary110111111111110010101001
Octal337374251

Shades and tints

Shades of #DFFCA9

#DFFCA9
(223,252,169)
#CBE69A
(203,230,154)
#B7D08B
(183,208,139)
#A3BA7C
(163,186,124)
#8FA46D
(143,164,109)
#7B8E5E
(123,142,94)
#67784F
(103,120,79)
#536240
(83,98,64)
#3F4C31
(63,76,49)
#2B3622
(43,54,34)
#172013
(23,32,19)
#000000
(0,0,0)

Tints of #DFFCA9

#DFFCA9
(223,252,169)
#E1FCB0
(225,252,176)
#E3FCB7
(227,252,183)
#E5FCBE
(229,252,190)
#E7FCC5
(231,252,197)
#E9FCCC
(233,252,204)
#EBFCD3
(235,252,211)
#EDFCDA
(237,252,218)
#EFFCE1
(239,252,225)
#F1FCE8
(241,252,232)
#F3FCEF
(243,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFCA9 color. Also use rgb(223,252,169) instead hex code.

Text Font Color

.myTextColor { color: #DFFCA9; }

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

This text font color is #DFFCA9.


Background Color

.myBgColor { background-color: #DFFCA9; }

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

This div background color is #DFFCA9.


Border color

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

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

This div border color is #DFFCA9.


Opacity

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

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

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

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

This text has shadow with #DFFCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFCA9 on black background.


Color preview on white background

This text has color #DFFCA9 on white background.



Black color preview on #DFFCA9 background

This text has black color on #DFFCA9 background.


White color preview on #DFFCA9 background

This text has white color on #DFFCA9 background.