COLOR #F4BF9D

HEX: #F4BF9D
RGB: (244,191,157)

Color info

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

RGB color model

#F4BF9D color RGB value is (244,191,157).

  • red value is 244;
  • green value is 191;
  • blue value is 157.
RGB:
(244,191,157)
(96%,75%,62%)

RGB channels and saturation

R 244 of 255 = 96%
G 191 of 255 = 75%
B 157 of 255 = 62%

244
191
157

R + G + B ~ 78%. #F4BF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 191 + 157 = 592 (100%)
R 244 of 592 ~ 41.22%
G 191 of 592 ~ 32.26%
B 157 of 592 ~ 26.52%

%41.22
%32.26
%26.52

CMYK color model

#F4BF9D color CMYK value is (0,22,36,4).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 35.66%
  • key color value is 4.31%
CMYK:
(0,22,36,4)
C0M22Y36K4 
(0%,22%,36%,4%)
(0.00/0.22/0.36/0.04)	

CMYK percentages

%0
%21.72
%35.66
%4.31

Codes

Color #F4BF9D in popluar color models

F4BF9D
RGB244191157
HSL23°79.82%78.63%
HSB/HSV23°35.66%95.69%
CMYK0.00%21.72%35.66%
4.31%

Color #F4BF9D in popluar number systems.

HEXF4BF9D
Decimal244191157
Binary111101001011111110011101
Octal364277235

Shades and tints

Shades of #F4BF9D

#F4BF9D
(244,191,157)
#DEAE8F
(222,174,143)
#C89D81
(200,157,129)
#B28C73
(178,140,115)
#9C7B65
(156,123,101)
#866A57
(134,106,87)
#705949
(112,89,73)
#5A483B
(90,72,59)
#44372D
(68,55,45)
#2E261F
(46,38,31)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #F4BF9D

#F4BF9D
(244,191,157)
#F5C4A5
(245,196,165)
#F6C9AD
(246,201,173)
#F7CEB5
(247,206,181)
#F8D3BD
(248,211,189)
#F9D8C5
(249,216,197)
#FADDCD
(250,221,205)
#FBE2D5
(251,226,213)
#FCE7DD
(252,231,221)
#FDECE5
(253,236,229)
#FEF1ED
(254,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BF9D color. Also use rgb(244,191,157) instead hex code.

Text Font Color

.myTextColor { color: #F4BF9D; }

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

This text font color is #F4BF9D.


Background Color

.myBgColor { background-color: #F4BF9D; }

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

This div background color is #F4BF9D.


Border color

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

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

This div border color is #F4BF9D.


Opacity

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

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

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

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

This text has shadow with #F4BF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BF9D on black background.


Color preview on white background

This text has color #F4BF9D on white background.



Black color preview on #F4BF9D background

This text has black color on #F4BF9D background.


White color preview on #F4BF9D background

This text has white color on #F4BF9D background.