COLOR #F9F7AB

HEX: #F9F7AB
RGB: (249,247,171)

Color info

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

RGB color model

#F9F7AB color RGB value is (249,247,171).

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

RGB channels and saturation

R 249 of 255 = 98%
G 247 of 255 = 97%
B 171 of 255 = 67%

249
247
171

R + G + B ~ 87%. #F9F7AB is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 247 + 171 = 667 (100%)
R 249 of 667 ~ 37.33%
G 247 of 667 ~ 37.03%
B 171 of 667 ~ 25.64%

%37.33
%37.03
%25.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 31.33%
  • key color value is 2.35%
CMYK:
(0,1,31,2)
C0M1Y31K2 
(0%,1%,31%,2%)
(0.00/0.01/0.31/0.02)	

CMYK percentages

%0
%0.8
%31.33
%2.35

Codes

Color #F9F7AB in popluar color models

F9F7AB
RGB249247171
HSL58°86.67%82.35%
HSB/HSV58°31.33%97.65%
CMYK0.00%0.80%31.33%
2.35%

Color #F9F7AB in popluar number systems.

HEXF9F7AB
Decimal249247171
Binary111110011111011110101011
Octal371367253

Shades and tints

Shades of #F9F7AB

#F9F7AB
(249,247,171)
#E3E19C
(227,225,156)
#CDCB8D
(205,203,141)
#B7B57E
(183,181,126)
#A19F6F
(161,159,111)
#8B8960
(139,137,96)
#757351
(117,115,81)
#5F5D42
(95,93,66)
#494733
(73,71,51)
#333124
(51,49,36)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #F9F7AB

#F9F7AB
(249,247,171)
#F9F7B2
(249,247,178)
#F9F7B9
(249,247,185)
#F9F7C0
(249,247,192)
#F9F7C7
(249,247,199)
#F9F7CE
(249,247,206)
#F9F7D5
(249,247,213)
#F9F7DC
(249,247,220)
#F9F7E3
(249,247,227)
#F9F7EA
(249,247,234)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F7AB; }

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

This text font color is #F9F7AB.


Background Color

.myBgColor { background-color: #F9F7AB; }

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

This div background color is #F9F7AB.


Border color

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

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

This div border color is #F9F7AB.


Opacity

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

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

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

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

This text has shadow with #F9F7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F7AB on black background.


Color preview on white background

This text has color #F9F7AB on white background.



Black color preview on #F9F7AB background

This text has black color on #F9F7AB background.


White color preview on #F9F7AB background

This text has white color on #F9F7AB background.