COLOR #B0A0BD

HEX: #B0A0BD
RGB: (176,160,189)

Color info

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

RGB color model

#B0A0BD color RGB value is (176,160,189).

  • red value is 176;
  • green value is 160;
  • blue value is 189.
RGB:
(176,160,189)
(69%,63%,74%)

RGB channels and saturation

R 176 of 255 = 69%
G 160 of 255 = 63%
B 189 of 255 = 74%

176
160
189

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

Portions of RGB colors in percentages

R + G + B =
176 + 160 + 189 = 525 (100%)
R 176 of 525 ~ 33.52%
G 160 of 525 ~ 30.48%
B 189 of 525 ~ 36%

%33.52
%30.48
%36

CMYK color model

#B0A0BD color CMYK value is (7,15,0,26).

  • cyan value is 6.88%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,15,0,26)
C7M15Y0K26 
(7%,15%,0%,26%)
(0.07/0.15/0.00/0.26)	

CMYK percentages

%6.88
%15.34
%0
%25.88

Codes

Color #B0A0BD in popluar color models

B0A0BD
RGB176160189
HSL273°18.01%68.43%
HSB/HSV273°15.34%74.12%
CMYK6.88%15.34%0.00%
25.88%

Color #B0A0BD in popluar number systems.

HEXB0A0BD
Decimal176160189
Binary101100001010000010111101
Octal260240275

Shades and tints

Shades of #B0A0BD

#B0A0BD
(176,160,189)
#A092AC
(160,146,172)
#90849B
(144,132,155)
#80768A
(128,118,138)
#706879
(112,104,121)
#605A68
(96,90,104)
#504C57
(80,76,87)
#403E46
(64,62,70)
#303035
(48,48,53)
#202224
(32,34,36)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #B0A0BD

#B0A0BD
(176,160,189)
#B7A8C3
(183,168,195)
#BEB0C9
(190,176,201)
#C5B8CF
(197,184,207)
#CCC0D5
(204,192,213)
#D3C8DB
(211,200,219)
#DAD0E1
(218,208,225)
#E1D8E7
(225,216,231)
#E8E0ED
(232,224,237)
#EFE8F3
(239,232,243)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A0BD; }

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

This text font color is #B0A0BD.


Background Color

.myBgColor { background-color: #B0A0BD; }

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

This div background color is #B0A0BD.


Border color

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

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

This div border color is #B0A0BD.


Opacity

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

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

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

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

This text has shadow with #B0A0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A0BD on black background.


Color preview on white background

This text has color #B0A0BD on white background.



Black color preview on #B0A0BD background

This text has black color on #B0A0BD background.


White color preview on #B0A0BD background

This text has white color on #B0A0BD background.