COLOR #F0BF97

HEX: #F0BF97
RGB: (240,191,151)

Color info

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

RGB color model

#F0BF97 color RGB value is (240,191,151).

  • red value is 240;
  • green value is 191;
  • blue value is 151.
RGB:
(240,191,151)
(94%,75%,59%)

RGB channels and saturation

R 240 of 255 = 94%
G 191 of 255 = 75%
B 151 of 255 = 59%

240
191
151

R + G + B ~ 76%. #F0BF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 191 + 151 = 582 (100%)
R 240 of 582 ~ 41.24%
G 191 of 582 ~ 32.82%
B 151 of 582 ~ 25.95%

%41.24
%32.82
%25.95

CMYK color model

#F0BF97 color CMYK value is (0,20,37,6).

  • cyan value is 0.00%
  • magenta value is 20.42%
  • yellow value is 37.08%
  • key color value is 5.88%
CMYK:
(0,20,37,6)
C0M20Y37K6 
(0%,20%,37%,6%)
(0.00/0.20/0.37/0.06)	

CMYK percentages

%0
%20.42
%37.08
%5.88

Codes

Color #F0BF97 in popluar color models

F0BF97
RGB240191151
HSL27°74.79%76.67%
HSB/HSV27°37.08%94.12%
CMYK0.00%20.42%37.08%
5.88%

Color #F0BF97 in popluar number systems.

HEXF0BF97
Decimal240191151
Binary111100001011111110010111
Octal360277227

Shades and tints

Shades of #F0BF97

#F0BF97
(240,191,151)
#DBAE8A
(219,174,138)
#C69D7D
(198,157,125)
#B18C70
(177,140,112)
#9C7B63
(156,123,99)
#876A56
(135,106,86)
#725949
(114,89,73)
#5D483C
(93,72,60)
#48372F
(72,55,47)
#332622
(51,38,34)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #F0BF97

#F0BF97
(240,191,151)
#F1C4A0
(241,196,160)
#F2C9A9
(242,201,169)
#F3CEB2
(243,206,178)
#F4D3BB
(244,211,187)
#F5D8C4
(245,216,196)
#F6DDCD
(246,221,205)
#F7E2D6
(247,226,214)
#F8E7DF
(248,231,223)
#F9ECE8
(249,236,232)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BF97 color. Also use rgb(240,191,151) instead hex code.

Text Font Color

.myTextColor { color: #F0BF97; }

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

This text font color is #F0BF97.


Background Color

.myBgColor { background-color: #F0BF97; }

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

This div background color is #F0BF97.


Border color

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

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

This div border color is #F0BF97.


Opacity

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

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

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

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

This text has shadow with #F0BF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BF97 on black background.


Color preview on white background

This text has color #F0BF97 on white background.



Black color preview on #F0BF97 background

This text has black color on #F0BF97 background.


White color preview on #F0BF97 background

This text has white color on #F0BF97 background.