COLOR #F9D6A7

HEX: #F9D6A7
RGB: (249,214,167)

Color info

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

RGB color model

#F9D6A7 color RGB value is (249,214,167).

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

RGB channels and saturation

R 249 of 255 = 98%
G 214 of 255 = 84%
B 167 of 255 = 65%

249
214
167

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

Portions of RGB colors in percentages

R + G + B =
249 + 214 + 167 = 630 (100%)
R 249 of 630 ~ 39.52%
G 214 of 630 ~ 33.97%
B 167 of 630 ~ 26.51%

%39.52
%33.97
%26.51

CMYK color model

#F9D6A7 color CMYK value is (0,14,33,2).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 32.93%
  • key color value is 2.35%
CMYK:
(0,14,33,2)
C0M14Y33K2 
(0%,14%,33%,2%)
(0.00/0.14/0.33/0.02)	

CMYK percentages

%0
%14.06
%32.93
%2.35

Codes

Color #F9D6A7 in popluar color models

F9D6A7
RGB249214167
HSL34°87.23%81.57%
HSB/HSV34°32.93%97.65%
CMYK0.00%14.06%32.93%
2.35%

Color #F9D6A7 in popluar number systems.

HEXF9D6A7
Decimal249214167
Binary111110011101011010100111
Octal371326247

Shades and tints

Shades of #F9D6A7

#F9D6A7
(249,214,167)
#E3C398
(227,195,152)
#CDB089
(205,176,137)
#B79D7A
(183,157,122)
#A18A6B
(161,138,107)
#8B775C
(139,119,92)
#75644D
(117,100,77)
#5F513E
(95,81,62)
#493E2F
(73,62,47)
#332B20
(51,43,32)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #F9D6A7

#F9D6A7
(249,214,167)
#F9D9AF
(249,217,175)
#F9DCB7
(249,220,183)
#F9DFBF
(249,223,191)
#F9E2C7
(249,226,199)
#F9E5CF
(249,229,207)
#F9E8D7
(249,232,215)
#F9EBDF
(249,235,223)
#F9EEE7
(249,238,231)
#F9F1EF
(249,241,239)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D6A7; }

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

This text font color is #F9D6A7.


Background Color

.myBgColor { background-color: #F9D6A7; }

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

This div background color is #F9D6A7.


Border color

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

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

This div border color is #F9D6A7.


Opacity

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

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

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

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

This text has shadow with #F9D6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D6A7 on black background.


Color preview on white background

This text has color #F9D6A7 on white background.



Black color preview on #F9D6A7 background

This text has black color on #F9D6A7 background.


White color preview on #F9D6A7 background

This text has white color on #F9D6A7 background.