COLOR #F7F9B0

HEX: #F7F9B0 RGB: (247,249,176)

Color info

#F7F9B0 contains mainly red and green colors. Web safe color of #F7F9B0 is #FFFF99 (or #FF9).

RGB color model

#F7F9B0 color RGB value is (247,249,176).

RGB: (247,249,176) (97%, 98%, 69%)

RGB channels and saturation

R 247 of 255 = 97%
G 249 of 255 = 98%
B 176 of 255 = 69%

247
249
176

R + G + B ~ 88%. #F7F9B0 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 249 + 176 = 672 (100%)
R 247 of 672 ~ 36.76%
G 249 of 672 ~ 37.05%
B 176 of 672 ~ 26.19'%

%36.76
%37.05
%26.19

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 2.35%

CMYK: (1,0,29,2)
C1M0Y29K2 (1%, 0%, 29%, 2%)
(0.01 / 0.00 / 0.29 / 0.02)

CMYK percentages

%0.8
%0
%29.32
%2.35

Codes

Color #F7F9B0 in popluar color models

F7 F9 B0
RGB 247 249 176
HSL 62° 85.88% 83.33%
HSB/HSV 62° 29.32% 97.65%
CMYK 0.80% 0.00% 29.32%
2.35%

Color #F7F9B0 in popluar number systems.

HEX F7 F9 B0
Decimal 247 249 176
Binary 11110111 11111001 10110000
Octal 367 371 260

Shades and tints

Shades of #F7F9B0

#F7F9B0
(247,249,176)
#E1E3A0
(225,227,160)
#CBCD90
(203,205,144)
#B5B780
(181,183,128)
#9FA170
(159,161,112)
#898B60
(137,139,96)
#737550
(115,117,80)
#5D5F40
(93,95,64)
#474930
(71,73,48)
#313320
(49,51,32)
#1B1D10
(27,29,16)
#000000
(0,0,0)

Tints of #F7F9B0

#F7F9B0
(247,249,176)
#F7F9B7
(247,249,183)
#F7F9BE
(247,249,190)
#F7F9C5
(247,249,197)
#F7F9CC
(247,249,204)
#F7F9D3
(247,249,211)
#F7F9DA
(247,249,218)
#F7F9E1
(247,249,225)
#F7F9E8
(247,249,232)
#F7F9EF
(247,249,239)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7F9B0; }

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

This text font color is #F7F9B0.

Background Color

.myBgColor { background-color: #F7F9B0; }

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

This div background color is #F7F9B0.

Border color

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

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

This div border color is #F7F9B0.

Opacity

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

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

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

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

This text has shadow with #F7F9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7F9B0.

Preview

Color preview on black background

This text has color #F7F9B0 on black background.


Color preview on white background

This text has color #F7F9B0 on white background.


Black color preview on #F7F9B0 background

This text has black color on #F7F9B0 background.


White color preview on #F7F9B0 background

This text has white color on #F7F9B0 background.


Related colors

Complementary color

Complementary color for #hex is #08064F.


I love getcolorcode.com

Triadic colors

1 #B0F7F9 and #F9B0F7 with #F7F9B0 are triadic colors.

2 #B0F9F7 and #F9F7B0 with #F7F9B0 are triadic colors.