COLOR #F5BF97

HEX: #F5BF97
RGB: (245,191,151)

Color info

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

RGB color model

#F5BF97 color RGB value is (245,191,151).

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

RGB channels and saturation

R 245 of 255 = 96%
G 191 of 255 = 75%
B 151 of 255 = 59%

245
191
151

R + G + B ~ 77%. #F5BF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 191 + 151 = 587 (100%)
R 245 of 587 ~ 41.74%
G 191 of 587 ~ 32.54%
B 151 of 587 ~ 25.72%

%41.74
%32.54
%25.72

CMYK color model

#F5BF97 color CMYK value is (0,22,38,4).

  • cyan value is 0.00%
  • magenta value is 22.04%
  • yellow value is 38.37%
  • key color value is 3.92%
CMYK:
(0,22,38,4)
C0M22Y38K4 
(0%,22%,38%,4%)
(0.00/0.22/0.38/0.04)	

CMYK percentages

%0
%22.04
%38.37
%3.92

Codes

Color #F5BF97 in popluar color models

F5BF97
RGB245191151
HSL26°82.46%77.65%
HSB/HSV26°38.37%96.08%
CMYK0.00%22.04%38.37%
3.92%

Color #F5BF97 in popluar number systems.

HEXF5BF97
Decimal245191151
Binary111101011011111110010111
Octal365277227

Shades and tints

Shades of #F5BF97

#F5BF97
(245,191,151)
#DFAE8A
(223,174,138)
#C99D7D
(201,157,125)
#B38C70
(179,140,112)
#9D7B63
(157,123,99)
#876A56
(135,106,86)
#715949
(113,89,73)
#5B483C
(91,72,60)
#45372F
(69,55,47)
#2F2622
(47,38,34)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #F5BF97

#F5BF97
(245,191,151)
#F5C4A0
(245,196,160)
#F5C9A9
(245,201,169)
#F5CEB2
(245,206,178)
#F5D3BB
(245,211,187)
#F5D8C4
(245,216,196)
#F5DDCD
(245,221,205)
#F5E2D6
(245,226,214)
#F5E7DF
(245,231,223)
#F5ECE8
(245,236,232)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BF97; }

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

This text font color is #F5BF97.


Background Color

.myBgColor { background-color: #F5BF97; }

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

This div background color is #F5BF97.


Border color

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

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

This div border color is #F5BF97.


Opacity

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

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

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

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

This text has shadow with #F5BF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BF97 on black background.


Color preview on white background

This text has color #F5BF97 on white background.



Black color preview on #F5BF97 background

This text has black color on #F5BF97 background.


White color preview on #F5BF97 background

This text has white color on #F5BF97 background.