COLOR #DFF8A4

HEX: #DFF8A4
RGB: (223,248,164)

Color info

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

RGB color model

#DFF8A4 color RGB value is (223,248,164).

  • red value is 223;
  • green value is 248;
  • blue value is 164.
RGB:
(223,248,164)
(87%,97%,64%)

RGB channels and saturation

R 223 of 255 = 87%
G 248 of 255 = 97%
B 164 of 255 = 64%

223
248
164

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

Portions of RGB colors in percentages

R + G + B =
223 + 248 + 164 = 635 (100%)
R 223 of 635 ~ 35.12%
G 248 of 635 ~ 39.06%
B 164 of 635 ~ 25.83%

%35.12
%39.06
%25.83

CMYK color model

#DFF8A4 color CMYK value is (10,0,34,3).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 33.87%
  • key color value is 2.75%
CMYK:
(10,0,34,3)
C10M0Y34K3 
(10%,0%,34%,3%)
(0.10/0.00/0.34/0.03)	

CMYK percentages

%10.08
%0
%33.87
%2.75

Codes

Color #DFF8A4 in popluar color models

DFF8A4
RGB223248164
HSL78°85.71%80.78%
HSB/HSV78°33.87%97.25%
CMYK10.08%0.00%33.87%
2.75%

Color #DFF8A4 in popluar number systems.

HEXDFF8A4
Decimal223248164
Binary110111111111100010100100
Octal337370244

Shades and tints

Shades of #DFF8A4

#DFF8A4
(223,248,164)
#CBE296
(203,226,150)
#B7CC88
(183,204,136)
#A3B67A
(163,182,122)
#8FA06C
(143,160,108)
#7B8A5E
(123,138,94)
#677450
(103,116,80)
#535E42
(83,94,66)
#3F4834
(63,72,52)
#2B3226
(43,50,38)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #DFF8A4

#DFF8A4
(223,248,164)
#E1F8AC
(225,248,172)
#E3F8B4
(227,248,180)
#E5F8BC
(229,248,188)
#E7F8C4
(231,248,196)
#E9F8CC
(233,248,204)
#EBF8D4
(235,248,212)
#EDF8DC
(237,248,220)
#EFF8E4
(239,248,228)
#F1F8EC
(241,248,236)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF8A4 color. Also use rgb(223,248,164) instead hex code.

Text Font Color

.myTextColor { color: #DFF8A4; }

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

This text font color is #DFF8A4.


Background Color

.myBgColor { background-color: #DFF8A4; }

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

This div background color is #DFF8A4.


Border color

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

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

This div border color is #DFF8A4.


Opacity

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

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

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

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

This text has shadow with #DFF8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF8A4 on black background.


Color preview on white background

This text has color #DFF8A4 on white background.



Black color preview on #DFF8A4 background

This text has black color on #DFF8A4 background.


White color preview on #DFF8A4 background

This text has white color on #DFF8A4 background.