COLOR #F9E8CF

HEX: #F9E8CF
RGB: (249,232,207)

Color info

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

RGB color model

#F9E8CF color RGB value is (249,232,207).

  • red value is 249;
  • green value is 232;
  • blue value is 207.
RGB:
(249,232,207)
(98%,91%,81%)

RGB channels and saturation

R 249 of 255 = 98%
G 232 of 255 = 91%
B 207 of 255 = 81%

249
232
207

R + G + B ~ 90%. #F9E8CF is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 232 + 207 = 688 (100%)
R 249 of 688 ~ 36.19%
G 232 of 688 ~ 33.72%
B 207 of 688 ~ 30.09%

%36.19
%33.72
%30.09

CMYK color model

#F9E8CF color CMYK value is (0,7,17,2).

  • cyan value is 0.00%
  • magenta value is 6.83%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(0,7,17,2)
C0M7Y17K2 
(0%,7%,17%,2%)
(0.00/0.07/0.17/0.02)	

CMYK percentages

%0
%6.83
%16.87
%2.35

Codes

Color #F9E8CF in popluar color models

F9E8CF
RGB249232207
HSL36°77.78%89.41%
HSB/HSV36°16.87%97.65%
CMYK0.00%6.83%16.87%
2.35%

Color #F9E8CF in popluar number systems.

HEXF9E8CF
Decimal249232207
Binary111110011110100011001111
Octal371350317

Shades and tints

Shades of #F9E8CF

#F9E8CF
(249,232,207)
#E3D3BD
(227,211,189)
#CDBEAB
(205,190,171)
#B7A999
(183,169,153)
#A19487
(161,148,135)
#8B7F75
(139,127,117)
#756A63
(117,106,99)
#5F5551
(95,85,81)
#49403F
(73,64,63)
#332B2D
(51,43,45)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #F9E8CF

#F9E8CF
(249,232,207)
#F9EAD3
(249,234,211)
#F9ECD7
(249,236,215)
#F9EEDB
(249,238,219)
#F9F0DF
(249,240,223)
#F9F2E3
(249,242,227)
#F9F4E7
(249,244,231)
#F9F6EB
(249,246,235)
#F9F8EF
(249,248,239)
#F9FAF3
(249,250,243)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E8CF color. Also use rgb(249,232,207) instead hex code.

Text Font Color

.myTextColor { color: #F9E8CF; }

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

This text font color is #F9E8CF.


Background Color

.myBgColor { background-color: #F9E8CF; }

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

This div background color is #F9E8CF.


Border color

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

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

This div border color is #F9E8CF.


Opacity

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

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

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

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

This text has shadow with #F9E8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E8CF on black background.


Color preview on white background

This text has color #F9E8CF on white background.



Black color preview on #F9E8CF background

This text has black color on #F9E8CF background.


White color preview on #F9E8CF background

This text has white color on #F9E8CF background.