COLOR #DFFAE0

HEX: #DFFAE0
RGB: (223,250,224)

Color info

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

RGB color model

#DFFAE0 color RGB value is (223,250,224).

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

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 224 of 255 = 88%

223
250
224

R + G + B ~ 91%. #DFFAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 250 + 224 = 697 (100%)
R 223 of 697 ~ 31.99%
G 250 of 697 ~ 35.87%
B 224 of 697 ~ 32.14%

%31.99
%35.87
%32.14

CMYK color model

#DFFAE0 color CMYK value is (11,0,10,2).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 1.96%
CMYK:
(11,0,10,2)
C11M0Y10K2 
(11%,0%,10%,2%)
(0.11/0.00/0.10/0.02)	

CMYK percentages

%10.8
%0
%10.4
%1.96

Codes

Color #DFFAE0 in popluar color models

DFFAE0
RGB223250224
HSL122°72.97%92.75%
HSB/HSV122°10.80%98.04%
CMYK10.80%0.00%10.40%
1.96%

Color #DFFAE0 in popluar number systems.

HEXDFFAE0
Decimal223250224
Binary110111111111101011100000
Octal337372340

Shades and tints

Shades of #DFFAE0

#DFFAE0
(223,250,224)
#CBE4CC
(203,228,204)
#B7CEB8
(183,206,184)
#A3B8A4
(163,184,164)
#8FA290
(143,162,144)
#7B8C7C
(123,140,124)
#677668
(103,118,104)
#536054
(83,96,84)
#3F4A40
(63,74,64)
#2B342C
(43,52,44)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #DFFAE0

#DFFAE0
(223,250,224)
#E1FAE2
(225,250,226)
#E3FAE4
(227,250,228)
#E5FAE6
(229,250,230)
#E7FAE8
(231,250,232)
#E9FAEA
(233,250,234)
#EBFAEC
(235,250,236)
#EDFAEE
(237,250,238)
#EFFAF0
(239,250,240)
#F1FAF2
(241,250,242)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFAE0; }

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

This text font color is #DFFAE0.


Background Color

.myBgColor { background-color: #DFFAE0; }

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

This div background color is #DFFAE0.


Border color

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

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

This div border color is #DFFAE0.


Opacity

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

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

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

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

This text has shadow with #DFFAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFAE0 on black background.


Color preview on white background

This text has color #DFFAE0 on white background.



Black color preview on #DFFAE0 background

This text has black color on #DFFAE0 background.


White color preview on #DFFAE0 background

This text has white color on #DFFAE0 background.