COLOR #B0B1A5

HEX: #B0B1A5 RGB: (176,177,165)

Color info

#B0B1A5 contains red, green and blue colors in about the same proportion. Web safe color of #B0B1A5 is #999999 (or #999).

RGB color model

#B0B1A5 color RGB value is (176,177,165).

RGB: (176,177,165) (69%, 69%, 65%)

RGB channels and saturation

R 176 of 255 = 69%
G 177 of 255 = 69%
B 165 of 255 = 65%

176
177
165

R + G + B ~ 68%. #B0B1A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 177 + 165 = 518 (100%)
R 176 of 518 ~ 33.98%
G 177 of 518 ~ 34.17%
B 165 of 518 ~ 31.85'%

%33.98
%34.17
%31.85

CMYK color model

#B0B1A5 color CMYK value is (1,0,7,31).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 30.59%
CMYK: (1,0,7,31) C1M0Y7K31 (1%,0%,7%,31%) (0.01/0.00/0.07/0.31) 

CMYK percentages

%0.56
%0
%6.78
%30.59

Codes

Color #B0B1A5 in popluar color models

B0 B1 A5
RGB 176 177 165
HSL 65° 7.14% 67.06%
HSB/HSV 65° 6.78% 69.41%
CMYK 0.56% 0.00% 6.78%
30.59%

Color #B0B1A5 in popluar number systems.

HEX B0 B1 A5
Decimal 176 177 165
Binary 10110000 10110001 10100101
Octal 260 261 245

Shades and tints

Shades of #B0B1A5

#B0B1A5
(176,177,165)
#A0A196
(160,161,150)
#909187
(144,145,135)
#808178
(128,129,120)
#707169
(112,113,105)
#60615A
(96,97,90)
#50514B
(80,81,75)
#40413C
(64,65,60)
#30312D
(48,49,45)
#20211E
(32,33,30)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B0B1A5

#B0B1A5
(176,177,165)
#B7B8AD
(183,184,173)
#BEBFB5
(190,191,181)
#C5C6BD
(197,198,189)
#CCCDC5
(204,205,197)
#D3D4CD
(211,212,205)
#DADBD5
(218,219,213)
#E1E2DD
(225,226,221)
#E8E9E5
(232,233,229)
#EFF0ED
(239,240,237)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B1A5 color. Also use rgb(176,177,165) instead hex code.

Text Font Color

.myTextColor { color: #B0B1A5; }

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

This text font color is #B0B1A5.

Background Color

.myBgColor { background-color: #B0B1A5; }

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

This div background color is #B0B1A5.

Border color

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

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

This div border color is #B0B1A5.

Opacity

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

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

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

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

This text has shadow with #B0B1A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B1A5.

Preview

Color preview on black background

This text has color #B0B1A5 on black background.


Color preview on white background

This text has color #B0B1A5 on white background.


Black color preview on #B0B1A5 background

This text has black color on #B0B1A5 background.


White color preview on #B0B1A5 background

This text has white color on #B0B1A5 background.


Related colors

Complementary color

Complementary color for #hex is #4F4E5A.


I love getcolorcode.com

Triadic colors

1 #A5B0B1 and #B1A5B0 with #B0B1A5 are triadic colors.

2 #A5B1B0 and #B1B0A5 with #B0B1A5 are triadic colors.