COLOR #F7BB8B

HEX: #F7BB8B
RGB: (247,187,139)

Color info

#F7BB8B contains mainly red color. Web safe color of #F7BB8B is #FFCC99 (or #FC9).

RGB color model

#F7BB8B color RGB value is (247,187,139).

  • red value is 247;
  • green value is 187;
  • blue value is 139.
RGB:
(247,187,139)
(97%,73%,55%)

RGB channels and saturation

R 247 of 255 = 97%
G 187 of 255 = 73%
B 139 of 255 = 55%

247
187
139

R + G + B ~ 75%. #F7BB8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 187 + 139 = 573 (100%)
R 247 of 573 ~ 43.11%
G 187 of 573 ~ 32.64%
B 139 of 573 ~ 24.26%

%43.11
%32.64
%24.26

CMYK color model

#F7BB8B color CMYK value is (0,24,44,3).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 43.72%
  • key color value is 3.14%
CMYK:
(0,24,44,3)
C0M24Y44K3 
(0%,24%,44%,3%)
(0.00/0.24/0.44/0.03)	

CMYK percentages

%0
%24.29
%43.72
%3.14

Codes

Color #F7BB8B in popluar color models

F7BB8B
RGB247187139
HSL27°87.10%75.69%
HSB/HSV27°43.72%96.86%
CMYK0.00%24.29%43.72%
3.14%

Color #F7BB8B in popluar number systems.

HEXF7BB8B
Decimal247187139
Binary111101111011101110001011
Octal367273213

Shades and tints

Shades of #F7BB8B

#F7BB8B
(247,187,139)
#E1AA7F
(225,170,127)
#CB9973
(203,153,115)
#B58867
(181,136,103)
#9F775B
(159,119,91)
#89664F
(137,102,79)
#735543
(115,85,67)
#5D4437
(93,68,55)
#47332B
(71,51,43)
#31221F
(49,34,31)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #F7BB8B

#F7BB8B
(247,187,139)
#F7C195
(247,193,149)
#F7C79F
(247,199,159)
#F7CDA9
(247,205,169)
#F7D3B3
(247,211,179)
#F7D9BD
(247,217,189)
#F7DFC7
(247,223,199)
#F7E5D1
(247,229,209)
#F7EBDB
(247,235,219)
#F7F1E5
(247,241,229)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BB8B color. Also use rgb(247,187,139) instead hex code.

Text Font Color

.myTextColor { color: #F7BB8B; }

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

This text font color is #F7BB8B.


Background Color

.myBgColor { background-color: #F7BB8B; }

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

This div background color is #F7BB8B.


Border color

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

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

This div border color is #F7BB8B.


Opacity

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

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

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

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

This text has shadow with #F7BB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BB8B on black background.


Color preview on white background

This text has color #F7BB8B on white background.



Black color preview on #F7BB8B background

This text has black color on #F7BB8B background.


White color preview on #F7BB8B background

This text has white color on #F7BB8B background.