COLOR #DFF1F9

HEX: #DFF1F9 RGB: (223,241,249)

Color info

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

RGB color model

#DFF1F9 color RGB value is (223,241,249).

RGB: (223,241,249) (87%, 95%, 98%)

RGB channels and saturation

R 223 of 255 = 87%
G 241 of 255 = 95%
B 249 of 255 = 98%

223
241
249

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

Portions of RGB colors in percentages

R + G + B = 223 + 241 + 249 = 713 (100%)
R 223 of 713 ~ 31.28%
G 241 of 713 ~ 33.8%
B 249 of 713 ~ 34.92'%

%31.28
%33.8
%34.92

CMYK color model

#DFF1F9 color CMYK value is (10,3,0,2).

  • cyan value is 10.44%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (10,3,0,2)
C10M3Y0K2 (10%, 3%, 0%, 2%)
(0.10 / 0.03 / 0.00 / 0.02)

CMYK percentages

%10.44
%3.21
%0
%2.35

Codes

Color #DFF1F9 in popluar color models

DF F1 F9
RGB 223 241 249
HSL 198° 68.42% 92.55%
HSB/HSV 198° 10.44% 97.65%
CMYK 10.44% 3.21% 0.00%
2.35%

Color #DFF1F9 in popluar number systems.

HEX DF F1 F9
Decimal 223 241 249
Binary 11011111 11110001 11111001
Octal 337 361 371

Shades and tints

Shades of #DFF1F9

#DFF1F9
(223,241,249)
#CBDCE3
(203,220,227)
#B7C7CD
(183,199,205)
#A3B2B7
(163,178,183)
#8F9DA1
(143,157,161)
#7B888B
(123,136,139)
#677375
(103,115,117)
#535E5F
(83,94,95)
#3F4949
(63,73,73)
#2B3433
(43,52,51)
#171F1D
(23,31,29)
#000000
(0,0,0)

Tints of #DFF1F9

#DFF1F9
(223,241,249)
#E1F2F9
(225,242,249)
#E3F3F9
(227,243,249)
#E5F4F9
(229,244,249)
#E7F5F9
(231,245,249)
#E9F6F9
(233,246,249)
#EBF7F9
(235,247,249)
#EDF8F9
(237,248,249)
#EFF9F9
(239,249,249)
#F1FAF9
(241,250,249)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF1F9 color. Also use rgb(223,241,249) instead hex code.

Text Font Color

.myTextColor { color: #DFF1F9; }

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

This text font color is #DFF1F9.

Background Color

.myBgColor { background-color: #DFF1F9; }

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

This div background color is #DFF1F9.

Border color

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

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

This div border color is #DFF1F9.

Opacity

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

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

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

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

This text has shadow with #DFF1F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF1F9.

Preview

Color preview on black background

This text has color #DFF1F9 on black background.


Color preview on white background

This text has color #DFF1F9 on white background.


Black color preview on #DFF1F9 background

This text has black color on #DFF1F9 background.


White color preview on #DFF1F9 background

This text has white color on #DFF1F9 background.


Related colors

Complementary color

Complementary color for #hex is #200E06.


I love getcolorcode.com

Triadic colors

1 #F9DFF1 and #F1F9DF with #DFF1F9 are triadic colors.

2 #F9F1DF and #F1DFF9 with #DFF1F9 are triadic colors.