COLOR #F7B3A6

HEX: #F7B3A6 RGB: (247,179,166)

Color info

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

RGB color model

#F7B3A6 color RGB value is (247,179,166).

RGB: (247,179,166) (97%, 70%, 65%)

RGB channels and saturation

R 247 of 255 = 97%
G 179 of 255 = 70%
B 166 of 255 = 65%

247
179
166

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

Portions of RGB colors in percentages

R + G + B = 247 + 179 + 166 = 592 (100%)
R 247 of 592 ~ 41.72%
G 179 of 592 ~ 30.24%
B 166 of 592 ~ 28.04'%

%41.72
%30.24
%28.04

CMYK color model

#F7B3A6 color CMYK value is (0,28,33,3).

  • cyan value is 0.00%
  • magenta value is 27.53%
  • yellow value is 32.79%
  • key color value is 3.14%

CMYK: (0,28,33,3)
C0M28Y33K3 (0%, 28%, 33%, 3%)
(0.00 / 0.28 / 0.33 / 0.03)

CMYK percentages

%0
%27.53
%32.79
%3.14

Codes

Color #F7B3A6 in popluar color models

F7 B3 A6
RGB 247 179 166
HSL 10° 83.51% 80.98%
HSB/HSV 10° 32.79% 96.86%
CMYK 0.00% 27.53% 32.79%
3.14%

Color #F7B3A6 in popluar number systems.

HEX F7 B3 A6
Decimal 247 179 166
Binary 11110111 10110011 10100110
Octal 367 263 246

Shades and tints

Shades of #F7B3A6

#F7B3A6
(247,179,166)
#E1A397
(225,163,151)
#CB9388
(203,147,136)
#B58379
(181,131,121)
#9F736A
(159,115,106)
#89635B
(137,99,91)
#73534C
(115,83,76)
#5D433D
(93,67,61)
#47332E
(71,51,46)
#31231F
(49,35,31)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #F7B3A6

#F7B3A6
(247,179,166)
#F7B9AE
(247,185,174)
#F7BFB6
(247,191,182)
#F7C5BE
(247,197,190)
#F7CBC6
(247,203,198)
#F7D1CE
(247,209,206)
#F7D7D6
(247,215,214)
#F7DDDE
(247,221,222)
#F7E3E6
(247,227,230)
#F7E9EE
(247,233,238)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B3A6; }

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

This text font color is #F7B3A6.

Background Color

.myBgColor { background-color: #F7B3A6; }

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

This div background color is #F7B3A6.

Border color

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

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

This div border color is #F7B3A6.

Opacity

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

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

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

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

This text has shadow with #F7B3A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B3A6.

Preview

Color preview on black background

This text has color #F7B3A6 on black background.


Color preview on white background

This text has color #F7B3A6 on white background.


Black color preview on #F7B3A6 background

This text has black color on #F7B3A6 background.


White color preview on #F7B3A6 background

This text has white color on #F7B3A6 background.


Related colors

Complementary color

Complementary color for #hex is #084C59.


I love getcolorcode.com

Triadic colors

1 #A6F7B3 and #B3A6F7 with #F7B3A6 are triadic colors.

2 #A6B3F7 and #B3F7A6 with #F7B3A6 are triadic colors.