COLOR #B0BBA5

HEX: #B0BBA5 RGB: (176,187,165)

Color info

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

RGB color model

#B0BBA5 color RGB value is (176,187,165).

RGB: (176,187,165) (69%, 73%, 65%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 165 of 255 = 65%

176
187
165

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

Portions of RGB colors in percentages

R + G + B = 176 + 187 + 165 = 528 (100%)
R 176 of 528 ~ 33.33%
G 187 of 528 ~ 35.42%
B 165 of 528 ~ 31.25'%

%33.33
%35.42
%31.25

CMYK color model

#B0BBA5 color CMYK value is (6,0,12,27).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 26.67%

CMYK: (6,0,12,27)
C6M0Y12K27 (6%, 0%, 12%, 27%)
(0.06 / 0.00 / 0.12 / 0.27)

CMYK percentages

%5.88
%0
%11.76
%26.67

Codes

Color #B0BBA5 in popluar color models

B0 BB A5
RGB 176 187 165
HSL 90° 13.92% 69.02%
HSB/HSV 90° 11.76% 73.33%
CMYK 5.88% 0.00% 11.76%
26.67%

Color #B0BBA5 in popluar number systems.

HEX B0 BB A5
Decimal 176 187 165
Binary 10110000 10111011 10100101
Octal 260 273 245

Shades and tints

Shades of #B0BBA5

#B0BBA5
(176,187,165)
#A0AA96
(160,170,150)
#909987
(144,153,135)
#808878
(128,136,120)
#707769
(112,119,105)
#60665A
(96,102,90)
#50554B
(80,85,75)
#40443C
(64,68,60)
#30332D
(48,51,45)
#20221E
(32,34,30)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B0BBA5

#B0BBA5
(176,187,165)
#B7C1AD
(183,193,173)
#BEC7B5
(190,199,181)
#C5CDBD
(197,205,189)
#CCD3C5
(204,211,197)
#D3D9CD
(211,217,205)
#DADFD5
(218,223,213)
#E1E5DD
(225,229,221)
#E8EBE5
(232,235,229)
#EFF1ED
(239,241,237)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BBA5; }

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

This text font color is #B0BBA5.

Background Color

.myBgColor { background-color: #B0BBA5; }

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

This div background color is #B0BBA5.

Border color

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

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

This div border color is #B0BBA5.

Opacity

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

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

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

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

This text has shadow with #B0BBA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BBA5.

Preview

Color preview on black background

This text has color #B0BBA5 on black background.


Color preview on white background

This text has color #B0BBA5 on white background.


Black color preview on #B0BBA5 background

This text has black color on #B0BBA5 background.


White color preview on #B0BBA5 background

This text has white color on #B0BBA5 background.


Related colors

Complementary color

Complementary color for #hex is #4F445A.


I love getcolorcode.com

Triadic colors

1 #A5B0BB and #BBA5B0 with #B0BBA5 are triadic colors.

2 #A5BBB0 and #BBB0A5 with #B0BBA5 are triadic colors.