COLOR #DFF7EC

HEX: #DFF7EC RGB: (223,247,236)

Color info

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

RGB color model

#DFF7EC color RGB value is (223,247,236).

RGB: (223,247,236) (87%, 97%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 247 of 255 = 97%
B 236 of 255 = 93%

223
247
236

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

Portions of RGB colors in percentages

R + G + B = 223 + 247 + 236 = 706 (100%)
R 223 of 706 ~ 31.59%
G 247 of 706 ~ 34.99%
B 236 of 706 ~ 33.43'%

%31.59
%34.99
%33.43

CMYK color model

#DFF7EC color CMYK value is (10,0,4,3).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 4.45%
  • key color value is 3.14%

CMYK: (10,0,4,3)
C10M0Y4K3 (10%, 0%, 4%, 3%)
(0.10 / 0.00 / 0.04 / 0.03)

CMYK percentages

%9.72
%0
%4.45
%3.14

Codes

Color #DFF7EC in popluar color models

DF F7 EC
RGB 223 247 236
HSL 153° 60.00% 92.16%
HSB/HSV 153° 9.72% 96.86%
CMYK 9.72% 0.00% 4.45%
3.14%

Color #DFF7EC in popluar number systems.

HEX DF F7 EC
Decimal 223 247 236
Binary 11011111 11110111 11101100
Octal 337 367 354

Shades and tints

Shades of #DFF7EC

#DFF7EC
(223,247,236)
#CBE1D7
(203,225,215)
#B7CBC2
(183,203,194)
#A3B5AD
(163,181,173)
#8F9F98
(143,159,152)
#7B8983
(123,137,131)
#67736E
(103,115,110)
#535D59
(83,93,89)
#3F4744
(63,71,68)
#2B312F
(43,49,47)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #DFF7EC

#DFF7EC
(223,247,236)
#E1F7ED
(225,247,237)
#E3F7EE
(227,247,238)
#E5F7EF
(229,247,239)
#E7F7F0
(231,247,240)
#E9F7F1
(233,247,241)
#EBF7F2
(235,247,242)
#EDF7F3
(237,247,243)
#EFF7F4
(239,247,244)
#F1F7F5
(241,247,245)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF7EC; }

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

This text font color is #DFF7EC.

Background Color

.myBgColor { background-color: #DFF7EC; }

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

This div background color is #DFF7EC.

Border color

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

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

This div border color is #DFF7EC.

Opacity

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

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

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

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

This text has shadow with #DFF7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF7EC.

Preview

Color preview on black background

This text has color #DFF7EC on black background.


Color preview on white background

This text has color #DFF7EC on white background.


Black color preview on #DFF7EC background

This text has black color on #DFF7EC background.


White color preview on #DFF7EC background

This text has white color on #DFF7EC background.


Related colors

Complementary color

Complementary color for #hex is #200813.


I love getcolorcode.com

Triadic colors

1 #ECDFF7 and #F7ECDF with #DFF7EC are triadic colors.

2 #ECF7DF and #F7DFEC with #DFF7EC are triadic colors.