COLOR #F9DFB1

HEX: #F9DFB1
RGB: (249,223,177)

Color info

#F9DFB1 contains mainly red and green colors. Web safe color of #F9DFB1 is #FFCC99 (or #FC9).

RGB color model

#F9DFB1 color RGB value is (249,223,177).

  • red value is 249;
  • green value is 223;
  • blue value is 177.
RGB:
(249,223,177)
(98%,87%,69%)

RGB channels and saturation

R 249 of 255 = 98%
G 223 of 255 = 87%
B 177 of 255 = 69%

249
223
177

R + G + B ~ 85%. #F9DFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 223 + 177 = 649 (100%)
R 249 of 649 ~ 38.37%
G 223 of 649 ~ 34.36%
B 177 of 649 ~ 27.27%

%38.37
%34.36
%27.27

CMYK color model

#F9DFB1 color CMYK value is (0,10,29,2).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 28.92%
  • key color value is 2.35%
CMYK:
(0,10,29,2)
C0M10Y29K2 
(0%,10%,29%,2%)
(0.00/0.10/0.29/0.02)	

CMYK percentages

%0
%10.44
%28.92
%2.35

Codes

Color #F9DFB1 in popluar color models

F9DFB1
RGB249223177
HSL38°85.71%83.53%
HSB/HSV38°28.92%97.65%
CMYK0.00%10.44%28.92%
2.35%

Color #F9DFB1 in popluar number systems.

HEXF9DFB1
Decimal249223177
Binary111110011101111110110001
Octal371337261

Shades and tints

Shades of #F9DFB1

#F9DFB1
(249,223,177)
#E3CBA1
(227,203,161)
#CDB791
(205,183,145)
#B7A381
(183,163,129)
#A18F71
(161,143,113)
#8B7B61
(139,123,97)
#756751
(117,103,81)
#5F5341
(95,83,65)
#493F31
(73,63,49)
#332B21
(51,43,33)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #F9DFB1

#F9DFB1
(249,223,177)
#F9E1B8
(249,225,184)
#F9E3BF
(249,227,191)
#F9E5C6
(249,229,198)
#F9E7CD
(249,231,205)
#F9E9D4
(249,233,212)
#F9EBDB
(249,235,219)
#F9EDE2
(249,237,226)
#F9EFE9
(249,239,233)
#F9F1F0
(249,241,240)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DFB1 color. Also use rgb(249,223,177) instead hex code.

Text Font Color

.myTextColor { color: #F9DFB1; }

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

This text font color is #F9DFB1.


Background Color

.myBgColor { background-color: #F9DFB1; }

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

This div background color is #F9DFB1.


Border color

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

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

This div border color is #F9DFB1.


Opacity

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

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

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

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

This text has shadow with #F9DFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DFB1 on black background.


Color preview on white background

This text has color #F9DFB1 on white background.



Black color preview on #F9DFB1 background

This text has black color on #F9DFB1 background.


White color preview on #F9DFB1 background

This text has white color on #F9DFB1 background.