COLOR #DFF6EF

HEX: #DFF6EF
RGB: (223,246,239)

Color info

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

RGB color model

#DFF6EF color RGB value is (223,246,239).

  • red value is 223;
  • green value is 246;
  • blue value is 239.
RGB:
(223,246,239)
(87%,96%,94%)

RGB channels and saturation

R 223 of 255 = 87%
G 246 of 255 = 96%
B 239 of 255 = 94%

223
246
239

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

Portions of RGB colors in percentages

R + G + B =
223 + 246 + 239 = 708 (100%)
R 223 of 708 ~ 31.5%
G 246 of 708 ~ 34.75%
B 239 of 708 ~ 33.76%

%31.5
%34.75
%33.76

CMYK color model

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

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 2.85%
  • key color value is 3.53%
CMYK:
(9,0,3,4)
C9M0Y3K4 
(9%,0%,3%,4%)
(0.09/0.00/0.03/0.04)	

CMYK percentages

%9.35
%0
%2.85
%3.53

Codes

Color #DFF6EF in popluar color models

DFF6EF
RGB223246239
HSL162°56.10%91.96%
HSB/HSV162°9.35%96.47%
CMYK9.35%0.00%2.85%
3.53%

Color #DFF6EF in popluar number systems.

HEXDFF6EF
Decimal223246239
Binary110111111111011011101111
Octal337366357

Shades and tints

Shades of #DFF6EF

#DFF6EF
(223,246,239)
#CBE0DA
(203,224,218)
#B7CAC5
(183,202,197)
#A3B4B0
(163,180,176)
#8F9E9B
(143,158,155)
#7B8886
(123,136,134)
#677271
(103,114,113)
#535C5C
(83,92,92)
#3F4647
(63,70,71)
#2B3032
(43,48,50)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #DFF6EF

#DFF6EF
(223,246,239)
#E1F6F0
(225,246,240)
#E3F6F1
(227,246,241)
#E5F6F2
(229,246,242)
#E7F6F3
(231,246,243)
#E9F6F4
(233,246,244)
#EBF6F5
(235,246,245)
#EDF6F6
(237,246,246)
#EFF6F7
(239,246,247)
#F1F6F8
(241,246,248)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF6EF; }

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

This text font color is #DFF6EF.


Background Color

.myBgColor { background-color: #DFF6EF; }

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

This div background color is #DFF6EF.


Border color

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

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

This div border color is #DFF6EF.


Opacity

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

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

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

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

This text has shadow with #DFF6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF6EF on black background.


Color preview on white background

This text has color #DFF6EF on white background.



Black color preview on #DFF6EF background

This text has black color on #DFF6EF background.


White color preview on #DFF6EF background

This text has white color on #DFF6EF background.