COLOR #F5BFB1

HEX: #F5BFB1
RGB: (245,191,177)

Color info

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

RGB color model

#F5BFB1 color RGB value is (245,191,177).

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

RGB channels and saturation

R 245 of 255 = 96%
G 191 of 255 = 75%
B 177 of 255 = 69%

245
191
177

R + G + B ~ 80%. #F5BFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 191 + 177 = 613 (100%)
R 245 of 613 ~ 39.97%
G 191 of 613 ~ 31.16%
B 177 of 613 ~ 28.87%

%39.97
%31.16
%28.87

CMYK color model

#F5BFB1 color CMYK value is (0,22,28,4).

  • cyan value is 0.00%
  • magenta value is 22.04%
  • yellow value is 27.76%
  • key color value is 3.92%
CMYK:
(0,22,28,4)
C0M22Y28K4 
(0%,22%,28%,4%)
(0.00/0.22/0.28/0.04)	

CMYK percentages

%0
%22.04
%27.76
%3.92

Codes

Color #F5BFB1 in popluar color models

F5BFB1
RGB245191177
HSL12°77.27%82.75%
HSB/HSV12°27.76%96.08%
CMYK0.00%22.04%27.76%
3.92%

Color #F5BFB1 in popluar number systems.

HEXF5BFB1
Decimal245191177
Binary111101011011111110110001
Octal365277261

Shades and tints

Shades of #F5BFB1

#F5BFB1
(245,191,177)
#DFAEA1
(223,174,161)
#C99D91
(201,157,145)
#B38C81
(179,140,129)
#9D7B71
(157,123,113)
#876A61
(135,106,97)
#715951
(113,89,81)
#5B4841
(91,72,65)
#453731
(69,55,49)
#2F2621
(47,38,33)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #F5BFB1

#F5BFB1
(245,191,177)
#F5C4B8
(245,196,184)
#F5C9BF
(245,201,191)
#F5CEC6
(245,206,198)
#F5D3CD
(245,211,205)
#F5D8D4
(245,216,212)
#F5DDDB
(245,221,219)
#F5E2E2
(245,226,226)
#F5E7E9
(245,231,233)
#F5ECF0
(245,236,240)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BFB1; }

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

This text font color is #F5BFB1.


Background Color

.myBgColor { background-color: #F5BFB1; }

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

This div background color is #F5BFB1.


Border color

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

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

This div border color is #F5BFB1.


Opacity

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

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

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

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

This text has shadow with #F5BFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BFB1 on black background.


Color preview on white background

This text has color #F5BFB1 on white background.



Black color preview on #F5BFB1 background

This text has black color on #F5BFB1 background.


White color preview on #F5BFB1 background

This text has white color on #F5BFB1 background.