COLOR #F7BC8A

HEX: #F7BC8A
RGB: (247,188,138)

Color info

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

RGB color model

#F7BC8A color RGB value is (247,188,138).

  • red value is 247;
  • green value is 188;
  • blue value is 138.
RGB:
(247,188,138)
(97%,74%,54%)

RGB channels and saturation

R 247 of 255 = 97%
G 188 of 255 = 74%
B 138 of 255 = 54%

247
188
138

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

Portions of RGB colors in percentages

R + G + B =
247 + 188 + 138 = 573 (100%)
R 247 of 573 ~ 43.11%
G 188 of 573 ~ 32.81%
B 138 of 573 ~ 24.08%

%43.11
%32.81
%24.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 44.13%
  • 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
%23.89
%44.13
%3.14

Codes

Color #F7BC8A in popluar color models

F7BC8A
RGB247188138
HSL28°87.20%75.49%
HSB/HSV28°44.13%96.86%
CMYK0.00%23.89%44.13%
3.14%

Color #F7BC8A in popluar number systems.

HEXF7BC8A
Decimal247188138
Binary111101111011110010001010
Octal367274212

Shades and tints

Shades of #F7BC8A

#F7BC8A
(247,188,138)
#E1AB7E
(225,171,126)
#CB9A72
(203,154,114)
#B58966
(181,137,102)
#9F785A
(159,120,90)
#89674E
(137,103,78)
#735642
(115,86,66)
#5D4536
(93,69,54)
#47342A
(71,52,42)
#31231E
(49,35,30)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #F7BC8A

#F7BC8A
(247,188,138)
#F7C294
(247,194,148)
#F7C89E
(247,200,158)
#F7CEA8
(247,206,168)
#F7D4B2
(247,212,178)
#F7DABC
(247,218,188)
#F7E0C6
(247,224,198)
#F7E6D0
(247,230,208)
#F7ECDA
(247,236,218)
#F7F2E4
(247,242,228)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BC8A color. Also use rgb(247,188,138) instead hex code.

Text Font Color

.myTextColor { color: #F7BC8A; }

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

This text font color is #F7BC8A.


Background Color

.myBgColor { background-color: #F7BC8A; }

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

This div background color is #F7BC8A.


Border color

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

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

This div border color is #F7BC8A.


Opacity

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

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

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

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

This text has shadow with #F7BC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BC8A on black background.


Color preview on white background

This text has color #F7BC8A on white background.



Black color preview on #F7BC8A background

This text has black color on #F7BC8A background.


White color preview on #F7BC8A background

This text has white color on #F7BC8A background.