COLOR #F9EFCF

HEX: #F9EFCF
RGB: (249,239,207)

Color info

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

RGB color model

#F9EFCF color RGB value is (249,239,207).

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

RGB channels and saturation

R 249 of 255 = 98%
G 239 of 255 = 94%
B 207 of 255 = 81%

249
239
207

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

Portions of RGB colors in percentages

R + G + B =
249 + 239 + 207 = 695 (100%)
R 249 of 695 ~ 35.83%
G 239 of 695 ~ 34.39%
B 207 of 695 ~ 29.78%

%35.83
%34.39
%29.78

CMYK color model

#F9EFCF color CMYK value is (0,4,17,2).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(0,4,17,2)
C0M4Y17K2 
(0%,4%,17%,2%)
(0.00/0.04/0.17/0.02)	

CMYK percentages

%0
%4.02
%16.87
%2.35

Codes

Color #F9EFCF in popluar color models

F9EFCF
RGB249239207
HSL46°77.78%89.41%
HSB/HSV46°16.87%97.65%
CMYK0.00%4.02%16.87%
2.35%

Color #F9EFCF in popluar number systems.

HEXF9EFCF
Decimal249239207
Binary111110011110111111001111
Octal371357317

Shades and tints

Shades of #F9EFCF

#F9EFCF
(249,239,207)
#E3DABD
(227,218,189)
#CDC5AB
(205,197,171)
#B7B099
(183,176,153)
#A19B87
(161,155,135)
#8B8675
(139,134,117)
#757163
(117,113,99)
#5F5C51
(95,92,81)
#49473F
(73,71,63)
#33322D
(51,50,45)
#1D1D1B
(29,29,27)
#000000
(0,0,0)

Tints of #F9EFCF

#F9EFCF
(249,239,207)
#F9F0D3
(249,240,211)
#F9F1D7
(249,241,215)
#F9F2DB
(249,242,219)
#F9F3DF
(249,243,223)
#F9F4E3
(249,244,227)
#F9F5E7
(249,245,231)
#F9F6EB
(249,246,235)
#F9F7EF
(249,247,239)
#F9F8F3
(249,248,243)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EFCF; }

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

This text font color is #F9EFCF.


Background Color

.myBgColor { background-color: #F9EFCF; }

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

This div background color is #F9EFCF.


Border color

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

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

This div border color is #F9EFCF.


Opacity

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

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

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

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

This text has shadow with #F9EFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EFCF on black background.


Color preview on white background

This text has color #F9EFCF on white background.



Black color preview on #F9EFCF background

This text has black color on #F9EFCF background.


White color preview on #F9EFCF background

This text has white color on #F9EFCF background.