COLOR #F7F9FD

HEX: #F7F9FD
RGB: (247,249,253)

Color info

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

RGB color model

#F7F9FD color RGB value is (247,249,253).

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

RGB channels and saturation

R 247 of 255 = 97%
G 249 of 255 = 98%
B 253 of 255 = 99%

247
249
253

R + G + B ~ 98%. #F7F9FD is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 249 + 253 = 749 (100%)
R 247 of 749 ~ 32.98%
G 249 of 749 ~ 33.24%
B 253 of 749 ~ 33.78%

%32.98
%33.24
%33.78

CMYK color model

#F7F9FD color CMYK value is (2,2,0,1).

  • cyan value is 2.37%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(2,2,0,1)
C2M2Y0K1 
(2%,2%,0%,1%)
(0.02/0.02/0.00/0.01)	

CMYK percentages

%2.37
%1.58
%0
%0.78

Codes

Color #F7F9FD in popluar color models

F7F9FD
RGB247249253
HSL220°60.00%98.04%
HSB/HSV220°2.37%99.22%
CMYK2.37%1.58%0.00%
0.78%

Color #F7F9FD in popluar number systems.

HEXF7F9FD
Decimal247249253
Binary111101111111100111111101
Octal367371375

Shades and tints

Shades of #F7F9FD

#F7F9FD
(247,249,253)
#E1E3E6
(225,227,230)
#CBCDCF
(203,205,207)
#B5B7B8
(181,183,184)
#9FA1A1
(159,161,161)
#898B8A
(137,139,138)
#737573
(115,117,115)
#5D5F5C
(93,95,92)
#474945
(71,73,69)
#31332E
(49,51,46)
#1B1D17
(27,29,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7F9FD; }

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

This text font color is #F7F9FD.


Background Color

.myBgColor { background-color: #F7F9FD; }

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

This div background color is #F7F9FD.


Border color

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

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

This div border color is #F7F9FD.


Opacity

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

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

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

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

This text has shadow with #F7F9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7F9FD on black background.


Color preview on white background

This text has color #F7F9FD on white background.



Black color preview on #F7F9FD background

This text has black color on #F7F9FD background.


White color preview on #F7F9FD background

This text has white color on #F7F9FD background.