COLOR #F7A69F

HEX: #F7A69F
RGB: (247,166,159)

Color info

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

RGB color model

#F7A69F color RGB value is (247,166,159).

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

RGB channels and saturation

R 247 of 255 = 97%
G 166 of 255 = 65%
B 159 of 255 = 62%

247
166
159

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

Portions of RGB colors in percentages

R + G + B =
247 + 166 + 159 = 572 (100%)
R 247 of 572 ~ 43.18%
G 166 of 572 ~ 29.02%
B 159 of 572 ~ 27.8%

%43.18
%29.02
%27.8

CMYK color model

#F7A69F color CMYK value is (0,33,36,3).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 35.63%
  • key color value is 3.14%
CMYK:
(0,33,36,3)
C0M33Y36K3 
(0%,33%,36%,3%)
(0.00/0.33/0.36/0.03)	

CMYK percentages

%0
%32.79
%35.63
%3.14

Codes

Color #F7A69F in popluar color models

F7A69F
RGB247166159
HSL84.62%79.61%
HSB/HSV35.63%96.86%
CMYK0.00%32.79%35.63%
3.14%

Color #F7A69F in popluar number systems.

HEXF7A69F
Decimal247166159
Binary111101111010011010011111
Octal367246237

Shades and tints

Shades of #F7A69F

#F7A69F
(247,166,159)
#E19791
(225,151,145)
#CB8883
(203,136,131)
#B57975
(181,121,117)
#9F6A67
(159,106,103)
#895B59
(137,91,89)
#734C4B
(115,76,75)
#5D3D3D
(93,61,61)
#472E2F
(71,46,47)
#311F21
(49,31,33)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #F7A69F

#F7A69F
(247,166,159)
#F7AEA7
(247,174,167)
#F7B6AF
(247,182,175)
#F7BEB7
(247,190,183)
#F7C6BF
(247,198,191)
#F7CEC7
(247,206,199)
#F7D6CF
(247,214,207)
#F7DED7
(247,222,215)
#F7E6DF
(247,230,223)
#F7EEE7
(247,238,231)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7A69F; }

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

This text font color is #F7A69F.


Background Color

.myBgColor { background-color: #F7A69F; }

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

This div background color is #F7A69F.


Border color

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

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

This div border color is #F7A69F.


Opacity

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

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

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

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

This text has shadow with #F7A69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A69F on black background.


Color preview on white background

This text has color #F7A69F on white background.



Black color preview on #F7A69F background

This text has black color on #F7A69F background.


White color preview on #F7A69F background

This text has white color on #F7A69F background.