COLOR #B5B3AB

HEX: #B5B3AB
RGB: (181,179,171)

Color info

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

RGB color model

#B5B3AB color RGB value is (181,179,171).

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

RGB channels and saturation

R 181 of 255 = 71%
G 179 of 255 = 70%
B 171 of 255 = 67%

181
179
171

R + G + B ~ 69%. #B5B3AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 179 + 171 = 531 (100%)
R 181 of 531 ~ 34.09%
G 179 of 531 ~ 33.71%
B 171 of 531 ~ 32.2%

%34.09
%33.71
%32.2

CMYK color model

#B5B3AB color CMYK value is (0,1,6,29).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(0,1,6,29)
C0M1Y6K29 
(0%,1%,6%,29%)
(0.00/0.01/0.06/0.29)	

CMYK percentages

%0
%1.1
%5.52
%29.02

Codes

Color #B5B3AB in popluar color models

B5B3AB
RGB181179171
HSL48°6.33%69.02%
HSB/HSV48°5.52%70.98%
CMYK0.00%1.10%5.52%
29.02%

Color #B5B3AB in popluar number systems.

HEXB5B3AB
Decimal181179171
Binary101101011011001110101011
Octal265263253

Shades and tints

Shades of #B5B3AB

#B5B3AB
(181,179,171)
#A5A39C
(165,163,156)
#95938D
(149,147,141)
#85837E
(133,131,126)
#75736F
(117,115,111)
#656360
(101,99,96)
#555351
(85,83,81)
#454342
(69,67,66)
#353333
(53,51,51)
#252324
(37,35,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #B5B3AB

#B5B3AB
(181,179,171)
#BBB9B2
(187,185,178)
#C1BFB9
(193,191,185)
#C7C5C0
(199,197,192)
#CDCBC7
(205,203,199)
#D3D1CE
(211,209,206)
#D9D7D5
(217,215,213)
#DFDDDC
(223,221,220)
#E5E3E3
(229,227,227)
#EBE9EA
(235,233,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B3AB; }

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

This text font color is #B5B3AB.


Background Color

.myBgColor { background-color: #B5B3AB; }

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

This div background color is #B5B3AB.


Border color

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

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

This div border color is #B5B3AB.


Opacity

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

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

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

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

This text has shadow with #B5B3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B3AB on black background.


Color preview on white background

This text has color #B5B3AB on white background.



Black color preview on #B5B3AB background

This text has black color on #B5B3AB background.


White color preview on #B5B3AB background

This text has white color on #B5B3AB background.