COLOR #DFF2F6

HEX: #DFF2F6
RGB: (223,242,246)

Color info

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

RGB color model

#DFF2F6 color RGB value is (223,242,246).

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

RGB channels and saturation

R 223 of 255 = 87%
G 242 of 255 = 95%
B 246 of 255 = 96%

223
242
246

R + G + B ~ 93%. #DFF2F6 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 242 + 246 = 711 (100%)
R 223 of 711 ~ 31.36%
G 242 of 711 ~ 34.04%
B 246 of 711 ~ 34.6%

%31.36
%34.04
%34.6

CMYK color model

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

  • cyan value is 9.35%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,2,0,4)
C9M2Y0K4 
(9%,2%,0%,4%)
(0.09/0.02/0.00/0.04)	

CMYK percentages

%9.35
%1.63
%0
%3.53

Codes

Color #DFF2F6 in popluar color models

DFF2F6
RGB223242246
HSL190°56.10%91.96%
HSB/HSV190°9.35%96.47%
CMYK9.35%1.63%0.00%
3.53%

Color #DFF2F6 in popluar number systems.

HEXDFF2F6
Decimal223242246
Binary110111111111001011110110
Octal337362366

Shades and tints

Shades of #DFF2F6

#DFF2F6
(223,242,246)
#CBDCE0
(203,220,224)
#B7C6CA
(183,198,202)
#A3B0B4
(163,176,180)
#8F9A9E
(143,154,158)
#7B8488
(123,132,136)
#676E72
(103,110,114)
#53585C
(83,88,92)
#3F4246
(63,66,70)
#2B2C30
(43,44,48)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #DFF2F6

#DFF2F6
(223,242,246)
#E1F3F6
(225,243,246)
#E3F4F6
(227,244,246)
#E5F5F6
(229,245,246)
#E7F6F6
(231,246,246)
#E9F7F6
(233,247,246)
#EBF8F6
(235,248,246)
#EDF9F6
(237,249,246)
#EFFAF6
(239,250,246)
#F1FBF6
(241,251,246)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF2F6; }

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

This text font color is #DFF2F6.


Background Color

.myBgColor { background-color: #DFF2F6; }

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

This div background color is #DFF2F6.


Border color

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

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

This div border color is #DFF2F6.


Opacity

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

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

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

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

This text has shadow with #DFF2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF2F6 on black background.


Color preview on white background

This text has color #DFF2F6 on white background.



Black color preview on #DFF2F6 background

This text has black color on #DFF2F6 background.


White color preview on #DFF2F6 background

This text has white color on #DFF2F6 background.