COLOR #B0A5B8

HEX: #B0A5B8
RGB: (176,165,184)

Color info

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

RGB color model

#B0A5B8 color RGB value is (176,165,184).

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

RGB channels and saturation

R 176 of 255 = 69%
G 165 of 255 = 65%
B 184 of 255 = 72%

176
165
184

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

Portions of RGB colors in percentages

R + G + B =
176 + 165 + 184 = 525 (100%)
R 176 of 525 ~ 33.52%
G 165 of 525 ~ 31.43%
B 184 of 525 ~ 35.05%

%33.52
%31.43
%35.05

CMYK color model

#B0A5B8 color CMYK value is (4,10,0,28).

  • cyan value is 4.35%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(4,10,0,28)
C4M10Y0K28 
(4%,10%,0%,28%)
(0.04/0.10/0.00/0.28)	

CMYK percentages

%4.35
%10.33
%0
%27.84

Codes

Color #B0A5B8 in popluar color models

B0A5B8
RGB176165184
HSL275°11.80%68.43%
HSB/HSV275°10.33%72.16%
CMYK4.35%10.33%0.00%
27.84%

Color #B0A5B8 in popluar number systems.

HEXB0A5B8
Decimal176165184
Binary101100001010010110111000
Octal260245270

Shades and tints

Shades of #B0A5B8

#B0A5B8
(176,165,184)
#A096A8
(160,150,168)
#908798
(144,135,152)
#807888
(128,120,136)
#706978
(112,105,120)
#605A68
(96,90,104)
#504B58
(80,75,88)
#403C48
(64,60,72)
#302D38
(48,45,56)
#201E28
(32,30,40)
#100F18
(16,15,24)
#000000
(0,0,0)

Tints of #B0A5B8

#B0A5B8
(176,165,184)
#B7ADBE
(183,173,190)
#BEB5C4
(190,181,196)
#C5BDCA
(197,189,202)
#CCC5D0
(204,197,208)
#D3CDD6
(211,205,214)
#DAD5DC
(218,213,220)
#E1DDE2
(225,221,226)
#E8E5E8
(232,229,232)
#EFEDEE
(239,237,238)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A5B8; }

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

This text font color is #B0A5B8.


Background Color

.myBgColor { background-color: #B0A5B8; }

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

This div background color is #B0A5B8.


Border color

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

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

This div border color is #B0A5B8.


Opacity

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

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

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

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

This text has shadow with #B0A5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A5B8 on black background.


Color preview on white background

This text has color #B0A5B8 on white background.



Black color preview on #B0A5B8 background

This text has black color on #B0A5B8 background.


White color preview on #B0A5B8 background

This text has white color on #B0A5B8 background.