COLOR #F9C7B1

HEX: #F9C7B1 RGB: (249,199,177)

Color info

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

RGB color model

#F9C7B1 color RGB value is (249,199,177).

RGB: (249,199,177) (98%, 78%, 69%)

RGB channels and saturation

R 249 of 255 = 98%
G 199 of 255 = 78%
B 177 of 255 = 69%

249
199
177

R + G + B ~ 82%. #F9C7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 199 + 177 = 625 (100%)
R 249 of 625 ~ 39.84%
G 199 of 625 ~ 31.84%
B 177 of 625 ~ 28.32'%

%39.84
%31.84
%28.32

CMYK color model

#F9C7B1 color CMYK value is (0,20,29,2).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 28.92%
  • key color value is 2.35%

CMYK: (0,20,29,2)
C0M20Y29K2 (0%, 20%, 29%, 2%)
(0.00 / 0.20 / 0.29 / 0.02)

CMYK percentages

%0
%20.08
%28.92
%2.35

Codes

Color #F9C7B1 in popluar color models

F9 C7 B1
RGB 249 199 177
HSL 18° 85.71% 83.53%
HSB/HSV 18° 28.92% 97.65%
CMYK 0.00% 20.08% 28.92%
2.35%

Color #F9C7B1 in popluar number systems.

HEX F9 C7 B1
Decimal 249 199 177
Binary 11111001 11000111 10110001
Octal 371 307 261

Shades and tints

Shades of #F9C7B1

#F9C7B1
(249,199,177)
#E3B5A1
(227,181,161)
#CDA391
(205,163,145)
#B79181
(183,145,129)
#A17F71
(161,127,113)
#8B6D61
(139,109,97)
#755B51
(117,91,81)
#5F4941
(95,73,65)
#493731
(73,55,49)
#332521
(51,37,33)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #F9C7B1

#F9C7B1
(249,199,177)
#F9CCB8
(249,204,184)
#F9D1BF
(249,209,191)
#F9D6C6
(249,214,198)
#F9DBCD
(249,219,205)
#F9E0D4
(249,224,212)
#F9E5DB
(249,229,219)
#F9EAE2
(249,234,226)
#F9EFE9
(249,239,233)
#F9F4F0
(249,244,240)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C7B1 color. Also use rgb(249,199,177) instead hex code.

Text Font Color

.myTextColor { color: #F9C7B1; }

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

This text font color is #F9C7B1.

Background Color

.myBgColor { background-color: #F9C7B1; }

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

This div background color is #F9C7B1.

Border color

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

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

This div border color is #F9C7B1.

Opacity

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

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

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

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

This text has shadow with #F9C7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C7B1.

Preview

Color preview on black background

This text has color #F9C7B1 on black background.


Color preview on white background

This text has color #F9C7B1 on white background.


Black color preview on #F9C7B1 background

This text has black color on #F9C7B1 background.


White color preview on #F9C7B1 background

This text has white color on #F9C7B1 background.


Related colors

Complementary color

Complementary color for #hex is #06384E.


I love getcolorcode.com

Triadic colors

1 #B1F9C7 and #C7B1F9 with #F9C7B1 are triadic colors.

2 #B1C7F9 and #C7F9B1 with #F9C7B1 are triadic colors.