COLOR #DFF4F7

HEX: #DFF4F7
RGB: (223,244,247)

Color info

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

RGB color model

#DFF4F7 color RGB value is (223,244,247).

  • red value is 223;
  • green value is 244;
  • blue value is 247.
RGB:
(223,244,247)
(87%,96%,97%)

RGB channels and saturation

R 223 of 255 = 87%
G 244 of 255 = 96%
B 247 of 255 = 97%

223
244
247

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

Portions of RGB colors in percentages

R + G + B =
223 + 244 + 247 = 714 (100%)
R 223 of 714 ~ 31.23%
G 244 of 714 ~ 34.17%
B 247 of 714 ~ 34.59%

%31.23
%34.17
%34.59

CMYK color model

#DFF4F7 color CMYK value is (10,1,0,3).

  • cyan value is 9.72%
  • magenta value is 1.21%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(10,1,0,3)
C10M1Y0K3 
(10%,1%,0%,3%)
(0.10/0.01/0.00/0.03)	

CMYK percentages

%9.72
%1.21
%0
%3.14

Codes

Color #DFF4F7 in popluar color models

DFF4F7
RGB223244247
HSL188°60.00%92.16%
HSB/HSV188°9.72%96.86%
CMYK9.72%1.21%0.00%
3.14%

Color #DFF4F7 in popluar number systems.

HEXDFF4F7
Decimal223244247
Binary110111111111010011110111
Octal337364367

Shades and tints

Shades of #DFF4F7

#DFF4F7
(223,244,247)
#CBDEE1
(203,222,225)
#B7C8CB
(183,200,203)
#A3B2B5
(163,178,181)
#8F9C9F
(143,156,159)
#7B8689
(123,134,137)
#677073
(103,112,115)
#535A5D
(83,90,93)
#3F4447
(63,68,71)
#2B2E31
(43,46,49)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #DFF4F7

#DFF4F7
(223,244,247)
#E1F5F7
(225,245,247)
#E3F6F7
(227,246,247)
#E5F7F7
(229,247,247)
#E7F8F7
(231,248,247)
#E9F9F7
(233,249,247)
#EBFAF7
(235,250,247)
#EDFBF7
(237,251,247)
#EFFCF7
(239,252,247)
#F1FDF7
(241,253,247)
#F3FEF7
(243,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF4F7; }

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

This text font color is #DFF4F7.


Background Color

.myBgColor { background-color: #DFF4F7; }

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

This div background color is #DFF4F7.


Border color

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

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

This div border color is #DFF4F7.


Opacity

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

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

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

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

This text has shadow with #DFF4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF4F7 on black background.


Color preview on white background

This text has color #DFF4F7 on white background.



Black color preview on #DFF4F7 background

This text has black color on #DFF4F7 background.


White color preview on #DFF4F7 background

This text has white color on #DFF4F7 background.