COLOR #F9C7AF

HEX: #F9C7AF
RGB: (249,199,175)

Color info

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

RGB color model

#F9C7AF color RGB value is (249,199,175).

  • red value is 249;
  • green value is 199;
  • blue value is 175.
RGB:
(249,199,175)
(98%,78%,69%)

RGB channels and saturation

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

249
199
175

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

Portions of RGB colors in percentages

R + G + B =
249 + 199 + 175 = 623 (100%)
R 249 of 623 ~ 39.97%
G 199 of 623 ~ 31.94%
B 175 of 623 ~ 28.09%

%39.97
%31.94
%28.09

CMYK color model

#F9C7AF color CMYK value is (0,20,30,2).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 29.72%
  • key color value is 2.35%
CMYK:
(0,20,30,2)
C0M20Y30K2 
(0%,20%,30%,2%)
(0.00/0.20/0.30/0.02)	

CMYK percentages

%0
%20.08
%29.72
%2.35

Codes

Color #F9C7AF in popluar color models

F9C7AF
RGB249199175
HSL19°86.05%83.14%
HSB/HSV19°29.72%97.65%
CMYK0.00%20.08%29.72%
2.35%

Color #F9C7AF in popluar number systems.

HEXF9C7AF
Decimal249199175
Binary111110011100011110101111
Octal371307257

Shades and tints

Shades of #F9C7AF

#F9C7AF
(249,199,175)
#E3B5A0
(227,181,160)
#CDA391
(205,163,145)
#B79182
(183,145,130)
#A17F73
(161,127,115)
#8B6D64
(139,109,100)
#755B55
(117,91,85)
#5F4946
(95,73,70)
#493737
(73,55,55)
#332528
(51,37,40)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #F9C7AF

#F9C7AF
(249,199,175)
#F9CCB6
(249,204,182)
#F9D1BD
(249,209,189)
#F9D6C4
(249,214,196)
#F9DBCB
(249,219,203)
#F9E0D2
(249,224,210)
#F9E5D9
(249,229,217)
#F9EAE0
(249,234,224)
#F9EFE7
(249,239,231)
#F9F4EE
(249,244,238)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C7AF; }

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

This text font color is #F9C7AF.


Background Color

.myBgColor { background-color: #F9C7AF; }

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

This div background color is #F9C7AF.


Border color

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

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

This div border color is #F9C7AF.


Opacity

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

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

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

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

This text has shadow with #F9C7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C7AF on black background.


Color preview on white background

This text has color #F9C7AF on white background.



Black color preview on #F9C7AF background

This text has black color on #F9C7AF background.


White color preview on #F9C7AF background

This text has white color on #F9C7AF background.