COLOR #DFF2EA

HEX: #DFF2EA
RGB: (223,242,234)

Color info

#DFF2EA contains red, green and blue colors in about the same proportion. Web safe color of #DFF2EA is #CCFFFF (or #CFF).

RGB color model

#DFF2EA color RGB value is (223,242,234).

  • red value is 223;
  • green value is 242;
  • blue value is 234.
RGB:
(223,242,234)
(87%,95%,92%)

RGB channels and saturation

R 223 of 255 = 87%
G 242 of 255 = 95%
B 234 of 255 = 92%

223
242
234

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

Portions of RGB colors in percentages

R + G + B =
223 + 242 + 234 = 699 (100%)
R 223 of 699 ~ 31.9%
G 242 of 699 ~ 34.62%
B 234 of 699 ~ 33.48%

%31.9
%34.62
%33.48

CMYK color model

#DFF2EA color CMYK value is (8,0,3,5).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 5.10%
CMYK:
(8,0,3,5)
C8M0Y3K5 
(8%,0%,3%,5%)
(0.08/0.00/0.03/0.05)	

CMYK percentages

%7.85
%0
%3.31
%5.1

Codes

Color #DFF2EA in popluar color models

DFF2EA
RGB223242234
HSL155°42.22%91.18%
HSB/HSV155°7.85%94.90%
CMYK7.85%0.00%3.31%
5.10%

Color #DFF2EA in popluar number systems.

HEXDFF2EA
Decimal223242234
Binary110111111111001011101010
Octal337362352

Shades and tints

Shades of #DFF2EA

#DFF2EA
(223,242,234)
#CBDCD5
(203,220,213)
#B7C6C0
(183,198,192)
#A3B0AB
(163,176,171)
#8F9A96
(143,154,150)
#7B8481
(123,132,129)
#676E6C
(103,110,108)
#535857
(83,88,87)
#3F4242
(63,66,66)
#2B2C2D
(43,44,45)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #DFF2EA

#DFF2EA
(223,242,234)
#E1F3EB
(225,243,235)
#E3F4EC
(227,244,236)
#E5F5ED
(229,245,237)
#E7F6EE
(231,246,238)
#E9F7EF
(233,247,239)
#EBF8F0
(235,248,240)
#EDF9F1
(237,249,241)
#EFFAF2
(239,250,242)
#F1FBF3
(241,251,243)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF2EA color. Also use rgb(223,242,234) instead hex code.

Text Font Color

.myTextColor { color: #DFF2EA; }

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

This text font color is #DFF2EA.


Background Color

.myBgColor { background-color: #DFF2EA; }

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

This div background color is #DFF2EA.


Border color

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

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

This div border color is #DFF2EA.


Opacity

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

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

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

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

This text has shadow with #DFF2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF2EA on black background.


Color preview on white background

This text has color #DFF2EA on white background.



Black color preview on #DFF2EA background

This text has black color on #DFF2EA background.


White color preview on #DFF2EA background

This text has white color on #DFF2EA background.