COLOR #F7BBBB

HEX: #F7BBBB
RGB: (247,187,187)

Color info

#F7BBBB contains mainly red color. Web safe color of #F7BBBB is #FFCCCC (or #FCC).

RGB color model

#F7BBBB color RGB value is (247,187,187).

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

RGB channels and saturation

R 247 of 255 = 97%
G 187 of 255 = 73%
B 187 of 255 = 73%

247
187
187

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

Portions of RGB colors in percentages

R + G + B =
247 + 187 + 187 = 621 (100%)
R 247 of 621 ~ 39.77%
G 187 of 621 ~ 30.11%
B 187 of 621 ~ 30.11%

%39.77
%30.11
%30.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 24.29%
  • key color value is 3.14%
CMYK:
(0,24,24,3)
C0M24Y24K3 
(0%,24%,24%,3%)
(0.00/0.24/0.24/0.03)	

CMYK percentages

%0
%24.29
%24.29
%3.14

Codes

Color #F7BBBB in popluar color models

F7BBBB
RGB247187187
HSL78.95%85.10%
HSB/HSV24.29%96.86%
CMYK0.00%24.29%24.29%
3.14%

Color #F7BBBB in popluar number systems.

HEXF7BBBB
Decimal247187187
Binary111101111011101110111011
Octal367273273

Shades and tints

Shades of #F7BBBB

#F7BBBB
(247,187,187)
#E1AAAA
(225,170,170)
#CB9999
(203,153,153)
#B58888
(181,136,136)
#9F7777
(159,119,119)
#896666
(137,102,102)
#735555
(115,85,85)
#5D4444
(93,68,68)
#473333
(71,51,51)
#312222
(49,34,34)
#1B1111
(27,17,17)
#000000
(0,0,0)

Tints of #F7BBBB

#F7BBBB
(247,187,187)
#F7C1C1
(247,193,193)
#F7C7C7
(247,199,199)
#F7CDCD
(247,205,205)
#F7D3D3
(247,211,211)
#F7D9D9
(247,217,217)
#F7DFDF
(247,223,223)
#F7E5E5
(247,229,229)
#F7EBEB
(247,235,235)
#F7F1F1
(247,241,241)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BBBB; }

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

This text font color is #F7BBBB.


Background Color

.myBgColor { background-color: #F7BBBB; }

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

This div background color is #F7BBBB.


Border color

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

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

This div border color is #F7BBBB.


Opacity

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

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

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

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

This text has shadow with #F7BBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BBBB on black background.


Color preview on white background

This text has color #F7BBBB on white background.



Black color preview on #F7BBBB background

This text has black color on #F7BBBB background.


White color preview on #F7BBBB background

This text has white color on #F7BBBB background.