COLOR #F7B9A3

HEX: #F7B9A3
RGB: (247,185,163)

Color info

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

RGB color model

#F7B9A3 color RGB value is (247,185,163).

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

RGB channels and saturation

R 247 of 255 = 97%
G 185 of 255 = 73%
B 163 of 255 = 64%

247
185
163

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

Portions of RGB colors in percentages

R + G + B =
247 + 185 + 163 = 595 (100%)
R 247 of 595 ~ 41.51%
G 185 of 595 ~ 31.09%
B 163 of 595 ~ 27.39%

%41.51
%31.09
%27.39

CMYK color model

#F7B9A3 color CMYK value is (0,25,34,3).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 34.01%
  • key color value is 3.14%
CMYK:
(0,25,34,3)
C0M25Y34K3 
(0%,25%,34%,3%)
(0.00/0.25/0.34/0.03)	

CMYK percentages

%0
%25.1
%34.01
%3.14

Codes

Color #F7B9A3 in popluar color models

F7B9A3
RGB247185163
HSL16°84.00%80.39%
HSB/HSV16°34.01%96.86%
CMYK0.00%25.10%34.01%
3.14%

Color #F7B9A3 in popluar number systems.

HEXF7B9A3
Decimal247185163
Binary111101111011100110100011
Octal367271243

Shades and tints

Shades of #F7B9A3

#F7B9A3
(247,185,163)
#E1A995
(225,169,149)
#CB9987
(203,153,135)
#B58979
(181,137,121)
#9F796B
(159,121,107)
#89695D
(137,105,93)
#73594F
(115,89,79)
#5D4941
(93,73,65)
#473933
(71,57,51)
#312925
(49,41,37)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #F7B9A3

#F7B9A3
(247,185,163)
#F7BFAB
(247,191,171)
#F7C5B3
(247,197,179)
#F7CBBB
(247,203,187)
#F7D1C3
(247,209,195)
#F7D7CB
(247,215,203)
#F7DDD3
(247,221,211)
#F7E3DB
(247,227,219)
#F7E9E3
(247,233,227)
#F7EFEB
(247,239,235)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B9A3; }

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

This text font color is #F7B9A3.


Background Color

.myBgColor { background-color: #F7B9A3; }

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

This div background color is #F7B9A3.


Border color

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

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

This div border color is #F7B9A3.


Opacity

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

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

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

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

This text has shadow with #F7B9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B9A3 on black background.


Color preview on white background

This text has color #F7B9A3 on white background.



Black color preview on #F7B9A3 background

This text has black color on #F7B9A3 background.


White color preview on #F7B9A3 background

This text has white color on #F7B9A3 background.