COLOR #F9D2A7

HEX: #F9D2A7
RGB: (249,210,167)

Color info

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

RGB color model

#F9D2A7 color RGB value is (249,210,167).

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

RGB channels and saturation

R 249 of 255 = 98%
G 210 of 255 = 82%
B 167 of 255 = 65%

249
210
167

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

Portions of RGB colors in percentages

R + G + B =
249 + 210 + 167 = 626 (100%)
R 249 of 626 ~ 39.78%
G 210 of 626 ~ 33.55%
B 167 of 626 ~ 26.68%

%39.78
%33.55
%26.68

CMYK color model

#F9D2A7 color CMYK value is (0,16,33,2).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 32.93%
  • key color value is 2.35%
CMYK:
(0,16,33,2)
C0M16Y33K2 
(0%,16%,33%,2%)
(0.00/0.16/0.33/0.02)	

CMYK percentages

%0
%15.66
%32.93
%2.35

Codes

Color #F9D2A7 in popluar color models

F9D2A7
RGB249210167
HSL31°87.23%81.57%
HSB/HSV31°32.93%97.65%
CMYK0.00%15.66%32.93%
2.35%

Color #F9D2A7 in popluar number systems.

HEXF9D2A7
Decimal249210167
Binary111110011101001010100111
Octal371322247

Shades and tints

Shades of #F9D2A7

#F9D2A7
(249,210,167)
#E3BF98
(227,191,152)
#CDAC89
(205,172,137)
#B7997A
(183,153,122)
#A1866B
(161,134,107)
#8B735C
(139,115,92)
#75604D
(117,96,77)
#5F4D3E
(95,77,62)
#493A2F
(73,58,47)
#332720
(51,39,32)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #F9D2A7

#F9D2A7
(249,210,167)
#F9D6AF
(249,214,175)
#F9DAB7
(249,218,183)
#F9DEBF
(249,222,191)
#F9E2C7
(249,226,199)
#F9E6CF
(249,230,207)
#F9EAD7
(249,234,215)
#F9EEDF
(249,238,223)
#F9F2E7
(249,242,231)
#F9F6EF
(249,246,239)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D2A7; }

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

This text font color is #F9D2A7.


Background Color

.myBgColor { background-color: #F9D2A7; }

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

This div background color is #F9D2A7.


Border color

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

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

This div border color is #F9D2A7.


Opacity

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

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

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

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

This text has shadow with #F9D2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D2A7 on black background.


Color preview on white background

This text has color #F9D2A7 on white background.



Black color preview on #F9D2A7 background

This text has black color on #F9D2A7 background.


White color preview on #F9D2A7 background

This text has white color on #F9D2A7 background.