COLOR #B0AFBB

HEX: #B0AFBB
RGB: (176,175,187)

Color info

#B0AFBB contains red, green and blue colors in about the same proportion. Web safe color of #B0AFBB is #9999CC (or #99C).

RGB color model

#B0AFBB color RGB value is (176,175,187).

  • red value is 176;
  • green value is 175;
  • blue value is 187.
RGB:
(176,175,187)
(69%,69%,73%)

RGB channels and saturation

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

176
175
187

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

Portions of RGB colors in percentages

R + G + B =
176 + 175 + 187 = 538 (100%)
R 176 of 538 ~ 32.71%
G 175 of 538 ~ 32.53%
B 187 of 538 ~ 34.76%

%32.71
%32.53
%34.76

CMYK color model

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

  • cyan value is 5.88%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(6,6,0,27)
C6M6Y0K27 
(6%,6%,0%,27%)
(0.06/0.06/0.00/0.27)	

CMYK percentages

%5.88
%6.42
%0
%26.67

Codes

Color #B0AFBB in popluar color models

B0AFBB
RGB176175187
HSL245°8.11%70.98%
HSB/HSV245°6.42%73.33%
CMYK5.88%6.42%0.00%
26.67%

Color #B0AFBB in popluar number systems.

HEXB0AFBB
Decimal176175187
Binary101100001010111110111011
Octal260257273

Shades and tints

Shades of #B0AFBB

#B0AFBB
(176,175,187)
#A0A0AA
(160,160,170)
#909199
(144,145,153)
#808288
(128,130,136)
#707377
(112,115,119)
#606466
(96,100,102)
#505555
(80,85,85)
#404644
(64,70,68)
#303733
(48,55,51)
#202822
(32,40,34)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #B0AFBB

#B0AFBB
(176,175,187)
#B7B6C1
(183,182,193)
#BEBDC7
(190,189,199)
#C5C4CD
(197,196,205)
#CCCBD3
(204,203,211)
#D3D2D9
(211,210,217)
#DAD9DF
(218,217,223)
#E1E0E5
(225,224,229)
#E8E7EB
(232,231,235)
#EFEEF1
(239,238,241)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AFBB; }

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

This text font color is #B0AFBB.


Background Color

.myBgColor { background-color: #B0AFBB; }

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

This div background color is #B0AFBB.


Border color

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

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

This div border color is #B0AFBB.


Opacity

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

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

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

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

This text has shadow with #B0AFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AFBB on black background.


Color preview on white background

This text has color #B0AFBB on white background.



Black color preview on #B0AFBB background

This text has black color on #B0AFBB background.


White color preview on #B0AFBB background

This text has white color on #B0AFBB background.