COLOR #B08AA6

HEX: #B08AA6
RGB: (176,138,166)

Color info

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

RGB color model

#B08AA6 color RGB value is (176,138,166).

  • red value is 176;
  • green value is 138;
  • blue value is 166.
RGB:
(176,138,166)
(69%,54%,65%)

RGB channels and saturation

R 176 of 255 = 69%
G 138 of 255 = 54%
B 166 of 255 = 65%

176
138
166

R + G + B ~ 63%. #B08AA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 138 + 166 = 480 (100%)
R 176 of 480 ~ 36.67%
G 138 of 480 ~ 28.75%
B 166 of 480 ~ 34.58%

%36.67
%28.75
%34.58

CMYK color model

#B08AA6 color CMYK value is (0,22,6,31).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(0,22,6,31)
C0M22Y6K31 
(0%,22%,6%,31%)
(0.00/0.22/0.06/0.31)	

CMYK percentages

%0
%21.59
%5.68
%30.98

Codes

Color #B08AA6 in popluar color models

B08AA6
RGB176138166
HSL316°19.39%61.57%
HSB/HSV316°21.59%69.02%
CMYK0.00%21.59%5.68%
30.98%

Color #B08AA6 in popluar number systems.

HEXB08AA6
Decimal176138166
Binary101100001000101010100110
Octal260212246

Shades and tints

Shades of #B08AA6

#B08AA6
(176,138,166)
#A07E97
(160,126,151)
#907288
(144,114,136)
#806679
(128,102,121)
#705A6A
(112,90,106)
#604E5B
(96,78,91)
#50424C
(80,66,76)
#40363D
(64,54,61)
#302A2E
(48,42,46)
#201E1F
(32,30,31)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #B08AA6

#B08AA6
(176,138,166)
#B794AE
(183,148,174)
#BE9EB6
(190,158,182)
#C5A8BE
(197,168,190)
#CCB2C6
(204,178,198)
#D3BCCE
(211,188,206)
#DAC6D6
(218,198,214)
#E1D0DE
(225,208,222)
#E8DAE6
(232,218,230)
#EFE4EE
(239,228,238)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08AA6 color. Also use rgb(176,138,166) instead hex code.

Text Font Color

.myTextColor { color: #B08AA6; }

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

This text font color is #B08AA6.


Background Color

.myBgColor { background-color: #B08AA6; }

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

This div background color is #B08AA6.


Border color

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

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

This div border color is #B08AA6.


Opacity

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

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

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

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

This text has shadow with #B08AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08AA6 on black background.


Color preview on white background

This text has color #B08AA6 on white background.



Black color preview on #B08AA6 background

This text has black color on #B08AA6 background.


White color preview on #B08AA6 background

This text has white color on #B08AA6 background.