COLOR #DFF4FA

HEX: #DFF4FA
RGB: (223,244,250)

Color info

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

RGB color model

#DFF4FA color RGB value is (223,244,250).

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

RGB channels and saturation

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

223
244
250

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

Portions of RGB colors in percentages

R + G + B =
223 + 244 + 250 = 717 (100%)
R 223 of 717 ~ 31.1%
G 244 of 717 ~ 34.03%
B 250 of 717 ~ 34.87%

%31.1
%34.03
%34.87

CMYK color model

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

  • cyan value is 10.80%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(11,2,0,2)
C11M2Y0K2 
(11%,2%,0%,2%)
(0.11/0.02/0.00/0.02)	

CMYK percentages

%10.8
%2.4
%0
%1.96

Codes

Color #DFF4FA in popluar color models

DFF4FA
RGB223244250
HSL193°72.97%92.75%
HSB/HSV193°10.80%98.04%
CMYK10.80%2.40%0.00%
1.96%

Color #DFF4FA in popluar number systems.

HEXDFF4FA
Decimal223244250
Binary110111111111010011111010
Octal337364372

Shades and tints

Shades of #DFF4FA

#DFF4FA
(223,244,250)
#CBDEE4
(203,222,228)
#B7C8CE
(183,200,206)
#A3B2B8
(163,178,184)
#8F9CA2
(143,156,162)
#7B868C
(123,134,140)
#677076
(103,112,118)
#535A60
(83,90,96)
#3F444A
(63,68,74)
#2B2E34
(43,46,52)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #DFF4FA

#DFF4FA
(223,244,250)
#E1F5FA
(225,245,250)
#E3F6FA
(227,246,250)
#E5F7FA
(229,247,250)
#E7F8FA
(231,248,250)
#E9F9FA
(233,249,250)
#EBFAFA
(235,250,250)
#EDFBFA
(237,251,250)
#EFFCFA
(239,252,250)
#F1FDFA
(241,253,250)
#F3FEFA
(243,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF4FA; }

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

This text font color is #DFF4FA.


Background Color

.myBgColor { background-color: #DFF4FA; }

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

This div background color is #DFF4FA.


Border color

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

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

This div border color is #DFF4FA.


Opacity

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

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

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

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

This text has shadow with #DFF4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF4FA on black background.


Color preview on white background

This text has color #DFF4FA on white background.



Black color preview on #DFF4FA background

This text has black color on #DFF4FA background.


White color preview on #DFF4FA background

This text has white color on #DFF4FA background.