COLOR #F9BFA7

HEX: #F9BFA7
RGB: (249,191,167)

Color info

#F9BFA7 contains mainly red and green colors. Web safe color of #F9BFA7 is #FFCC99 (or #FC9).

RGB color model

#F9BFA7 color RGB value is (249,191,167).

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

RGB channels and saturation

R 249 of 255 = 98%
G 191 of 255 = 75%
B 167 of 255 = 65%

249
191
167

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

Portions of RGB colors in percentages

R + G + B =
249 + 191 + 167 = 607 (100%)
R 249 of 607 ~ 41.02%
G 191 of 607 ~ 31.47%
B 167 of 607 ~ 27.51%

%41.02
%31.47
%27.51

CMYK color model

#F9BFA7 color CMYK value is (0,23,33,2).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 32.93%
  • key color value is 2.35%
CMYK:
(0,23,33,2)
C0M23Y33K2 
(0%,23%,33%,2%)
(0.00/0.23/0.33/0.02)	

CMYK percentages

%0
%23.29
%32.93
%2.35

Codes

Color #F9BFA7 in popluar color models

F9BFA7
RGB249191167
HSL18°87.23%81.57%
HSB/HSV18°32.93%97.65%
CMYK0.00%23.29%32.93%
2.35%

Color #F9BFA7 in popluar number systems.

HEXF9BFA7
Decimal249191167
Binary111110011011111110100111
Octal371277247

Shades and tints

Shades of #F9BFA7

#F9BFA7
(249,191,167)
#E3AE98
(227,174,152)
#CD9D89
(205,157,137)
#B78C7A
(183,140,122)
#A17B6B
(161,123,107)
#8B6A5C
(139,106,92)
#75594D
(117,89,77)
#5F483E
(95,72,62)
#49372F
(73,55,47)
#332620
(51,38,32)
#1D1511
(29,21,17)
#000000
(0,0,0)

Tints of #F9BFA7

#F9BFA7
(249,191,167)
#F9C4AF
(249,196,175)
#F9C9B7
(249,201,183)
#F9CEBF
(249,206,191)
#F9D3C7
(249,211,199)
#F9D8CF
(249,216,207)
#F9DDD7
(249,221,215)
#F9E2DF
(249,226,223)
#F9E7E7
(249,231,231)
#F9ECEF
(249,236,239)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BFA7; }

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

This text font color is #F9BFA7.


Background Color

.myBgColor { background-color: #F9BFA7; }

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

This div background color is #F9BFA7.


Border color

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

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

This div border color is #F9BFA7.


Opacity

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

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

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

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

This text has shadow with #F9BFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BFA7 on black background.


Color preview on white background

This text has color #F9BFA7 on white background.



Black color preview on #F9BFA7 background

This text has black color on #F9BFA7 background.


White color preview on #F9BFA7 background

This text has white color on #F9BFA7 background.