COLOR #B5B4B3

HEX: #B5B4B3
RGB: (181,180,179)

Color info

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

RGB color model

#B5B4B3 color RGB value is (181,180,179).

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

RGB channels and saturation

R 181 of 255 = 71%
G 180 of 255 = 71%
B 179 of 255 = 70%

181
180
179

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

Portions of RGB colors in percentages

R + G + B =
181 + 180 + 179 = 540 (100%)
R 181 of 540 ~ 33.52%
G 180 of 540 ~ 33.33%
B 179 of 540 ~ 33.15%

%33.52
%33.33
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 1.10%
  • key color value is 29.02%
CMYK:
(0,1,1,29)
C0M1Y1K29 
(0%,1%,1%,29%)
(0.00/0.01/0.01/0.29)	

CMYK percentages

%0
%0.55
%1.1
%29.02

Codes

Color #B5B4B3 in popluar color models

B5B4B3
RGB181180179
HSL30°1.33%70.59%
HSB/HSV30°1.10%70.98%
CMYK0.00%0.55%1.10%
29.02%

Color #B5B4B3 in popluar number systems.

HEXB5B4B3
Decimal181180179
Binary101101011011010010110011
Octal265264263

Shades and tints

Shades of #B5B4B3

#B5B4B3
(181,180,179)
#A5A4A3
(165,164,163)
#959493
(149,148,147)
#858483
(133,132,131)
#757473
(117,116,115)
#656463
(101,100,99)
#555453
(85,84,83)
#454443
(69,68,67)
#353433
(53,52,51)
#252423
(37,36,35)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #B5B4B3

#B5B4B3
(181,180,179)
#BBBAB9
(187,186,185)
#C1C0BF
(193,192,191)
#C7C6C5
(199,198,197)
#CDCCCB
(205,204,203)
#D3D2D1
(211,210,209)
#D9D8D7
(217,216,215)
#DFDEDD
(223,222,221)
#E5E4E3
(229,228,227)
#EBEAE9
(235,234,233)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B4B3; }

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

This text font color is #B5B4B3.


Background Color

.myBgColor { background-color: #B5B4B3; }

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

This div background color is #B5B4B3.


Border color

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

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

This div border color is #B5B4B3.


Opacity

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

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

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

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

This text has shadow with #B5B4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B4B3 on black background.


Color preview on white background

This text has color #B5B4B3 on white background.



Black color preview on #B5B4B3 background

This text has black color on #B5B4B3 background.


White color preview on #B5B4B3 background

This text has white color on #B5B4B3 background.