COLOR #FF8B8B

HEX: #FF8B8B
RGB: (255,139,139)

Color info

#FF8B8B contains mainly red color. Web safe color of #FF8B8B is #FF9999 (or #F99).

RGB color model

#FF8B8B color RGB value is (255,139,139).

  • red value is 255;
  • green value is 139;
  • blue value is 139.
RGB:
(255,139,139)
(100%,55%,55%)

RGB channels and saturation

R 255 of 255 = 100%
G 139 of 255 = 55%
B 139 of 255 = 55%

255
139
139

R + G + B ~ 70%. #FF8B8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 139 + 139 = 533 (100%)
R 255 of 533 ~ 47.84%
G 139 of 533 ~ 26.08%
B 139 of 533 ~ 26.08%

%47.84
%26.08
%26.08

CMYK color model

#FF8B8B color CMYK value is (0,45,45,0).

  • cyan value is 0.00%
  • magenta value is 45.49%
  • yellow value is 45.49%
  • key color value is 0.00%
CMYK:
(0,45,45,0)
C0M45Y45K0 
(0%,45%,45%,0%)
(0.00/0.45/0.45/0.00)	

CMYK percentages

%0
%45.49
%45.49
%0

Codes

Color #FF8B8B in popluar color models

FF8B8B
RGB255139139
HSL100.00%77.25%
HSB/HSV45.49%100.00%
CMYK0.00%45.49%45.49%
0.00%

Color #FF8B8B in popluar number systems.

HEXFF8B8B
Decimal255139139
Binary111111111000101110001011
Octal377213213

Shades and tints

Shades of #FF8B8B

#FF8B8B
(255,139,139)
#E87F7F
(232,127,127)
#D17373
(209,115,115)
#BA6767
(186,103,103)
#A35B5B
(163,91,91)
#8C4F4F
(140,79,79)
#754343
(117,67,67)
#5E3737
(94,55,55)
#472B2B
(71,43,43)
#301F1F
(48,31,31)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #FF8B8B

#FF8B8B
(255,139,139)
#FF9595
(255,149,149)
#FF9F9F
(255,159,159)
#FFA9A9
(255,169,169)
#FFB3B3
(255,179,179)
#FFBDBD
(255,189,189)
#FFC7C7
(255,199,199)
#FFD1D1
(255,209,209)
#FFDBDB
(255,219,219)
#FFE5E5
(255,229,229)
#FFEFEF
(255,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8B8B color. Also use rgb(255,139,139) instead hex code.

Text Font Color

.myTextColor { color: #FF8B8B; }

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

This text font color is #FF8B8B.


Background Color

.myBgColor { background-color: #FF8B8B; }

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

This div background color is #FF8B8B.


Border color

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

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

This div border color is #FF8B8B.


Opacity

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

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

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

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

This text has shadow with #FF8B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8B8B on black background.


Color preview on white background

This text has color #FF8B8B on white background.



Black color preview on #FF8B8B background

This text has black color on #FF8B8B background.


White color preview on #FF8B8B background

This text has white color on #FF8B8B background.