COLOR #DFF3EC

HEX: #DFF3EC
RGB: (223,243,236)

Color info

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

RGB color model

#DFF3EC color RGB value is (223,243,236).

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

RGB channels and saturation

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

223
243
236

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

Portions of RGB colors in percentages

R + G + B =
223 + 243 + 236 = 702 (100%)
R 223 of 702 ~ 31.77%
G 243 of 702 ~ 34.62%
B 236 of 702 ~ 33.62%

%31.77
%34.62
%33.62

CMYK color model

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

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

CMYK percentages

%8.23
%0
%2.88
%4.71

Codes

Color #DFF3EC in popluar color models

DFF3EC
RGB223243236
HSL159°45.45%91.37%
HSB/HSV159°8.23%95.29%
CMYK8.23%0.00%2.88%
4.71%

Color #DFF3EC in popluar number systems.

HEXDFF3EC
Decimal223243236
Binary110111111111001111101100
Octal337363354

Shades and tints

Shades of #DFF3EC

#DFF3EC
(223,243,236)
#CBDDD7
(203,221,215)
#B7C7C2
(183,199,194)
#A3B1AD
(163,177,173)
#8F9B98
(143,155,152)
#7B8583
(123,133,131)
#676F6E
(103,111,110)
#535959
(83,89,89)
#3F4344
(63,67,68)
#2B2D2F
(43,45,47)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #DFF3EC

#DFF3EC
(223,243,236)
#E1F4ED
(225,244,237)
#E3F5EE
(227,245,238)
#E5F6EF
(229,246,239)
#E7F7F0
(231,247,240)
#E9F8F1
(233,248,241)
#EBF9F2
(235,249,242)
#EDFAF3
(237,250,243)
#EFFBF4
(239,251,244)
#F1FCF5
(241,252,245)
#F3FDF6
(243,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF3EC; }

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

This text font color is #DFF3EC.


Background Color

.myBgColor { background-color: #DFF3EC; }

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

This div background color is #DFF3EC.


Border color

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

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

This div border color is #DFF3EC.


Opacity

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

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

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

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

This text has shadow with #DFF3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF3EC on black background.


Color preview on white background

This text has color #DFF3EC on white background.



Black color preview on #DFF3EC background

This text has black color on #DFF3EC background.


White color preview on #DFF3EC background

This text has white color on #DFF3EC background.