COLOR #F7AB84

HEX: #F7AB84
RGB: (247,171,132)

Color info

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

RGB color model

#F7AB84 color RGB value is (247,171,132).

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

RGB channels and saturation

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

247
171
132

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

Portions of RGB colors in percentages

R + G + B =
247 + 171 + 132 = 550 (100%)
R 247 of 550 ~ 44.91%
G 171 of 550 ~ 31.09%
B 132 of 550 ~ 24%

%44.91
%31.09
%24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • 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
%30.77
%46.56
%3.14

Codes

Color #F7AB84 in popluar color models

F7AB84
RGB247171132
HSL20°87.79%74.31%
HSB/HSV20°46.56%96.86%
CMYK0.00%30.77%46.56%
3.14%

Color #F7AB84 in popluar number systems.

HEXF7AB84
Decimal247171132
Binary111101111010101110000100
Octal367253204

Shades and tints

Shades of #F7AB84

#F7AB84
(247,171,132)
#E19C78
(225,156,120)
#CB8D6C
(203,141,108)
#B57E60
(181,126,96)
#9F6F54
(159,111,84)
#896048
(137,96,72)
#73513C
(115,81,60)
#5D4230
(93,66,48)
#473324
(71,51,36)
#312418
(49,36,24)
#1B150C
(27,21,12)
#000000
(0,0,0)

Tints of #F7AB84

#F7AB84
(247,171,132)
#F7B28F
(247,178,143)
#F7B99A
(247,185,154)
#F7C0A5
(247,192,165)
#F7C7B0
(247,199,176)
#F7CEBB
(247,206,187)
#F7D5C6
(247,213,198)
#F7DCD1
(247,220,209)
#F7E3DC
(247,227,220)
#F7EAE7
(247,234,231)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7AB84; }

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

This text font color is #F7AB84.


Background Color

.myBgColor { background-color: #F7AB84; }

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

This div background color is #F7AB84.


Border color

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

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

This div border color is #F7AB84.


Opacity

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

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

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

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

This text has shadow with #F7AB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7AB84 on black background.


Color preview on white background

This text has color #F7AB84 on white background.



Black color preview on #F7AB84 background

This text has black color on #F7AB84 background.


White color preview on #F7AB84 background

This text has white color on #F7AB84 background.