COLOR #F7BFB4

HEX: #F7BFB4
RGB: (247,191,180)

Color info

#F7BFB4 contains mainly red and green colors. Web safe color of #F7BFB4 is #FFCCCC (or #FCC).

RGB color model

#F7BFB4 color RGB value is (247,191,180).

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

RGB channels and saturation

R 247 of 255 = 97%
G 191 of 255 = 75%
B 180 of 255 = 71%

247
191
180

R + G + B ~ 81%. #F7BFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 191 + 180 = 618 (100%)
R 247 of 618 ~ 39.97%
G 191 of 618 ~ 30.91%
B 180 of 618 ~ 29.13%

%39.97
%30.91
%29.13

CMYK color model

#F7BFB4 color CMYK value is (0,23,27,3).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 27.13%
  • key color value is 3.14%
CMYK:
(0,23,27,3)
C0M23Y27K3 
(0%,23%,27%,3%)
(0.00/0.23/0.27/0.03)	

CMYK percentages

%0
%22.67
%27.13
%3.14

Codes

Color #F7BFB4 in popluar color models

F7BFB4
RGB247191180
HSL10°80.72%83.73%
HSB/HSV10°27.13%96.86%
CMYK0.00%22.67%27.13%
3.14%

Color #F7BFB4 in popluar number systems.

HEXF7BFB4
Decimal247191180
Binary111101111011111110110100
Octal367277264

Shades and tints

Shades of #F7BFB4

#F7BFB4
(247,191,180)
#E1AEA4
(225,174,164)
#CB9D94
(203,157,148)
#B58C84
(181,140,132)
#9F7B74
(159,123,116)
#896A64
(137,106,100)
#735954
(115,89,84)
#5D4844
(93,72,68)
#473734
(71,55,52)
#312624
(49,38,36)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #F7BFB4

#F7BFB4
(247,191,180)
#F7C4BA
(247,196,186)
#F7C9C0
(247,201,192)
#F7CEC6
(247,206,198)
#F7D3CC
(247,211,204)
#F7D8D2
(247,216,210)
#F7DDD8
(247,221,216)
#F7E2DE
(247,226,222)
#F7E7E4
(247,231,228)
#F7ECEA
(247,236,234)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BFB4; }

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

This text font color is #F7BFB4.


Background Color

.myBgColor { background-color: #F7BFB4; }

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

This div background color is #F7BFB4.


Border color

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

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

This div border color is #F7BFB4.


Opacity

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

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

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

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

This text has shadow with #F7BFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BFB4 on black background.


Color preview on white background

This text has color #F7BFB4 on white background.



Black color preview on #F7BFB4 background

This text has black color on #F7BFB4 background.


White color preview on #F7BFB4 background

This text has white color on #F7BFB4 background.