COLOR #BBBBB3

HEX: #BBBBB3
RGB: (187,187,179)

Color info

#BBBBB3 contains red, green and blue colors in about the same proportion. Web safe color of #BBBBB3 is #CCCC99 (or #CC9).

RGB color model

#BBBBB3 color RGB value is (187,187,179).

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

RGB channels and saturation

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

187
187
179

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

Portions of RGB colors in percentages

R + G + B =
187 + 187 + 179 = 553 (100%)
R 187 of 553 ~ 33.82%
G 187 of 553 ~ 33.82%
B 179 of 553 ~ 32.37%

%33.82
%33.82
%32.37

CMYK color model

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

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

CMYK percentages

%0
%0
%4.28
%26.67

Codes

Color #BBBBB3 in popluar color models

BBBBB3
RGB187187179
HSL60°5.56%71.76%
HSB/HSV60°4.28%73.33%
CMYK0.00%0.00%4.28%
26.67%

Color #BBBBB3 in popluar number systems.

HEXBBBBB3
Decimal187187179
Binary101110111011101110110011
Octal273273263

Shades and tints

Shades of #BBBBB3

#BBBBB3
(187,187,179)
#AAAAA3
(170,170,163)
#999993
(153,153,147)
#888883
(136,136,131)
#777773
(119,119,115)
#666663
(102,102,99)
#555553
(85,85,83)
#444443
(68,68,67)
#333333
(51,51,51)
#222223
(34,34,35)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #BBBBB3

#BBBBB3
(187,187,179)
#C1C1B9
(193,193,185)
#C7C7BF
(199,199,191)
#CDCDC5
(205,205,197)
#D3D3CB
(211,211,203)
#D9D9D1
(217,217,209)
#DFDFD7
(223,223,215)
#E5E5DD
(229,229,221)
#EBEBE3
(235,235,227)
#F1F1E9
(241,241,233)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBBB3; }

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

This text font color is #BBBBB3.


Background Color

.myBgColor { background-color: #BBBBB3; }

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

This div background color is #BBBBB3.


Border color

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

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

This div border color is #BBBBB3.


Opacity

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

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

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

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

This text has shadow with #BBBBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBBB3 on black background.


Color preview on white background

This text has color #BBBBB3 on white background.



Black color preview on #BBBBB3 background

This text has black color on #BBBBB3 background.


White color preview on #BBBBB3 background

This text has white color on #BBBBB3 background.