COLOR #F9D5B1

HEX: #F9D5B1
RGB: (249,213,177)

Color info

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

RGB color model

#F9D5B1 color RGB value is (249,213,177).

  • red value is 249;
  • green value is 213;
  • blue value is 177.
RGB:
(249,213,177)
(98%,84%,69%)

RGB channels and saturation

R 249 of 255 = 98%
G 213 of 255 = 84%
B 177 of 255 = 69%

249
213
177

R + G + B ~ 84%. #F9D5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 213 + 177 = 639 (100%)
R 249 of 639 ~ 38.97%
G 213 of 639 ~ 33.33%
B 177 of 639 ~ 27.7%

%38.97
%33.33
%27.7

CMYK color model

#F9D5B1 color CMYK value is (0,14,29,2).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 28.92%
  • key color value is 2.35%
CMYK:
(0,14,29,2)
C0M14Y29K2 
(0%,14%,29%,2%)
(0.00/0.14/0.29/0.02)	

CMYK percentages

%0
%14.46
%28.92
%2.35

Codes

Color #F9D5B1 in popluar color models

F9D5B1
RGB249213177
HSL30°85.71%83.53%
HSB/HSV30°28.92%97.65%
CMYK0.00%14.46%28.92%
2.35%

Color #F9D5B1 in popluar number systems.

HEXF9D5B1
Decimal249213177
Binary111110011101010110110001
Octal371325261

Shades and tints

Shades of #F9D5B1

#F9D5B1
(249,213,177)
#E3C2A1
(227,194,161)
#CDAF91
(205,175,145)
#B79C81
(183,156,129)
#A18971
(161,137,113)
#8B7661
(139,118,97)
#756351
(117,99,81)
#5F5041
(95,80,65)
#493D31
(73,61,49)
#332A21
(51,42,33)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #F9D5B1

#F9D5B1
(249,213,177)
#F9D8B8
(249,216,184)
#F9DBBF
(249,219,191)
#F9DEC6
(249,222,198)
#F9E1CD
(249,225,205)
#F9E4D4
(249,228,212)
#F9E7DB
(249,231,219)
#F9EAE2
(249,234,226)
#F9EDE9
(249,237,233)
#F9F0F0
(249,240,240)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D5B1; }

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

This text font color is #F9D5B1.


Background Color

.myBgColor { background-color: #F9D5B1; }

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

This div background color is #F9D5B1.


Border color

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

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

This div border color is #F9D5B1.


Opacity

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

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

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

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

This text has shadow with #F9D5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D5B1 on black background.


Color preview on white background

This text has color #F9D5B1 on white background.



Black color preview on #F9D5B1 background

This text has black color on #F9D5B1 background.


White color preview on #F9D5B1 background

This text has white color on #F9D5B1 background.