COLOR #B0A5B3

HEX: #B0A5B3 RGB: (176,165,179)

Color info

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

RGB color model

#B0A5B3 color RGB value is (176,165,179).

RGB: (176,165,179) (69%, 65%, 70%)

RGB channels and saturation

R 176 of 255 = 69%
G 165 of 255 = 65%
B 179 of 255 = 70%

176
165
179

R + G + B ~ 68%. #B0A5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 165 + 179 = 520 (100%)
R 176 of 520 ~ 33.85%
G 165 of 520 ~ 31.73%
B 179 of 520 ~ 34.42'%

%33.85
%31.73
%34.42

CMYK color model

#B0A5B3 color CMYK value is (2,8,0,30).

  • cyan value is 1.68%
  • magenta value is 7.82%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (2,8,0,30) C2M8Y0K30 (2%,8%,0%,30%) (0.02/0.08/0.00/0.30) 

CMYK percentages

%1.68
%7.82
%0
%29.8

Codes

Color #B0A5B3 in popluar color models

B0 A5 B3
RGB 176 165 179
HSL 287° 8.43% 67.45%
HSB/HSV 287° 7.82% 70.20%
CMYK 1.68% 7.82% 0.00%
29.80%

Color #B0A5B3 in popluar number systems.

HEX B0 A5 B3
Decimal 176 165 179
Binary 10110000 10100101 10110011
Octal 260 245 263

Shades and tints

Shades of #B0A5B3

#B0A5B3
(176,165,179)
#A096A3
(160,150,163)
#908793
(144,135,147)
#807883
(128,120,131)
#706973
(112,105,115)
#605A63
(96,90,99)
#504B53
(80,75,83)
#403C43
(64,60,67)
#302D33
(48,45,51)
#201E23
(32,30,35)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #B0A5B3

#B0A5B3
(176,165,179)
#B7ADB9
(183,173,185)
#BEB5BF
(190,181,191)
#C5BDC5
(197,189,197)
#CCC5CB
(204,197,203)
#D3CDD1
(211,205,209)
#DAD5D7
(218,213,215)
#E1DDDD
(225,221,221)
#E8E5E3
(232,229,227)
#EFEDE9
(239,237,233)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A5B3; }

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

This text font color is #B0A5B3.

Background Color

.myBgColor { background-color: #B0A5B3; }

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

This div background color is #B0A5B3.

Border color

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

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

This div border color is #B0A5B3.

Opacity

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

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

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

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

This text has shadow with #B0A5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A5B3.

Preview

Color preview on black background

This text has color #B0A5B3 on black background.


Color preview on white background

This text has color #B0A5B3 on white background.


Black color preview on #B0A5B3 background

This text has black color on #B0A5B3 background.


White color preview on #B0A5B3 background

This text has white color on #B0A5B3 background.


Related colors

Complementary color

Complementary color for #hex is #4F5A4C.


I love getcolorcode.com

Triadic colors

1 #B3B0A5 and #A5B3B0 with #B0A5B3 are triadic colors.

2 #B3A5B0 and #A5B0B3 with #B0A5B3 are triadic colors.