COLOR #DFF2EC

HEX: #DFF2EC
RGB: (223,242,236)

Color info

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

RGB color model

#DFF2EC color RGB value is (223,242,236).

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

RGB channels and saturation

R 223 of 255 = 87%
G 242 of 255 = 95%
B 236 of 255 = 93%

223
242
236

R + G + B ~ 92%. #DFF2EC is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 242 + 236 = 701 (100%)
R 223 of 701 ~ 31.81%
G 242 of 701 ~ 34.52%
B 236 of 701 ~ 33.67%

%31.81
%34.52
%33.67

CMYK color model

#DFF2EC color CMYK value is (8,0,2,5).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 5.10%
CMYK:
(8,0,2,5)
C8M0Y2K5 
(8%,0%,2%,5%)
(0.08/0.00/0.02/0.05)	

CMYK percentages

%7.85
%0
%2.48
%5.1

Codes

Color #DFF2EC in popluar color models

DFF2EC
RGB223242236
HSL161°42.22%91.18%
HSB/HSV161°7.85%94.90%
CMYK7.85%0.00%2.48%
5.10%

Color #DFF2EC in popluar number systems.

HEXDFF2EC
Decimal223242236
Binary110111111111001011101100
Octal337362354

Shades and tints

Shades of #DFF2EC

#DFF2EC
(223,242,236)
#CBDCD7
(203,220,215)
#B7C6C2
(183,198,194)
#A3B0AD
(163,176,173)
#8F9A98
(143,154,152)
#7B8483
(123,132,131)
#676E6E
(103,110,110)
#535859
(83,88,89)
#3F4244
(63,66,68)
#2B2C2F
(43,44,47)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #DFF2EC

#DFF2EC
(223,242,236)
#E1F3ED
(225,243,237)
#E3F4EE
(227,244,238)
#E5F5EF
(229,245,239)
#E7F6F0
(231,246,240)
#E9F7F1
(233,247,241)
#EBF8F2
(235,248,242)
#EDF9F3
(237,249,243)
#EFFAF4
(239,250,244)
#F1FBF5
(241,251,245)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF2EC; }

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

This text font color is #DFF2EC.


Background Color

.myBgColor { background-color: #DFF2EC; }

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

This div background color is #DFF2EC.


Border color

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

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

This div border color is #DFF2EC.


Opacity

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

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

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

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

This text has shadow with #DFF2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF2EC on black background.


Color preview on white background

This text has color #DFF2EC on white background.



Black color preview on #DFF2EC background

This text has black color on #DFF2EC background.


White color preview on #DFF2EC background

This text has white color on #DFF2EC background.