COLOR #F7FDFF

HEX: #F7FDFF
RGB: (247,253,255)

Color info

#F7FDFF contains red, green and blue colors in about the same proportion. Web safe color of #F7FDFF is #FFFFFF (or #FFF).

RGB color model

#F7FDFF color RGB value is (247,253,255).

  • red value is 247;
  • green value is 253;
  • blue value is 255.
RGB:
(247,253,255)
(97%,99%,100%)

RGB channels and saturation

R 247 of 255 = 97%
G 253 of 255 = 99%
B 255 of 255 = 100%

247
253
255

R + G + B ~ 99%. #F7FDFF is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 253 + 255 = 755 (100%)
R 247 of 755 ~ 32.72%
G 253 of 755 ~ 33.51%
B 255 of 755 ~ 33.77%

%32.72
%33.51
%33.77

CMYK color model

#F7FDFF color CMYK value is (3,1,0,0).

  • cyan value is 3.14%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(3,1,0,0)
C3M1Y0K0 
(3%,1%,0%,0%)
(0.03/0.01/0.00/0.00)	

CMYK percentages

%3.14
%0.78
%0
%0

Codes

Color #F7FDFF in popluar color models

F7FDFF
RGB247253255
HSL195°100.00%98.43%
HSB/HSV195°3.14%100.00%
CMYK3.14%0.78%0.00%
0.00%

Color #F7FDFF in popluar number systems.

HEXF7FDFF
Decimal247253255
Binary111101111111110111111111
Octal367375377

Shades and tints

Shades of #F7FDFF

#F7FDFF
(247,253,255)
#E1E6E8
(225,230,232)
#CBCFD1
(203,207,209)
#B5B8BA
(181,184,186)
#9FA1A3
(159,161,163)
#898A8C
(137,138,140)
#737375
(115,115,117)
#5D5C5E
(93,92,94)
#474547
(71,69,71)
#312E30
(49,46,48)
#1B1719
(27,23,25)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #F7FDFF color. Also use rgb(247,253,255) instead hex code.

Text Font Color

.myTextColor { color: #F7FDFF; }

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

This text font color is #F7FDFF.


Background Color

.myBgColor { background-color: #F7FDFF; }

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

This div background color is #F7FDFF.


Border color

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

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

This div border color is #F7FDFF.


Opacity

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

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

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

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

This text has shadow with #F7FDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FDFF on black background.


Color preview on white background

This text has color #F7FDFF on white background.



Black color preview on #F7FDFF background

This text has black color on #F7FDFF background.


White color preview on #F7FDFF background

This text has white color on #F7FDFF background.