COLOR #F9EBB9

HEX: #F9EBB9
RGB: (249,235,185)

Color info

#F9EBB9 contains mainly red and green colors. Web safe color of #F9EBB9 is #FFFFCC (or #FFC).

RGB color model

#F9EBB9 color RGB value is (249,235,185).

  • red value is 249;
  • green value is 235;
  • blue value is 185.
RGB:
(249,235,185)
(98%,92%,73%)

RGB channels and saturation

R 249 of 255 = 98%
G 235 of 255 = 92%
B 185 of 255 = 73%

249
235
185

R + G + B ~ 88%. #F9EBB9 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 235 + 185 = 669 (100%)
R 249 of 669 ~ 37.22%
G 235 of 669 ~ 35.13%
B 185 of 669 ~ 27.65%

%37.22
%35.13
%27.65

CMYK color model

#F9EBB9 color CMYK value is (0,6,26,2).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 25.70%
  • key color value is 2.35%
CMYK:
(0,6,26,2)
C0M6Y26K2 
(0%,6%,26%,2%)
(0.00/0.06/0.26/0.02)	

CMYK percentages

%0
%5.62
%25.7
%2.35

Codes

Color #F9EBB9 in popluar color models

F9EBB9
RGB249235185
HSL47°84.21%85.10%
HSB/HSV47°25.70%97.65%
CMYK0.00%5.62%25.70%
2.35%

Color #F9EBB9 in popluar number systems.

HEXF9EBB9
Decimal249235185
Binary111110011110101110111001
Octal371353271

Shades and tints

Shades of #F9EBB9

#F9EBB9
(249,235,185)
#E3D6A9
(227,214,169)
#CDC199
(205,193,153)
#B7AC89
(183,172,137)
#A19779
(161,151,121)
#8B8269
(139,130,105)
#756D59
(117,109,89)
#5F5849
(95,88,73)
#494339
(73,67,57)
#332E29
(51,46,41)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #F9EBB9

#F9EBB9
(249,235,185)
#F9ECBF
(249,236,191)
#F9EDC5
(249,237,197)
#F9EECB
(249,238,203)
#F9EFD1
(249,239,209)
#F9F0D7
(249,240,215)
#F9F1DD
(249,241,221)
#F9F2E3
(249,242,227)
#F9F3E9
(249,243,233)
#F9F4EF
(249,244,239)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EBB9 color. Also use rgb(249,235,185) instead hex code.

Text Font Color

.myTextColor { color: #F9EBB9; }

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

This text font color is #F9EBB9.


Background Color

.myBgColor { background-color: #F9EBB9; }

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

This div background color is #F9EBB9.


Border color

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

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

This div border color is #F9EBB9.


Opacity

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

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

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

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

This text has shadow with #F9EBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EBB9 on black background.


Color preview on white background

This text has color #F9EBB9 on white background.



Black color preview on #F9EBB9 background

This text has black color on #F9EBB9 background.


White color preview on #F9EBB9 background

This text has white color on #F9EBB9 background.