COLOR #DFF4FD

HEX: #DFF4FD
RGB: (223,244,253)

Color info

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

RGB color model

#DFF4FD color RGB value is (223,244,253).

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

RGB channels and saturation

R 223 of 255 = 87%
G 244 of 255 = 96%
B 253 of 255 = 99%

223
244
253

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

Portions of RGB colors in percentages

R + G + B =
223 + 244 + 253 = 720 (100%)
R 223 of 720 ~ 30.97%
G 244 of 720 ~ 33.89%
B 253 of 720 ~ 35.14%

%30.97
%33.89
%35.14

CMYK color model

#DFF4FD color CMYK value is (12,4,0,1).

  • cyan value is 11.86%
  • magenta value is 3.56%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(12,4,0,1)
C12M4Y0K1 
(12%,4%,0%,1%)
(0.12/0.04/0.00/0.01)	

CMYK percentages

%11.86
%3.56
%0
%0.78

Codes

Color #DFF4FD in popluar color models

DFF4FD
RGB223244253
HSL198°88.24%93.33%
HSB/HSV198°11.86%99.22%
CMYK11.86%3.56%0.00%
0.78%

Color #DFF4FD in popluar number systems.

HEXDFF4FD
Decimal223244253
Binary110111111111010011111101
Octal337364375

Shades and tints

Shades of #DFF4FD

#DFF4FD
(223,244,253)
#CBDEE6
(203,222,230)
#B7C8CF
(183,200,207)
#A3B2B8
(163,178,184)
#8F9CA1
(143,156,161)
#7B868A
(123,134,138)
#677073
(103,112,115)
#535A5C
(83,90,92)
#3F4445
(63,68,69)
#2B2E2E
(43,46,46)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #DFF4FD

#DFF4FD
(223,244,253)
#E1F5FD
(225,245,253)
#E3F6FD
(227,246,253)
#E5F7FD
(229,247,253)
#E7F8FD
(231,248,253)
#E9F9FD
(233,249,253)
#EBFAFD
(235,250,253)
#EDFBFD
(237,251,253)
#EFFCFD
(239,252,253)
#F1FDFD
(241,253,253)
#F3FEFD
(243,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF4FD; }

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

This text font color is #DFF4FD.


Background Color

.myBgColor { background-color: #DFF4FD; }

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

This div background color is #DFF4FD.


Border color

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

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

This div border color is #DFF4FD.


Opacity

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

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

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

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

This text has shadow with #DFF4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF4FD on black background.


Color preview on white background

This text has color #DFF4FD on white background.



Black color preview on #DFF4FD background

This text has black color on #DFF4FD background.


White color preview on #DFF4FD background

This text has white color on #DFF4FD background.