COLOR #F9DFA7

HEX: #F9DFA7
RGB: (249,223,167)

Color info

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

RGB color model

#F9DFA7 color RGB value is (249,223,167).

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

RGB channels and saturation

R 249 of 255 = 98%
G 223 of 255 = 87%
B 167 of 255 = 65%

249
223
167

R + G + B ~ 83%. #F9DFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 223 + 167 = 639 (100%)
R 249 of 639 ~ 38.97%
G 223 of 639 ~ 34.9%
B 167 of 639 ~ 26.13%

%38.97
%34.9
%26.13

CMYK color model

#F9DFA7 color CMYK value is (0,10,33,2).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 32.93%
  • key color value is 2.35%
CMYK:
(0,10,33,2)
C0M10Y33K2 
(0%,10%,33%,2%)
(0.00/0.10/0.33/0.02)	

CMYK percentages

%0
%10.44
%32.93
%2.35

Codes

Color #F9DFA7 in popluar color models

F9DFA7
RGB249223167
HSL41°87.23%81.57%
HSB/HSV41°32.93%97.65%
CMYK0.00%10.44%32.93%
2.35%

Color #F9DFA7 in popluar number systems.

HEXF9DFA7
Decimal249223167
Binary111110011101111110100111
Octal371337247

Shades and tints

Shades of #F9DFA7

#F9DFA7
(249,223,167)
#E3CB98
(227,203,152)
#CDB789
(205,183,137)
#B7A37A
(183,163,122)
#A18F6B
(161,143,107)
#8B7B5C
(139,123,92)
#75674D
(117,103,77)
#5F533E
(95,83,62)
#493F2F
(73,63,47)
#332B20
(51,43,32)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #F9DFA7

#F9DFA7
(249,223,167)
#F9E1AF
(249,225,175)
#F9E3B7
(249,227,183)
#F9E5BF
(249,229,191)
#F9E7C7
(249,231,199)
#F9E9CF
(249,233,207)
#F9EBD7
(249,235,215)
#F9EDDF
(249,237,223)
#F9EFE7
(249,239,231)
#F9F1EF
(249,241,239)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DFA7; }

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

This text font color is #F9DFA7.


Background Color

.myBgColor { background-color: #F9DFA7; }

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

This div background color is #F9DFA7.


Border color

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

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

This div border color is #F9DFA7.


Opacity

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

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

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

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

This text has shadow with #F9DFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DFA7 on black background.


Color preview on white background

This text has color #F9DFA7 on white background.



Black color preview on #F9DFA7 background

This text has black color on #F9DFA7 background.


White color preview on #F9DFA7 background

This text has white color on #F9DFA7 background.