COLOR #F2F4F7

HEX: #F2F4F7 RGB: (242,244,247)

Color info

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

RGB color model

#F2F4F7 color RGB value is (242,244,247).

RGB: (242,244,247) (95%, 96%, 97%)

RGB channels and saturation

R 242 of 255 = 95%
G 244 of 255 = 96%
B 247 of 255 = 97%

242
244
247

R + G + B ~ 96%. #F2F4F7 is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 244 + 247 = 733 (100%)
R 242 of 733 ~ 33.02%
G 244 of 733 ~ 33.29%
B 247 of 733 ~ 33.7'%

%33.02
%33.29
%33.7

CMYK color model

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

  • cyan value is 2.02%
  • magenta value is 1.21%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (2,1,0,3) C2M1Y0K3 (2%,1%,0%,3%) (0.02/0.01/0.00/0.03) 

CMYK percentages

%2.02
%1.21
%0
%3.14

Codes

Color #F2F4F7 in popluar color models

F2 F4 F7
RGB 242 244 247
HSL 216° 23.81% 95.88%
HSB/HSV 216° 2.02% 96.86%
CMYK 2.02% 1.21% 0.00%
3.14%

Color #F2F4F7 in popluar number systems.

HEX F2 F4 F7
Decimal 242 244 247
Binary 11110010 11110100 11110111
Octal 362 364 367

Shades and tints

Shades of #F2F4F7

#F2F4F7
(242,244,247)
#DCDEE1
(220,222,225)
#C6C8CB
(198,200,203)
#B0B2B5
(176,178,181)
#9A9C9F
(154,156,159)
#848689
(132,134,137)
#6E7073
(110,112,115)
#585A5D
(88,90,93)
#424447
(66,68,71)
#2C2E31
(44,46,49)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #F2F4F7

#F2F4F7
(242,244,247)
#F3F5F7
(243,245,247)
#F4F6F7
(244,246,247)
#F5F7F7
(245,247,247)
#F6F8F7
(246,248,247)
#F7F9F7
(247,249,247)
#F8FAF7
(248,250,247)
#F9FBF7
(249,251,247)
#FAFCF7
(250,252,247)
#FBFDF7
(251,253,247)
#FCFEF7
(252,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F4F7 color. Also use rgb(242,244,247) instead hex code.

Text Font Color

.myTextColor { color: #F2F4F7; }

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

This text font color is #F2F4F7.

Background Color

.myBgColor { background-color: #F2F4F7; }

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

This div background color is #F2F4F7.

Border color

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

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

This div border color is #F2F4F7.

Opacity

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

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

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

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

This text has shadow with #F2F4F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2F4F7.

Preview

Color preview on black background

This text has color #F2F4F7 on black background.


Color preview on white background

This text has color #F2F4F7 on white background.


Black color preview on #F2F4F7 background

This text has black color on #F2F4F7 background.


White color preview on #F2F4F7 background

This text has white color on #F2F4F7 background.


Related colors

Complementary color

Complementary color for #hex is #0D0B08.


I love getcolorcode.com

Triadic colors

1 #F7F2F4 and #F4F7F2 with #F2F4F7 are triadic colors.

2 #F7F4F2 and #F4F2F7 with #F2F4F7 are triadic colors.