COLOR #DFF6EC

HEX: #DFF6EC RGB: (223,246,236)

Color info

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

RGB color model

#DFF6EC color RGB value is (223,246,236).

RGB: (223,246,236) (87%, 96%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 246 of 255 = 96%
B 236 of 255 = 93%

223
246
236

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

Portions of RGB colors in percentages

R + G + B = 223 + 246 + 236 = 705 (100%)
R 223 of 705 ~ 31.63%
G 246 of 705 ~ 34.89%
B 236 of 705 ~ 33.48'%

%31.63
%34.89
%33.48

CMYK color model

#DFF6EC color CMYK value is (9,0,4,4).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK: (9,0,4,4) C9M0Y4K4 (9%,0%,4%,4%) (0.09/0.00/0.04/0.04) 

CMYK percentages

%9.35
%0
%4.07
%3.53

Codes

Color #DFF6EC in popluar color models

DF F6 EC
RGB 223 246 236
HSL 154° 56.10% 91.96%
HSB/HSV 154° 9.35% 96.47%
CMYK 9.35% 0.00% 4.07%
3.53%

Color #DFF6EC in popluar number systems.

HEX DF F6 EC
Decimal 223 246 236
Binary 11011111 11110110 11101100
Octal 337 366 354

Shades and tints

Shades of #DFF6EC

#DFF6EC
(223,246,236)
#CBE0D7
(203,224,215)
#B7CAC2
(183,202,194)
#A3B4AD
(163,180,173)
#8F9E98
(143,158,152)
#7B8883
(123,136,131)
#67726E
(103,114,110)
#535C59
(83,92,89)
#3F4644
(63,70,68)
#2B302F
(43,48,47)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #DFF6EC

#DFF6EC
(223,246,236)
#E1F6ED
(225,246,237)
#E3F6EE
(227,246,238)
#E5F6EF
(229,246,239)
#E7F6F0
(231,246,240)
#E9F6F1
(233,246,241)
#EBF6F2
(235,246,242)
#EDF6F3
(237,246,243)
#EFF6F4
(239,246,244)
#F1F6F5
(241,246,245)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF6EC; }

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

This text font color is #DFF6EC.

Background Color

.myBgColor { background-color: #DFF6EC; }

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

This div background color is #DFF6EC.

Border color

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

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

This div border color is #DFF6EC.

Opacity

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

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

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

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

This text has shadow with #DFF6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF6EC.

Preview

Color preview on black background

This text has color #DFF6EC on black background.


Color preview on white background

This text has color #DFF6EC on white background.


Black color preview on #DFF6EC background

This text has black color on #DFF6EC background.


White color preview on #DFF6EC background

This text has white color on #DFF6EC background.


Related colors

Complementary color

Complementary color for #hex is #200913.


I love getcolorcode.com

Triadic colors

1 #ECDFF6 and #F6ECDF with #DFF6EC are triadic colors.

2 #ECF6DF and #F6DFEC with #DFF6EC are triadic colors.