COLOR #F7AA84

HEX: #F7AA84
RGB: (247,170,132)

Color info

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

RGB color model

#F7AA84 color RGB value is (247,170,132).

  • red value is 247;
  • green value is 170;
  • blue value is 132.
RGB:
(247,170,132)
(97%,67%,52%)

RGB channels and saturation

R 247 of 255 = 97%
G 170 of 255 = 67%
B 132 of 255 = 52%

247
170
132

R + G + B ~ 72%. #F7AA84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 170 + 132 = 549 (100%)
R 247 of 549 ~ 44.99%
G 170 of 549 ~ 30.97%
B 132 of 549 ~ 24.04%

%44.99
%30.97
%24.04

CMYK color model

#F7AA84 color CMYK value is (0,31,47,3).

  • cyan value is 0.00%
  • magenta value is 31.17%
  • yellow value is 46.56%
  • key color value is 3.14%
CMYK:
(0,31,47,3)
C0M31Y47K3 
(0%,31%,47%,3%)
(0.00/0.31/0.47/0.03)	

CMYK percentages

%0
%31.17
%46.56
%3.14

Codes

Color #F7AA84 in popluar color models

F7AA84
RGB247170132
HSL20°87.79%74.31%
HSB/HSV20°46.56%96.86%
CMYK0.00%31.17%46.56%
3.14%

Color #F7AA84 in popluar number systems.

HEXF7AA84
Decimal247170132
Binary111101111010101010000100
Octal367252204

Shades and tints

Shades of #F7AA84

#F7AA84
(247,170,132)
#E19B78
(225,155,120)
#CB8C6C
(203,140,108)
#B57D60
(181,125,96)
#9F6E54
(159,110,84)
#895F48
(137,95,72)
#73503C
(115,80,60)
#5D4130
(93,65,48)
#473224
(71,50,36)
#312318
(49,35,24)
#1B140C
(27,20,12)
#000000
(0,0,0)

Tints of #F7AA84

#F7AA84
(247,170,132)
#F7B18F
(247,177,143)
#F7B89A
(247,184,154)
#F7BFA5
(247,191,165)
#F7C6B0
(247,198,176)
#F7CDBB
(247,205,187)
#F7D4C6
(247,212,198)
#F7DBD1
(247,219,209)
#F7E2DC
(247,226,220)
#F7E9E7
(247,233,231)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7AA84 color. Also use rgb(247,170,132) instead hex code.

Text Font Color

.myTextColor { color: #F7AA84; }

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

This text font color is #F7AA84.


Background Color

.myBgColor { background-color: #F7AA84; }

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

This div background color is #F7AA84.


Border color

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

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

This div border color is #F7AA84.


Opacity

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

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

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

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

This text has shadow with #F7AA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7AA84 on black background.


Color preview on white background

This text has color #F7AA84 on white background.



Black color preview on #F7AA84 background

This text has black color on #F7AA84 background.


White color preview on #F7AA84 background

This text has white color on #F7AA84 background.