COLOR #F7BFBC

HEX: #F7BFBC
RGB: (247,191,188)

Color info

#F7BFBC contains red, green and blue colors in about the same proportion. Web safe color of #F7BFBC is #FFCCCC (or #FCC).

RGB color model

#F7BFBC color RGB value is (247,191,188).

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

RGB channels and saturation

R 247 of 255 = 97%
G 191 of 255 = 75%
B 188 of 255 = 74%

247
191
188

R + G + B ~ 82%. #F7BFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 191 + 188 = 626 (100%)
R 247 of 626 ~ 39.46%
G 191 of 626 ~ 30.51%
B 188 of 626 ~ 30.03%

%39.46
%30.51
%30.03

CMYK color model

#F7BFBC color CMYK value is (0,23,24,3).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 23.89%
  • key color value is 3.14%
CMYK:
(0,23,24,3)
C0M23Y24K3 
(0%,23%,24%,3%)
(0.00/0.23/0.24/0.03)	

CMYK percentages

%0
%22.67
%23.89
%3.14

Codes

Color #F7BFBC in popluar color models

F7BFBC
RGB247191188
HSL78.67%85.29%
HSB/HSV23.89%96.86%
CMYK0.00%22.67%23.89%
3.14%

Color #F7BFBC in popluar number systems.

HEXF7BFBC
Decimal247191188
Binary111101111011111110111100
Octal367277274

Shades and tints

Shades of #F7BFBC

#F7BFBC
(247,191,188)
#E1AEAB
(225,174,171)
#CB9D9A
(203,157,154)
#B58C89
(181,140,137)
#9F7B78
(159,123,120)
#896A67
(137,106,103)
#735956
(115,89,86)
#5D4845
(93,72,69)
#473734
(71,55,52)
#312623
(49,38,35)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #F7BFBC

#F7BFBC
(247,191,188)
#F7C4C2
(247,196,194)
#F7C9C8
(247,201,200)
#F7CECE
(247,206,206)
#F7D3D4
(247,211,212)
#F7D8DA
(247,216,218)
#F7DDE0
(247,221,224)
#F7E2E6
(247,226,230)
#F7E7EC
(247,231,236)
#F7ECF2
(247,236,242)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BFBC; }

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

This text font color is #F7BFBC.


Background Color

.myBgColor { background-color: #F7BFBC; }

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

This div background color is #F7BFBC.


Border color

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

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

This div border color is #F7BFBC.


Opacity

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

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

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

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

This text has shadow with #F7BFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BFBC on black background.


Color preview on white background

This text has color #F7BFBC on white background.



Black color preview on #F7BFBC background

This text has black color on #F7BFBC background.


White color preview on #F7BFBC background

This text has white color on #F7BFBC background.