COLOR #B0A5BB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

176
165
187

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

Portions of RGB colors in percentages

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

%33.33
%31.25
%35.42

CMYK color model

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

  • cyan value is 5.88%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(6,12,0,27)
C6M12Y0K27 
(6%,12%,0%,27%)
(0.06/0.12/0.00/0.27)	

CMYK percentages

%5.88
%11.76
%0
%26.67

Codes

Color #B0A5BB in popluar color models

B0A5BB
RGB176165187
HSL270°13.92%69.02%
HSB/HSV270°11.76%73.33%
CMYK5.88%11.76%0.00%
26.67%

Color #B0A5BB in popluar number systems.

HEXB0A5BB
Decimal176165187
Binary101100001010010110111011
Octal260245273

Shades and tints

Shades of #B0A5BB

#B0A5BB
(176,165,187)
#A096AA
(160,150,170)
#908799
(144,135,153)
#807888
(128,120,136)
#706977
(112,105,119)
#605A66
(96,90,102)
#504B55
(80,75,85)
#403C44
(64,60,68)
#302D33
(48,45,51)
#201E22
(32,30,34)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #B0A5BB

#B0A5BB
(176,165,187)
#B7ADC1
(183,173,193)
#BEB5C7
(190,181,199)
#C5BDCD
(197,189,205)
#CCC5D3
(204,197,211)
#D3CDD9
(211,205,217)
#DAD5DF
(218,213,223)
#E1DDE5
(225,221,229)
#E8E5EB
(232,229,235)
#EFEDF1
(239,237,241)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A5BB; }

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

This text font color is #B0A5BB.


Background Color

.myBgColor { background-color: #B0A5BB; }

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

This div background color is #B0A5BB.


Border color

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

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

This div border color is #B0A5BB.


Opacity

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

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

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

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

This text has shadow with #B0A5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A5BB on black background.


Color preview on white background

This text has color #B0A5BB on white background.



Black color preview on #B0A5BB background

This text has black color on #B0A5BB background.


White color preview on #B0A5BB background

This text has white color on #B0A5BB background.