COLOR #B0BBAE

HEX: #B0BBAE RGB: (176,187,174)

Color info

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

RGB color model

#B0BBAE color RGB value is (176,187,174).

RGB: (176,187,174) (69%, 73%, 68%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 174 of 255 = 68%

176
187
174

R + G + B ~ 70%. #B0BBAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 187 + 174 = 537 (100%)
R 176 of 537 ~ 32.77%
G 187 of 537 ~ 34.82%
B 174 of 537 ~ 32.4'%

%32.77
%34.82
%32.4

CMYK color model

#B0BBAE color CMYK value is (6,0,7,27).

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

CMYK: (6,0,7,27)
C6M0Y7K27 (6%, 0%, 7%, 27%)
(0.06 / 0.00 / 0.07 / 0.27)

CMYK percentages

%5.88
%0
%6.95
%26.67

Codes

Color #B0BBAE in popluar color models

B0 BB AE
RGB 176 187 174
HSL 111° 8.72% 70.78%
HSB/HSV 111° 6.95% 73.33%
CMYK 5.88% 0.00% 6.95%
26.67%

Color #B0BBAE in popluar number systems.

HEX B0 BB AE
Decimal 176 187 174
Binary 10110000 10111011 10101110
Octal 260 273 256

Shades and tints

Shades of #B0BBAE

#B0BBAE
(176,187,174)
#A0AA9F
(160,170,159)
#909990
(144,153,144)
#808881
(128,136,129)
#707772
(112,119,114)
#606663
(96,102,99)
#505554
(80,85,84)
#404445
(64,68,69)
#303336
(48,51,54)
#202227
(32,34,39)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #B0BBAE

#B0BBAE
(176,187,174)
#B7C1B5
(183,193,181)
#BEC7BC
(190,199,188)
#C5CDC3
(197,205,195)
#CCD3CA
(204,211,202)
#D3D9D1
(211,217,209)
#DADFD8
(218,223,216)
#E1E5DF
(225,229,223)
#E8EBE6
(232,235,230)
#EFF1ED
(239,241,237)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BBAE; }

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

This text font color is #B0BBAE.

Background Color

.myBgColor { background-color: #B0BBAE; }

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

This div background color is #B0BBAE.

Border color

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

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

This div border color is #B0BBAE.

Opacity

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

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

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

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

This text has shadow with #B0BBAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BBAE.

Preview

Color preview on black background

This text has color #B0BBAE on black background.


Color preview on white background

This text has color #B0BBAE on white background.


Black color preview on #B0BBAE background

This text has black color on #B0BBAE background.


White color preview on #B0BBAE background

This text has white color on #B0BBAE background.


Related colors

Complementary color

Complementary color for #hex is #4F4451.


I love getcolorcode.com

Triadic colors

1 #AEB0BB and #BBAEB0 with #B0BBAE are triadic colors.

2 #AEBBB0 and #BBB0AE with #B0BBAE are triadic colors.