COLOR #F9DFB6

HEX: #F9DFB6
RGB: (249,223,182)

Color info

#F9DFB6 contains mainly red and green colors. Web safe color of #F9DFB6 is #FFCCCC (or #FCC).

RGB color model

#F9DFB6 color RGB value is (249,223,182).

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

RGB channels and saturation

R 249 of 255 = 98%
G 223 of 255 = 87%
B 182 of 255 = 71%

249
223
182

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

Portions of RGB colors in percentages

R + G + B =
249 + 223 + 182 = 654 (100%)
R 249 of 654 ~ 38.07%
G 223 of 654 ~ 34.1%
B 182 of 654 ~ 27.83%

%38.07
%34.1
%27.83

CMYK color model

#F9DFB6 color CMYK value is (0,10,27,2).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 26.91%
  • key color value is 2.35%
CMYK:
(0,10,27,2)
C0M10Y27K2 
(0%,10%,27%,2%)
(0.00/0.10/0.27/0.02)	

CMYK percentages

%0
%10.44
%26.91
%2.35

Codes

Color #F9DFB6 in popluar color models

F9DFB6
RGB249223182
HSL37°84.81%84.51%
HSB/HSV37°26.91%97.65%
CMYK0.00%10.44%26.91%
2.35%

Color #F9DFB6 in popluar number systems.

HEXF9DFB6
Decimal249223182
Binary111110011101111110110110
Octal371337266

Shades and tints

Shades of #F9DFB6

#F9DFB6
(249,223,182)
#E3CBA6
(227,203,166)
#CDB796
(205,183,150)
#B7A386
(183,163,134)
#A18F76
(161,143,118)
#8B7B66
(139,123,102)
#756756
(117,103,86)
#5F5346
(95,83,70)
#493F36
(73,63,54)
#332B26
(51,43,38)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #F9DFB6

#F9DFB6
(249,223,182)
#F9E1BC
(249,225,188)
#F9E3C2
(249,227,194)
#F9E5C8
(249,229,200)
#F9E7CE
(249,231,206)
#F9E9D4
(249,233,212)
#F9EBDA
(249,235,218)
#F9EDE0
(249,237,224)
#F9EFE6
(249,239,230)
#F9F1EC
(249,241,236)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DFB6; }

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

This text font color is #F9DFB6.


Background Color

.myBgColor { background-color: #F9DFB6; }

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

This div background color is #F9DFB6.


Border color

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

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

This div border color is #F9DFB6.


Opacity

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

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

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

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

This text has shadow with #F9DFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DFB6 on black background.


Color preview on white background

This text has color #F9DFB6 on white background.



Black color preview on #F9DFB6 background

This text has black color on #F9DFB6 background.


White color preview on #F9DFB6 background

This text has white color on #F9DFB6 background.