COLOR #B0AFB0

HEX: #B0AFB0 RGB: (176,175,176)

Color info

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

RGB color model

#B0AFB0 color RGB value is (176,175,176).

RGB: (176,175,176) (69%, 69%, 69%)

RGB channels and saturation

R 176 of 255 = 69%
G 175 of 255 = 69%
B 176 of 255 = 69%

176
175
176

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

Portions of RGB colors in percentages

R + G + B = 176 + 175 + 176 = 527 (100%)
R 176 of 527 ~ 33.4%
G 175 of 527 ~ 33.21%
B 176 of 527 ~ 33.4'%

%33.4
%33.21
%33.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (0,1,0,31)
C0M1Y0K31 (0%, 1%, 0%, 31%)
(0.00 / 0.01 / 0.00 / 0.31)

CMYK percentages

%0
%0.57
%0
%30.98

Codes

Color #B0AFB0 in popluar color models

B0 AF B0
RGB 176 175 176
HSL 300° 0.63% 68.82%
HSB/HSV 300° 0.57% 69.02%
CMYK 0.00% 0.57% 0.00%
30.98%

Color #B0AFB0 in popluar number systems.

HEX B0 AF B0
Decimal 176 175 176
Binary 10110000 10101111 10110000
Octal 260 257 260

Shades and tints

Shades of #B0AFB0

#B0AFB0
(176,175,176)
#A0A0A0
(160,160,160)
#909190
(144,145,144)
#808280
(128,130,128)
#707370
(112,115,112)
#606460
(96,100,96)
#505550
(80,85,80)
#404640
(64,70,64)
#303730
(48,55,48)
#202820
(32,40,32)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #B0AFB0

#B0AFB0
(176,175,176)
#B7B6B7
(183,182,183)
#BEBDBE
(190,189,190)
#C5C4C5
(197,196,197)
#CCCBCC
(204,203,204)
#D3D2D3
(211,210,211)
#DAD9DA
(218,217,218)
#E1E0E1
(225,224,225)
#E8E7E8
(232,231,232)
#EFEEEF
(239,238,239)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AFB0; }

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

This text font color is #B0AFB0.

Background Color

.myBgColor { background-color: #B0AFB0; }

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

This div background color is #B0AFB0.

Border color

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

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

This div border color is #B0AFB0.

Opacity

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

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

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

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

This text has shadow with #B0AFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AFB0.

Preview

Color preview on black background

This text has color #B0AFB0 on black background.


Color preview on white background

This text has color #B0AFB0 on white background.


Black color preview on #B0AFB0 background

This text has black color on #B0AFB0 background.


White color preview on #B0AFB0 background

This text has white color on #B0AFB0 background.


Related colors

Complementary color

Complementary color for #hex is #4F504F.


I love getcolorcode.com

Triadic colors

1 #B0B0AF and #AFB0B0 with #B0AFB0 are triadic colors.

2 #B0AFB0 and #AFB0B0 with #B0AFB0 are triadic colors.