COLOR #DFF4FB

HEX: #DFF4FB
RGB: (223,244,251)

Color info

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

RGB color model

#DFF4FB color RGB value is (223,244,251).

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

RGB channels and saturation

R 223 of 255 = 87%
G 244 of 255 = 96%
B 251 of 255 = 98%

223
244
251

R + G + B ~ 94%. #DFF4FB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 244 + 251 = 718 (100%)
R 223 of 718 ~ 31.06%
G 244 of 718 ~ 33.98%
B 251 of 718 ~ 34.96%

%31.06
%33.98
%34.96

CMYK color model

#DFF4FB color CMYK value is (11,3,0,2).

  • cyan value is 11.16%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,3,0,2)
C11M3Y0K2 
(11%,3%,0%,2%)
(0.11/0.03/0.00/0.02)	

CMYK percentages

%11.16
%2.79
%0
%1.57

Codes

Color #DFF4FB in popluar color models

DFF4FB
RGB223244251
HSL195°77.78%92.94%
HSB/HSV195°11.16%98.43%
CMYK11.16%2.79%0.00%
1.57%

Color #DFF4FB in popluar number systems.

HEXDFF4FB
Decimal223244251
Binary110111111111010011111011
Octal337364373

Shades and tints

Shades of #DFF4FB

#DFF4FB
(223,244,251)
#CBDEE5
(203,222,229)
#B7C8CF
(183,200,207)
#A3B2B9
(163,178,185)
#8F9CA3
(143,156,163)
#7B868D
(123,134,141)
#677077
(103,112,119)
#535A61
(83,90,97)
#3F444B
(63,68,75)
#2B2E35
(43,46,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #DFF4FB

#DFF4FB
(223,244,251)
#E1F5FB
(225,245,251)
#E3F6FB
(227,246,251)
#E5F7FB
(229,247,251)
#E7F8FB
(231,248,251)
#E9F9FB
(233,249,251)
#EBFAFB
(235,250,251)
#EDFBFB
(237,251,251)
#EFFCFB
(239,252,251)
#F1FDFB
(241,253,251)
#F3FEFB
(243,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF4FB; }

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

This text font color is #DFF4FB.


Background Color

.myBgColor { background-color: #DFF4FB; }

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

This div background color is #DFF4FB.


Border color

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

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

This div border color is #DFF4FB.


Opacity

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

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

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

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

This text has shadow with #DFF4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF4FB on black background.


Color preview on white background

This text has color #DFF4FB on white background.



Black color preview on #DFF4FB background

This text has black color on #DFF4FB background.


White color preview on #DFF4FB background

This text has white color on #DFF4FB background.