COLOR #F7B9A5

HEX: #F7B9A5
RGB: (247,185,165)

Color info

#F7B9A5 contains mainly red color. Web safe color of #F7B9A5 is #FFCC99 (or #FC9).

RGB color model

#F7B9A5 color RGB value is (247,185,165).

  • red value is 247;
  • green value is 185;
  • blue value is 165.
RGB:
(247,185,165)
(97%,73%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 185 of 255 = 73%
B 165 of 255 = 65%

247
185
165

R + G + B ~ 78%. #F7B9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 185 + 165 = 597 (100%)
R 247 of 597 ~ 41.37%
G 185 of 597 ~ 30.99%
B 165 of 597 ~ 27.64%

%41.37
%30.99
%27.64

CMYK color model

#F7B9A5 color CMYK value is (0,25,33,3).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 33.20%
  • key color value is 3.14%
CMYK:
(0,25,33,3)
C0M25Y33K3 
(0%,25%,33%,3%)
(0.00/0.25/0.33/0.03)	

CMYK percentages

%0
%25.1
%33.2
%3.14

Codes

Color #F7B9A5 in popluar color models

F7B9A5
RGB247185165
HSL15°83.67%80.78%
HSB/HSV15°33.20%96.86%
CMYK0.00%25.10%33.20%
3.14%

Color #F7B9A5 in popluar number systems.

HEXF7B9A5
Decimal247185165
Binary111101111011100110100101
Octal367271245

Shades and tints

Shades of #F7B9A5

#F7B9A5
(247,185,165)
#E1A996
(225,169,150)
#CB9987
(203,153,135)
#B58978
(181,137,120)
#9F7969
(159,121,105)
#89695A
(137,105,90)
#73594B
(115,89,75)
#5D493C
(93,73,60)
#47392D
(71,57,45)
#31291E
(49,41,30)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #F7B9A5

#F7B9A5
(247,185,165)
#F7BFAD
(247,191,173)
#F7C5B5
(247,197,181)
#F7CBBD
(247,203,189)
#F7D1C5
(247,209,197)
#F7D7CD
(247,215,205)
#F7DDD5
(247,221,213)
#F7E3DD
(247,227,221)
#F7E9E5
(247,233,229)
#F7EFED
(247,239,237)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B9A5 color. Also use rgb(247,185,165) instead hex code.

Text Font Color

.myTextColor { color: #F7B9A5; }

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

This text font color is #F7B9A5.


Background Color

.myBgColor { background-color: #F7B9A5; }

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

This div background color is #F7B9A5.


Border color

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

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

This div border color is #F7B9A5.


Opacity

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

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

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

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

This text has shadow with #F7B9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B9A5 on black background.


Color preview on white background

This text has color #F7B9A5 on white background.



Black color preview on #F7B9A5 background

This text has black color on #F7B9A5 background.


White color preview on #F7B9A5 background

This text has white color on #F7B9A5 background.