COLOR #F9D7BE

HEX: #F9D7BE
RGB: (249,215,190)

Color info

#F9D7BE contains red, green and blue colors in about the same proportion. Web safe color of #F9D7BE is #FFCCCC (or #FCC).

RGB color model

#F9D7BE color RGB value is (249,215,190).

  • red value is 249;
  • green value is 215;
  • blue value is 190.
RGB:
(249,215,190)
(98%,84%,75%)

RGB channels and saturation

R 249 of 255 = 98%
G 215 of 255 = 84%
B 190 of 255 = 75%

249
215
190

R + G + B ~ 86%. #F9D7BE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 215 + 190 = 654 (100%)
R 249 of 654 ~ 38.07%
G 215 of 654 ~ 32.87%
B 190 of 654 ~ 29.05%

%38.07
%32.87
%29.05

CMYK color model

#F9D7BE color CMYK value is (0,14,24,2).

  • cyan value is 0.00%
  • magenta value is 13.65%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(0,14,24,2)
C0M14Y24K2 
(0%,14%,24%,2%)
(0.00/0.14/0.24/0.02)	

CMYK percentages

%0
%13.65
%23.69
%2.35

Codes

Color #F9D7BE in popluar color models

F9D7BE
RGB249215190
HSL25°83.10%86.08%
HSB/HSV25°23.69%97.65%
CMYK0.00%13.65%23.69%
2.35%

Color #F9D7BE in popluar number systems.

HEXF9D7BE
Decimal249215190
Binary111110011101011110111110
Octal371327276

Shades and tints

Shades of #F9D7BE

#F9D7BE
(249,215,190)
#E3C4AD
(227,196,173)
#CDB19C
(205,177,156)
#B79E8B
(183,158,139)
#A18B7A
(161,139,122)
#8B7869
(139,120,105)
#756558
(117,101,88)
#5F5247
(95,82,71)
#493F36
(73,63,54)
#332C25
(51,44,37)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #F9D7BE

#F9D7BE
(249,215,190)
#F9DAC3
(249,218,195)
#F9DDC8
(249,221,200)
#F9E0CD
(249,224,205)
#F9E3D2
(249,227,210)
#F9E6D7
(249,230,215)
#F9E9DC
(249,233,220)
#F9ECE1
(249,236,225)
#F9EFE6
(249,239,230)
#F9F2EB
(249,242,235)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D7BE color. Also use rgb(249,215,190) instead hex code.

Text Font Color

.myTextColor { color: #F9D7BE; }

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

This text font color is #F9D7BE.


Background Color

.myBgColor { background-color: #F9D7BE; }

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

This div background color is #F9D7BE.


Border color

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

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

This div border color is #F9D7BE.


Opacity

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

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

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

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

This text has shadow with #F9D7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D7BE on black background.


Color preview on white background

This text has color #F9D7BE on white background.



Black color preview on #F9D7BE background

This text has black color on #F9D7BE background.


White color preview on #F9D7BE background

This text has white color on #F9D7BE background.