COLOR #DFFAE2

HEX: #DFFAE2
RGB: (223,250,226)

Color info

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

RGB color model

#DFFAE2 color RGB value is (223,250,226).

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

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 226 of 255 = 89%

223
250
226

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

Portions of RGB colors in percentages

R + G + B =
223 + 250 + 226 = 699 (100%)
R 223 of 699 ~ 31.9%
G 250 of 699 ~ 35.77%
B 226 of 699 ~ 32.33%

%31.9
%35.77
%32.33

CMYK color model

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

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • 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
%9.6
%1.96

Codes

Color #DFFAE2 in popluar color models

DFFAE2
RGB223250226
HSL127°72.97%92.75%
HSB/HSV127°10.80%98.04%
CMYK10.80%0.00%9.60%
1.96%

Color #DFFAE2 in popluar number systems.

HEXDFFAE2
Decimal223250226
Binary110111111111101011100010
Octal337372342

Shades and tints

Shades of #DFFAE2

#DFFAE2
(223,250,226)
#CBE4CE
(203,228,206)
#B7CEBA
(183,206,186)
#A3B8A6
(163,184,166)
#8FA292
(143,162,146)
#7B8C7E
(123,140,126)
#67766A
(103,118,106)
#536056
(83,96,86)
#3F4A42
(63,74,66)
#2B342E
(43,52,46)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #DFFAE2

#DFFAE2
(223,250,226)
#E1FAE4
(225,250,228)
#E3FAE6
(227,250,230)
#E5FAE8
(229,250,232)
#E7FAEA
(231,250,234)
#E9FAEC
(233,250,236)
#EBFAEE
(235,250,238)
#EDFAF0
(237,250,240)
#EFFAF2
(239,250,242)
#F1FAF4
(241,250,244)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFAE2; }

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

This text font color is #DFFAE2.


Background Color

.myBgColor { background-color: #DFFAE2; }

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

This div background color is #DFFAE2.


Border color

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

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

This div border color is #DFFAE2.


Opacity

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

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

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

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

This text has shadow with #DFFAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFAE2 on black background.


Color preview on white background

This text has color #DFFAE2 on white background.



Black color preview on #DFFAE2 background

This text has black color on #DFFAE2 background.


White color preview on #DFFAE2 background

This text has white color on #DFFAE2 background.