COLOR #BBB3B1

HEX: #BBB3B1
RGB: (187,179,177)

Color info

#BBB3B1 contains red, green and blue colors in about the same proportion. Web safe color of #BBB3B1 is #CC9999 (or #C99).

RGB color model

#BBB3B1 color RGB value is (187,179,177).

  • red value is 187;
  • green value is 179;
  • blue value is 177.
RGB:
(187,179,177)
(73%,70%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 179 of 255 = 70%
B 177 of 255 = 69%

187
179
177

R + G + B ~ 71%. #BBB3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 179 + 177 = 543 (100%)
R 187 of 543 ~ 34.44%
G 179 of 543 ~ 32.97%
B 177 of 543 ~ 32.6%

%34.44
%32.97
%32.6

CMYK color model

#BBB3B1 color CMYK value is (0,4,5,27).

  • cyan value is 0.00%
  • magenta value is 4.28%
  • yellow value is 5.35%
  • key color value is 26.67%
CMYK:
(0,4,5,27)
C0M4Y5K27 
(0%,4%,5%,27%)
(0.00/0.04/0.05/0.27)	

CMYK percentages

%0
%4.28
%5.35
%26.67

Codes

Color #BBB3B1 in popluar color models

BBB3B1
RGB187179177
HSL12°6.85%71.37%
HSB/HSV12°5.35%73.33%
CMYK0.00%4.28%5.35%
26.67%

Color #BBB3B1 in popluar number systems.

HEXBBB3B1
Decimal187179177
Binary101110111011001110110001
Octal273263261

Shades and tints

Shades of #BBB3B1

#BBB3B1
(187,179,177)
#AAA3A1
(170,163,161)
#999391
(153,147,145)
#888381
(136,131,129)
#777371
(119,115,113)
#666361
(102,99,97)
#555351
(85,83,81)
#444341
(68,67,65)
#333331
(51,51,49)
#222321
(34,35,33)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #BBB3B1

#BBB3B1
(187,179,177)
#C1B9B8
(193,185,184)
#C7BFBF
(199,191,191)
#CDC5C6
(205,197,198)
#D3CBCD
(211,203,205)
#D9D1D4
(217,209,212)
#DFD7DB
(223,215,219)
#E5DDE2
(229,221,226)
#EBE3E9
(235,227,233)
#F1E9F0
(241,233,240)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB3B1; }

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

This text font color is #BBB3B1.


Background Color

.myBgColor { background-color: #BBB3B1; }

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

This div background color is #BBB3B1.


Border color

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

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

This div border color is #BBB3B1.


Opacity

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

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

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

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

This text has shadow with #BBB3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB3B1 on black background.


Color preview on white background

This text has color #BBB3B1 on white background.



Black color preview on #BBB3B1 background

This text has black color on #BBB3B1 background.


White color preview on #BBB3B1 background

This text has white color on #BBB3B1 background.