COLOR #DFF3F8

HEX: #DFF3F8
RGB: (223,243,248)

Color info

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

RGB color model

#DFF3F8 color RGB value is (223,243,248).

  • red value is 223;
  • green value is 243;
  • blue value is 248.
RGB:
(223,243,248)
(87%,95%,97%)

RGB channels and saturation

R 223 of 255 = 87%
G 243 of 255 = 95%
B 248 of 255 = 97%

223
243
248

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

Portions of RGB colors in percentages

R + G + B =
223 + 243 + 248 = 714 (100%)
R 223 of 714 ~ 31.23%
G 243 of 714 ~ 34.03%
B 248 of 714 ~ 34.73%

%31.23
%34.03
%34.73

CMYK color model

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

  • cyan value is 10.08%
  • magenta value is 2.02%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(10,2,0,3)
C10M2Y0K3 
(10%,2%,0%,3%)
(0.10/0.02/0.00/0.03)	

CMYK percentages

%10.08
%2.02
%0
%2.75

Codes

Color #DFF3F8 in popluar color models

DFF3F8
RGB223243248
HSL192°64.10%92.35%
HSB/HSV192°10.08%97.25%
CMYK10.08%2.02%0.00%
2.75%

Color #DFF3F8 in popluar number systems.

HEXDFF3F8
Decimal223243248
Binary110111111111001111111000
Octal337363370

Shades and tints

Shades of #DFF3F8

#DFF3F8
(223,243,248)
#CBDDE2
(203,221,226)
#B7C7CC
(183,199,204)
#A3B1B6
(163,177,182)
#8F9BA0
(143,155,160)
#7B858A
(123,133,138)
#676F74
(103,111,116)
#53595E
(83,89,94)
#3F4348
(63,67,72)
#2B2D32
(43,45,50)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #DFF3F8

#DFF3F8
(223,243,248)
#E1F4F8
(225,244,248)
#E3F5F8
(227,245,248)
#E5F6F8
(229,246,248)
#E7F7F8
(231,247,248)
#E9F8F8
(233,248,248)
#EBF9F8
(235,249,248)
#EDFAF8
(237,250,248)
#EFFBF8
(239,251,248)
#F1FCF8
(241,252,248)
#F3FDF8
(243,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF3F8 color. Also use rgb(223,243,248) instead hex code.

Text Font Color

.myTextColor { color: #DFF3F8; }

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

This text font color is #DFF3F8.


Background Color

.myBgColor { background-color: #DFF3F8; }

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

This div background color is #DFF3F8.


Border color

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

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

This div border color is #DFF3F8.


Opacity

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

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

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

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

This text has shadow with #DFF3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF3F8 on black background.


Color preview on white background

This text has color #DFF3F8 on white background.



Black color preview on #DFF3F8 background

This text has black color on #DFF3F8 background.


White color preview on #DFF3F8 background

This text has white color on #DFF3F8 background.