COLOR #DFF4DA

HEX: #DFF4DA
RGB: (223,244,218)

Color info

#DFF4DA contains red, green and blue colors in about the same proportion. Web safe color of #DFF4DA is #CCFFCC (or #CFC).

RGB color model

#DFF4DA color RGB value is (223,244,218).

  • red value is 223;
  • green value is 244;
  • blue value is 218.
RGB:
(223,244,218)
(87%,96%,85%)

RGB channels and saturation

R 223 of 255 = 87%
G 244 of 255 = 96%
B 218 of 255 = 85%

223
244
218

R + G + B ~ 89%. #DFF4DA is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 244 + 218 = 685 (100%)
R 223 of 685 ~ 32.55%
G 244 of 685 ~ 35.62%
B 218 of 685 ~ 31.82%

%32.55
%35.62
%31.82

CMYK color model

#DFF4DA color CMYK value is (9,0,11,4).

  • cyan value is 8.61%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK:
(9,0,11,4)
C9M0Y11K4 
(9%,0%,11%,4%)
(0.09/0.00/0.11/0.04)	

CMYK percentages

%8.61
%0
%10.66
%4.31

Codes

Color #DFF4DA in popluar color models

DFF4DA
RGB223244218
HSL108°54.17%90.59%
HSB/HSV108°10.66%95.69%
CMYK8.61%0.00%10.66%
4.31%

Color #DFF4DA in popluar number systems.

HEXDFF4DA
Decimal223244218
Binary110111111111010011011010
Octal337364332

Shades and tints

Shades of #DFF4DA

#DFF4DA
(223,244,218)
#CBDEC7
(203,222,199)
#B7C8B4
(183,200,180)
#A3B2A1
(163,178,161)
#8F9C8E
(143,156,142)
#7B867B
(123,134,123)
#677068
(103,112,104)
#535A55
(83,90,85)
#3F4442
(63,68,66)
#2B2E2F
(43,46,47)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #DFF4DA

#DFF4DA
(223,244,218)
#E1F5DD
(225,245,221)
#E3F6E0
(227,246,224)
#E5F7E3
(229,247,227)
#E7F8E6
(231,248,230)
#E9F9E9
(233,249,233)
#EBFAEC
(235,250,236)
#EDFBEF
(237,251,239)
#EFFCF2
(239,252,242)
#F1FDF5
(241,253,245)
#F3FEF8
(243,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF4DA color. Also use rgb(223,244,218) instead hex code.

Text Font Color

.myTextColor { color: #DFF4DA; }

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

This text font color is #DFF4DA.


Background Color

.myBgColor { background-color: #DFF4DA; }

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

This div background color is #DFF4DA.


Border color

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

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

This div border color is #DFF4DA.


Opacity

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

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

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

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

This text has shadow with #DFF4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF4DA on black background.


Color preview on white background

This text has color #DFF4DA on white background.



Black color preview on #DFF4DA background

This text has black color on #DFF4DA background.


White color preview on #DFF4DA background

This text has white color on #DFF4DA background.