COLOR #B08BAA

HEX: #B08BAA RGB: (176,139,170)

Color info

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

RGB color model

#B08BAA color RGB value is (176,139,170).

RGB: (176,139,170) (69%, 55%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 139 of 255 = 55%
B 170 of 255 = 67%

176
139
170

R + G + B ~ 64%. #B08BAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 139 + 170 = 485 (100%)
R 176 of 485 ~ 36.29%
G 139 of 485 ~ 28.66%
B 170 of 485 ~ 35.05'%

%36.29
%28.66
%35.05

CMYK color model

#B08BAA color CMYK value is (0,21,3,31).

  • cyan value is 0.00%
  • magenta value is 21.02%
  • yellow value is 3.41%
  • key color value is 30.98%

CMYK: (0,21,3,31)
C0M21Y3K31 (0%, 21%, 3%, 31%)
(0.00 / 0.21 / 0.03 / 0.31)

CMYK percentages

%0
%21.02
%3.41
%30.98

Codes

Color #B08BAA in popluar color models

B0 8B AA
RGB 176 139 170
HSL 310° 18.97% 61.76%
HSB/HSV 310° 21.02% 69.02%
CMYK 0.00% 21.02% 3.41%
30.98%

Color #B08BAA in popluar number systems.

HEX B0 8B AA
Decimal 176 139 170
Binary 10110000 10001011 10101010
Octal 260 213 252

Shades and tints

Shades of #B08BAA

#B08BAA
(176,139,170)
#A07F9B
(160,127,155)
#90738C
(144,115,140)
#80677D
(128,103,125)
#705B6E
(112,91,110)
#604F5F
(96,79,95)
#504350
(80,67,80)
#403741
(64,55,65)
#302B32
(48,43,50)
#201F23
(32,31,35)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B08BAA

#B08BAA
(176,139,170)
#B795B1
(183,149,177)
#BE9FB8
(190,159,184)
#C5A9BF
(197,169,191)
#CCB3C6
(204,179,198)
#D3BDCD
(211,189,205)
#DAC7D4
(218,199,212)
#E1D1DB
(225,209,219)
#E8DBE2
(232,219,226)
#EFE5E9
(239,229,233)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08BAA color. Also use rgb(176,139,170) instead hex code.

Text Font Color

.myTextColor { color: #B08BAA; }

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

This text font color is #B08BAA.

Background Color

.myBgColor { background-color: #B08BAA; }

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

This div background color is #B08BAA.

Border color

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

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

This div border color is #B08BAA.

Opacity

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

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

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

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

This text has shadow with #B08BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08BAA.

Preview

Color preview on black background

This text has color #B08BAA on black background.


Color preview on white background

This text has color #B08BAA on white background.


Black color preview on #B08BAA background

This text has black color on #B08BAA background.


White color preview on #B08BAA background

This text has white color on #B08BAA background.


Related colors

Complementary color

Complementary color for #hex is #4F7455.


I love getcolorcode.com

Triadic colors

1 #AAB08B and #8BAAB0 with #B08BAA are triadic colors.

2 #AA8BB0 and #8BB0AA with #B08BAA are triadic colors.