COLOR #F7BFA9

HEX: #F7BFA9
RGB: (247,191,169)

Color info

#F7BFA9 contains mainly red and green colors. Web safe color of #F7BFA9 is #FFCC99 (or #FC9).

RGB color model

#F7BFA9 color RGB value is (247,191,169).

  • red value is 247;
  • green value is 191;
  • blue value is 169.
RGB:
(247,191,169)
(97%,75%,66%)

RGB channels and saturation

R 247 of 255 = 97%
G 191 of 255 = 75%
B 169 of 255 = 66%

247
191
169

R + G + B ~ 79%. #F7BFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 191 + 169 = 607 (100%)
R 247 of 607 ~ 40.69%
G 191 of 607 ~ 31.47%
B 169 of 607 ~ 27.84%

%40.69
%31.47
%27.84

CMYK color model

#F7BFA9 color CMYK value is (0,23,32,3).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 31.58%
  • key color value is 3.14%
CMYK:
(0,23,32,3)
C0M23Y32K3 
(0%,23%,32%,3%)
(0.00/0.23/0.32/0.03)	

CMYK percentages

%0
%22.67
%31.58
%3.14

Codes

Color #F7BFA9 in popluar color models

F7BFA9
RGB247191169
HSL17°82.98%81.57%
HSB/HSV17°31.58%96.86%
CMYK0.00%22.67%31.58%
3.14%

Color #F7BFA9 in popluar number systems.

HEXF7BFA9
Decimal247191169
Binary111101111011111110101001
Octal367277251

Shades and tints

Shades of #F7BFA9

#F7BFA9
(247,191,169)
#E1AE9A
(225,174,154)
#CB9D8B
(203,157,139)
#B58C7C
(181,140,124)
#9F7B6D
(159,123,109)
#896A5E
(137,106,94)
#73594F
(115,89,79)
#5D4840
(93,72,64)
#473731
(71,55,49)
#312622
(49,38,34)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #F7BFA9

#F7BFA9
(247,191,169)
#F7C4B0
(247,196,176)
#F7C9B7
(247,201,183)
#F7CEBE
(247,206,190)
#F7D3C5
(247,211,197)
#F7D8CC
(247,216,204)
#F7DDD3
(247,221,211)
#F7E2DA
(247,226,218)
#F7E7E1
(247,231,225)
#F7ECE8
(247,236,232)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BFA9 color. Also use rgb(247,191,169) instead hex code.

Text Font Color

.myTextColor { color: #F7BFA9; }

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

This text font color is #F7BFA9.


Background Color

.myBgColor { background-color: #F7BFA9; }

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

This div background color is #F7BFA9.


Border color

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

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

This div border color is #F7BFA9.


Opacity

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

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

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

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

This text has shadow with #F7BFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BFA9 on black background.


Color preview on white background

This text has color #F7BFA9 on white background.



Black color preview on #F7BFA9 background

This text has black color on #F7BFA9 background.


White color preview on #F7BFA9 background

This text has white color on #F7BFA9 background.