COLOR #F7BCB9

HEX: #F7BCB9
RGB: (247,188,185)

Color info

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

RGB color model

#F7BCB9 color RGB value is (247,188,185).

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

RGB channels and saturation

R 247 of 255 = 97%
G 188 of 255 = 74%
B 185 of 255 = 73%

247
188
185

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

Portions of RGB colors in percentages

R + G + B =
247 + 188 + 185 = 620 (100%)
R 247 of 620 ~ 39.84%
G 188 of 620 ~ 30.32%
B 185 of 620 ~ 29.84%

%39.84
%30.32
%29.84

CMYK color model

#F7BCB9 color CMYK value is (0,24,25,3).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 25.10%
  • key color value is 3.14%
CMYK:
(0,24,25,3)
C0M24Y25K3 
(0%,24%,25%,3%)
(0.00/0.24/0.25/0.03)	

CMYK percentages

%0
%23.89
%25.1
%3.14

Codes

Color #F7BCB9 in popluar color models

F7BCB9
RGB247188185
HSL79.49%84.71%
HSB/HSV25.10%96.86%
CMYK0.00%23.89%25.10%
3.14%

Color #F7BCB9 in popluar number systems.

HEXF7BCB9
Decimal247188185
Binary111101111011110010111001
Octal367274271

Shades and tints

Shades of #F7BCB9

#F7BCB9
(247,188,185)
#E1ABA9
(225,171,169)
#CB9A99
(203,154,153)
#B58989
(181,137,137)
#9F7879
(159,120,121)
#896769
(137,103,105)
#735659
(115,86,89)
#5D4549
(93,69,73)
#473439
(71,52,57)
#312329
(49,35,41)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #F7BCB9

#F7BCB9
(247,188,185)
#F7C2BF
(247,194,191)
#F7C8C5
(247,200,197)
#F7CECB
(247,206,203)
#F7D4D1
(247,212,209)
#F7DAD7
(247,218,215)
#F7E0DD
(247,224,221)
#F7E6E3
(247,230,227)
#F7ECE9
(247,236,233)
#F7F2EF
(247,242,239)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BCB9; }

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

This text font color is #F7BCB9.


Background Color

.myBgColor { background-color: #F7BCB9; }

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

This div background color is #F7BCB9.


Border color

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

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

This div border color is #F7BCB9.


Opacity

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

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

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

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

This text has shadow with #F7BCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BCB9 on black background.


Color preview on white background

This text has color #F7BCB9 on white background.



Black color preview on #F7BCB9 background

This text has black color on #F7BCB9 background.


White color preview on #F7BCB9 background

This text has white color on #F7BCB9 background.