COLOR #FFB1B1

HEX: #FFB1B1
RGB: (255,177,177)

Color info

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

RGB color model

#FFB1B1 color RGB value is (255,177,177).

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

RGB channels and saturation

R 255 of 255 = 100%
G 177 of 255 = 69%
B 177 of 255 = 69%

255
177
177

R + G + B ~ 79%. #FFB1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 177 + 177 = 609 (100%)
R 255 of 609 ~ 41.87%
G 177 of 609 ~ 29.06%
B 177 of 609 ~ 29.06%

%41.87
%29.06
%29.06

CMYK color model

#FFB1B1 color CMYK value is (0,31,31,0).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 30.59%
  • key color value is 0.00%
CMYK:
(0,31,31,0)
C0M31Y31K0 
(0%,31%,31%,0%)
(0.00/0.31/0.31/0.00)	

CMYK percentages

%0
%30.59
%30.59
%0

Codes

Color #FFB1B1 in popluar color models

FFB1B1
RGB255177177
HSL100.00%84.71%
HSB/HSV30.59%100.00%
CMYK0.00%30.59%30.59%
0.00%

Color #FFB1B1 in popluar number systems.

HEXFFB1B1
Decimal255177177
Binary111111111011000110110001
Octal377261261

Shades and tints

Shades of #FFB1B1

#FFB1B1
(255,177,177)
#E8A1A1
(232,161,161)
#D19191
(209,145,145)
#BA8181
(186,129,129)
#A37171
(163,113,113)
#8C6161
(140,97,97)
#755151
(117,81,81)
#5E4141
(94,65,65)
#473131
(71,49,49)
#302121
(48,33,33)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #FFB1B1

#FFB1B1
(255,177,177)
#FFB8B8
(255,184,184)
#FFBFBF
(255,191,191)
#FFC6C6
(255,198,198)
#FFCDCD
(255,205,205)
#FFD4D4
(255,212,212)
#FFDBDB
(255,219,219)
#FFE2E2
(255,226,226)
#FFE9E9
(255,233,233)
#FFF0F0
(255,240,240)
#FFF7F7
(255,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB1B1; }

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

This text font color is #FFB1B1.


Background Color

.myBgColor { background-color: #FFB1B1; }

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

This div background color is #FFB1B1.


Border color

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

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

This div border color is #FFB1B1.


Opacity

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

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

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

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

This text has shadow with #FFB1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB1B1 on black background.


Color preview on white background

This text has color #FFB1B1 on white background.



Black color preview on #FFB1B1 background

This text has black color on #FFB1B1 background.


White color preview on #FFB1B1 background

This text has white color on #FFB1B1 background.