COLOR #F7B0A6

HEX: #F7B0A6
RGB: (247,176,166)

Color info

#F7B0A6 contains mainly red color. Web safe color of #F7B0A6 is #FF9999 (or #F99).

RGB color model

#F7B0A6 color RGB value is (247,176,166).

  • red value is 247;
  • green value is 176;
  • blue value is 166.
RGB:
(247,176,166)
(97%,69%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 176 of 255 = 69%
B 166 of 255 = 65%

247
176
166

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

Portions of RGB colors in percentages

R + G + B =
247 + 176 + 166 = 589 (100%)
R 247 of 589 ~ 41.94%
G 176 of 589 ~ 29.88%
B 166 of 589 ~ 28.18%

%41.94
%29.88
%28.18

CMYK color model

#F7B0A6 color CMYK value is (0,29,33,3).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 32.79%
  • key color value is 3.14%
CMYK:
(0,29,33,3)
C0M29Y33K3 
(0%,29%,33%,3%)
(0.00/0.29/0.33/0.03)	

CMYK percentages

%0
%28.74
%32.79
%3.14

Codes

Color #F7B0A6 in popluar color models

F7B0A6
RGB247176166
HSL83.51%80.98%
HSB/HSV32.79%96.86%
CMYK0.00%28.74%32.79%
3.14%

Color #F7B0A6 in popluar number systems.

HEXF7B0A6
Decimal247176166
Binary111101111011000010100110
Octal367260246

Shades and tints

Shades of #F7B0A6

#F7B0A6
(247,176,166)
#E1A097
(225,160,151)
#CB9088
(203,144,136)
#B58079
(181,128,121)
#9F706A
(159,112,106)
#89605B
(137,96,91)
#73504C
(115,80,76)
#5D403D
(93,64,61)
#47302E
(71,48,46)
#31201F
(49,32,31)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #F7B0A6

#F7B0A6
(247,176,166)
#F7B7AE
(247,183,174)
#F7BEB6
(247,190,182)
#F7C5BE
(247,197,190)
#F7CCC6
(247,204,198)
#F7D3CE
(247,211,206)
#F7DAD6
(247,218,214)
#F7E1DE
(247,225,222)
#F7E8E6
(247,232,230)
#F7EFEE
(247,239,238)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B0A6 color. Also use rgb(247,176,166) instead hex code.

Text Font Color

.myTextColor { color: #F7B0A6; }

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

This text font color is #F7B0A6.


Background Color

.myBgColor { background-color: #F7B0A6; }

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

This div background color is #F7B0A6.


Border color

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

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

This div border color is #F7B0A6.


Opacity

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

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

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

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

This text has shadow with #F7B0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B0A6 on black background.


Color preview on white background

This text has color #F7B0A6 on white background.



Black color preview on #F7B0A6 background

This text has black color on #F7B0A6 background.


White color preview on #F7B0A6 background

This text has white color on #F7B0A6 background.