COLOR #F9B8A7

HEX: #F9B8A7 RGB: (249,184,167)

Color info

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

RGB color model

#F9B8A7 color RGB value is (249,184,167).

RGB: (249,184,167) (98%, 72%, 65%)

RGB channels and saturation

R 249 of 255 = 98%
G 184 of 255 = 72%
B 167 of 255 = 65%

249
184
167

R + G + B ~ 78%. #F9B8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 184 + 167 = 600 (100%)
R 249 of 600 ~ 41.5%
G 184 of 600 ~ 30.67%
B 167 of 600 ~ 27.83'%

%41.5
%30.67
%27.83

CMYK color model

#F9B8A7 color CMYK value is (0,26,33,2).

  • cyan value is 0.00%
  • magenta value is 26.10%
  • yellow value is 32.93%
  • key color value is 2.35%

CMYK: (0,26,33,2)
C0M26Y33K2 (0%, 26%, 33%, 2%)
(0.00 / 0.26 / 0.33 / 0.02)

CMYK percentages

%0
%26.1
%32.93
%2.35

Codes

Color #F9B8A7 in popluar color models

F9 B8 A7
RGB 249 184 167
HSL 12° 87.23% 81.57%
HSB/HSV 12° 32.93% 97.65%
CMYK 0.00% 26.10% 32.93%
2.35%

Color #F9B8A7 in popluar number systems.

HEX F9 B8 A7
Decimal 249 184 167
Binary 11111001 10111000 10100111
Octal 371 270 247

Shades and tints

Shades of #F9B8A7

#F9B8A7
(249,184,167)
#E3A898
(227,168,152)
#CD9889
(205,152,137)
#B7887A
(183,136,122)
#A1786B
(161,120,107)
#8B685C
(139,104,92)
#75584D
(117,88,77)
#5F483E
(95,72,62)
#49382F
(73,56,47)
#332820
(51,40,32)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #F9B8A7

#F9B8A7
(249,184,167)
#F9BEAF
(249,190,175)
#F9C4B7
(249,196,183)
#F9CABF
(249,202,191)
#F9D0C7
(249,208,199)
#F9D6CF
(249,214,207)
#F9DCD7
(249,220,215)
#F9E2DF
(249,226,223)
#F9E8E7
(249,232,231)
#F9EEEF
(249,238,239)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B8A7; }

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

This text font color is #F9B8A7.

Background Color

.myBgColor { background-color: #F9B8A7; }

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

This div background color is #F9B8A7.

Border color

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

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

This div border color is #F9B8A7.

Opacity

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

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

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

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

This text has shadow with #F9B8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9B8A7.

Preview

Color preview on black background

This text has color #F9B8A7 on black background.


Color preview on white background

This text has color #F9B8A7 on white background.


Black color preview on #F9B8A7 background

This text has black color on #F9B8A7 background.


White color preview on #F9B8A7 background

This text has white color on #F9B8A7 background.


Related colors

Complementary color

Complementary color for #hex is #064758.


I love getcolorcode.com

Triadic colors

1 #A7F9B8 and #B8A7F9 with #F9B8A7 are triadic colors.

2 #A7B8F9 and #B8F9A7 with #F9B8A7 are triadic colors.