COLOR #B3BBB5

HEX: #B3BBB5
RGB: (179,187,181)

Color info

#B3BBB5 contains red, green and blue colors in about the same proportion. Web safe color of #B3BBB5 is #99CCCC (or #9CC).

RGB color model

#B3BBB5 color RGB value is (179,187,181).

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

RGB channels and saturation

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

179
187
181

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

Portions of RGB colors in percentages

R + G + B =
179 + 187 + 181 = 547 (100%)
R 179 of 547 ~ 32.72%
G 187 of 547 ~ 34.19%
B 181 of 547 ~ 33.09%

%32.72
%34.19
%33.09

CMYK color model

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

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

CMYK percentages

%4.28
%0
%3.21
%26.67

Codes

Color #B3BBB5 in popluar color models

B3BBB5
RGB179187181
HSL135°5.56%71.76%
HSB/HSV135°4.28%73.33%
CMYK4.28%0.00%3.21%
26.67%

Color #B3BBB5 in popluar number systems.

HEXB3BBB5
Decimal179187181
Binary101100111011101110110101
Octal263273265

Shades and tints

Shades of #B3BBB5

#B3BBB5
(179,187,181)
#A3AAA5
(163,170,165)
#939995
(147,153,149)
#838885
(131,136,133)
#737775
(115,119,117)
#636665
(99,102,101)
#535555
(83,85,85)
#434445
(67,68,69)
#333335
(51,51,53)
#232225
(35,34,37)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #B3BBB5

#B3BBB5
(179,187,181)
#B9C1BB
(185,193,187)
#BFC7C1
(191,199,193)
#C5CDC7
(197,205,199)
#CBD3CD
(203,211,205)
#D1D9D3
(209,217,211)
#D7DFD9
(215,223,217)
#DDE5DF
(221,229,223)
#E3EBE5
(227,235,229)
#E9F1EB
(233,241,235)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BBB5; }

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

This text font color is #B3BBB5.


Background Color

.myBgColor { background-color: #B3BBB5; }

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

This div background color is #B3BBB5.


Border color

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

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

This div border color is #B3BBB5.


Opacity

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

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

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

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

This text has shadow with #B3BBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BBB5 on black background.


Color preview on white background

This text has color #B3BBB5 on white background.



Black color preview on #B3BBB5 background

This text has black color on #B3BBB5 background.


White color preview on #B3BBB5 background

This text has white color on #B3BBB5 background.