COLOR #F9F7C6

HEX: #F9F7C6
RGB: (249,247,198)

Color info

#F9F7C6 contains red, green and blue colors in about the same proportion. Web safe color of #F9F7C6 is #FFFFCC (or #FFC).

RGB color model

#F9F7C6 color RGB value is (249,247,198).

  • red value is 249;
  • green value is 247;
  • blue value is 198.
RGB:
(249,247,198)
(98%,97%,78%)

RGB channels and saturation

R 249 of 255 = 98%
G 247 of 255 = 97%
B 198 of 255 = 78%

249
247
198

R + G + B ~ 91%. #F9F7C6 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 247 + 198 = 694 (100%)
R 249 of 694 ~ 35.88%
G 247 of 694 ~ 35.59%
B 198 of 694 ~ 28.53%

%35.88
%35.59
%28.53

CMYK color model

#F9F7C6 color CMYK value is (0,1,20,2).

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 20.48%
  • key color value is 2.35%
CMYK:
(0,1,20,2)
C0M1Y20K2 
(0%,1%,20%,2%)
(0.00/0.01/0.20/0.02)	

CMYK percentages

%0
%0.8
%20.48
%2.35

Codes

Color #F9F7C6 in popluar color models

F9F7C6
RGB249247198
HSL58°80.95%87.65%
HSB/HSV58°20.48%97.65%
CMYK0.00%0.80%20.48%
2.35%

Color #F9F7C6 in popluar number systems.

HEXF9F7C6
Decimal249247198
Binary111110011111011111000110
Octal371367306

Shades and tints

Shades of #F9F7C6

#F9F7C6
(249,247,198)
#E3E1B4
(227,225,180)
#CDCBA2
(205,203,162)
#B7B590
(183,181,144)
#A19F7E
(161,159,126)
#8B896C
(139,137,108)
#75735A
(117,115,90)
#5F5D48
(95,93,72)
#494736
(73,71,54)
#333124
(51,49,36)
#1D1B12
(29,27,18)
#000000
(0,0,0)

Tints of #F9F7C6

#F9F7C6
(249,247,198)
#F9F7CB
(249,247,203)
#F9F7D0
(249,247,208)
#F9F7D5
(249,247,213)
#F9F7DA
(249,247,218)
#F9F7DF
(249,247,223)
#F9F7E4
(249,247,228)
#F9F7E9
(249,247,233)
#F9F7EE
(249,247,238)
#F9F7F3
(249,247,243)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F7C6 color. Also use rgb(249,247,198) instead hex code.

Text Font Color

.myTextColor { color: #F9F7C6; }

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

This text font color is #F9F7C6.


Background Color

.myBgColor { background-color: #F9F7C6; }

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

This div background color is #F9F7C6.


Border color

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

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

This div border color is #F9F7C6.


Opacity

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

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

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

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

This text has shadow with #F9F7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F7C6 on black background.


Color preview on white background

This text has color #F9F7C6 on white background.



Black color preview on #F9F7C6 background

This text has black color on #F9F7C6 background.


White color preview on #F9F7C6 background

This text has white color on #F9F7C6 background.