COLOR #F9BAA7

HEX: #F9BAA7
RGB: (249,186,167)

Color info

#F9BAA7 contains mainly red color. Web safe color of #F9BAA7 is #FFCC99 (or #FC9).

RGB color model

#F9BAA7 color RGB value is (249,186,167).

  • red value is 249;
  • green value is 186;
  • blue value is 167.
RGB:
(249,186,167)
(98%,73%,65%)

RGB channels and saturation

R 249 of 255 = 98%
G 186 of 255 = 73%
B 167 of 255 = 65%

249
186
167

R + G + B ~ 79%. #F9BAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 186 + 167 = 602 (100%)
R 249 of 602 ~ 41.36%
G 186 of 602 ~ 30.9%
B 167 of 602 ~ 27.74%

%41.36
%30.9
%27.74

CMYK color model

#F9BAA7 color CMYK value is (0,25,33,2).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 32.93%
  • key color value is 2.35%
CMYK:
(0,25,33,2)
C0M25Y33K2 
(0%,25%,33%,2%)
(0.00/0.25/0.33/0.02)	

CMYK percentages

%0
%25.3
%32.93
%2.35

Codes

Color #F9BAA7 in popluar color models

F9BAA7
RGB249186167
HSL14°87.23%81.57%
HSB/HSV14°32.93%97.65%
CMYK0.00%25.30%32.93%
2.35%

Color #F9BAA7 in popluar number systems.

HEXF9BAA7
Decimal249186167
Binary111110011011101010100111
Octal371272247

Shades and tints

Shades of #F9BAA7

#F9BAA7
(249,186,167)
#E3AA98
(227,170,152)
#CD9A89
(205,154,137)
#B78A7A
(183,138,122)
#A17A6B
(161,122,107)
#8B6A5C
(139,106,92)
#755A4D
(117,90,77)
#5F4A3E
(95,74,62)
#493A2F
(73,58,47)
#332A20
(51,42,32)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #F9BAA7

#F9BAA7
(249,186,167)
#F9C0AF
(249,192,175)
#F9C6B7
(249,198,183)
#F9CCBF
(249,204,191)
#F9D2C7
(249,210,199)
#F9D8CF
(249,216,207)
#F9DED7
(249,222,215)
#F9E4DF
(249,228,223)
#F9EAE7
(249,234,231)
#F9F0EF
(249,240,239)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BAA7 color. Also use rgb(249,186,167) instead hex code.

Text Font Color

.myTextColor { color: #F9BAA7; }

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

This text font color is #F9BAA7.


Background Color

.myBgColor { background-color: #F9BAA7; }

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

This div background color is #F9BAA7.


Border color

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

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

This div border color is #F9BAA7.


Opacity

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

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

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

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

This text has shadow with #F9BAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BAA7 on black background.


Color preview on white background

This text has color #F9BAA7 on white background.



Black color preview on #F9BAA7 background

This text has black color on #F9BAA7 background.


White color preview on #F9BAA7 background

This text has white color on #F9BAA7 background.