COLOR #BBB3B9

HEX: #BBB3B9
RGB: (187,179,185)

Color info

#BBB3B9 contains red, green and blue colors in about the same proportion. Web safe color of #BBB3B9 is #CC99CC (or #C9C).

RGB color model

#BBB3B9 color RGB value is (187,179,185).

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

RGB channels and saturation

R 187 of 255 = 73%
G 179 of 255 = 70%
B 185 of 255 = 73%

187
179
185

R + G + B ~ 72%. #BBB3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 179 + 185 = 551 (100%)
R 187 of 551 ~ 33.94%
G 179 of 551 ~ 32.49%
B 185 of 551 ~ 33.58%

%33.94
%32.49
%33.58

CMYK color model

#BBB3B9 color CMYK value is (0,4,1,27).

  • cyan value is 0.00%
  • magenta value is 4.28%
  • yellow value is 1.07%
  • key color value is 26.67%
CMYK:
(0,4,1,27)
C0M4Y1K27 
(0%,4%,1%,27%)
(0.00/0.04/0.01/0.27)	

CMYK percentages

%0
%4.28
%1.07
%26.67

Codes

Color #BBB3B9 in popluar color models

BBB3B9
RGB187179185
HSL315°5.56%71.76%
HSB/HSV315°4.28%73.33%
CMYK0.00%4.28%1.07%
26.67%

Color #BBB3B9 in popluar number systems.

HEXBBB3B9
Decimal187179185
Binary101110111011001110111001
Octal273263271

Shades and tints

Shades of #BBB3B9

#BBB3B9
(187,179,185)
#AAA3A9
(170,163,169)
#999399
(153,147,153)
#888389
(136,131,137)
#777379
(119,115,121)
#666369
(102,99,105)
#555359
(85,83,89)
#444349
(68,67,73)
#333339
(51,51,57)
#222329
(34,35,41)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #BBB3B9

#BBB3B9
(187,179,185)
#C1B9BF
(193,185,191)
#C7BFC5
(199,191,197)
#CDC5CB
(205,197,203)
#D3CBD1
(211,203,209)
#D9D1D7
(217,209,215)
#DFD7DD
(223,215,221)
#E5DDE3
(229,221,227)
#EBE3E9
(235,227,233)
#F1E9EF
(241,233,239)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB3B9; }

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

This text font color is #BBB3B9.


Background Color

.myBgColor { background-color: #BBB3B9; }

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

This div background color is #BBB3B9.


Border color

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

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

This div border color is #BBB3B9.


Opacity

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

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

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

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

This text has shadow with #BBB3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB3B9 on black background.


Color preview on white background

This text has color #BBB3B9 on white background.



Black color preview on #BBB3B9 background

This text has black color on #BBB3B9 background.


White color preview on #BBB3B9 background

This text has white color on #BBB3B9 background.