COLOR #B5BABB

HEX: #B5BABB
RGB: (181,186,187)

Color info

#B5BABB contains red, green and blue colors in about the same proportion. Web safe color of #B5BABB is #CCCCCC (or #CCC).

RGB color model

#B5BABB color RGB value is (181,186,187).

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

RGB channels and saturation

R 181 of 255 = 71%
G 186 of 255 = 73%
B 187 of 255 = 73%

181
186
187

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

Portions of RGB colors in percentages

R + G + B =
181 + 186 + 187 = 554 (100%)
R 181 of 554 ~ 32.67%
G 186 of 554 ~ 33.57%
B 187 of 554 ~ 33.75%

%32.67
%33.57
%33.75

CMYK color model

#B5BABB color CMYK value is (3,1,0,27).

  • cyan value is 3.21%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(3,1,0,27)
C3M1Y0K27 
(3%,1%,0%,27%)
(0.03/0.01/0.00/0.27)	

CMYK percentages

%3.21
%0.53
%0
%26.67

Codes

Color #B5BABB in popluar color models

B5BABB
RGB181186187
HSL190°4.23%72.16%
HSB/HSV190°3.21%73.33%
CMYK3.21%0.53%0.00%
26.67%

Color #B5BABB in popluar number systems.

HEXB5BABB
Decimal181186187
Binary101101011011101010111011
Octal265272273

Shades and tints

Shades of #B5BABB

#B5BABB
(181,186,187)
#A5AAAA
(165,170,170)
#959A99
(149,154,153)
#858A88
(133,138,136)
#757A77
(117,122,119)
#656A66
(101,106,102)
#555A55
(85,90,85)
#454A44
(69,74,68)
#353A33
(53,58,51)
#252A22
(37,42,34)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #B5BABB

#B5BABB
(181,186,187)
#BBC0C1
(187,192,193)
#C1C6C7
(193,198,199)
#C7CCCD
(199,204,205)
#CDD2D3
(205,210,211)
#D3D8D9
(211,216,217)
#D9DEDF
(217,222,223)
#DFE4E5
(223,228,229)
#E5EAEB
(229,234,235)
#EBF0F1
(235,240,241)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BABB; }

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

This text font color is #B5BABB.


Background Color

.myBgColor { background-color: #B5BABB; }

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

This div background color is #B5BABB.


Border color

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

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

This div border color is #B5BABB.


Opacity

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

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

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

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

This text has shadow with #B5BABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BABB on black background.


Color preview on white background

This text has color #B5BABB on white background.



Black color preview on #B5BABB background

This text has black color on #B5BABB background.


White color preview on #B5BABB background

This text has white color on #B5BABB background.