COLOR #B08AB2

HEX: #B08AB2
RGB: (176,138,178)

Color info

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

RGB color model

#B08AB2 color RGB value is (176,138,178).

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

RGB channels and saturation

R 176 of 255 = 69%
G 138 of 255 = 54%
B 178 of 255 = 70%

176
138
178

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

Portions of RGB colors in percentages

R + G + B =
176 + 138 + 178 = 492 (100%)
R 176 of 492 ~ 35.77%
G 138 of 492 ~ 28.05%
B 178 of 492 ~ 36.18%

%35.77
%28.05
%36.18

CMYK color model

#B08AB2 color CMYK value is (1,22,0,30).

  • cyan value is 1.12%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(1,22,0,30)
C1M22Y0K30 
(1%,22%,0%,30%)
(0.01/0.22/0.00/0.30)	

CMYK percentages

%1.12
%22.47
%0
%30.2

Codes

Color #B08AB2 in popluar color models

B08AB2
RGB176138178
HSL297°20.62%61.96%
HSB/HSV297°22.47%69.80%
CMYK1.12%22.47%0.00%
30.20%

Color #B08AB2 in popluar number systems.

HEXB08AB2
Decimal176138178
Binary101100001000101010110010
Octal260212262

Shades and tints

Shades of #B08AB2

#B08AB2
(176,138,178)
#A07EA2
(160,126,162)
#907292
(144,114,146)
#806682
(128,102,130)
#705A72
(112,90,114)
#604E62
(96,78,98)
#504252
(80,66,82)
#403642
(64,54,66)
#302A32
(48,42,50)
#201E22
(32,30,34)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #B08AB2

#B08AB2
(176,138,178)
#B794B9
(183,148,185)
#BE9EC0
(190,158,192)
#C5A8C7
(197,168,199)
#CCB2CE
(204,178,206)
#D3BCD5
(211,188,213)
#DAC6DC
(218,198,220)
#E1D0E3
(225,208,227)
#E8DAEA
(232,218,234)
#EFE4F1
(239,228,241)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08AB2; }

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

This text font color is #B08AB2.


Background Color

.myBgColor { background-color: #B08AB2; }

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

This div background color is #B08AB2.


Border color

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

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

This div border color is #B08AB2.


Opacity

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

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

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

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

This text has shadow with #B08AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08AB2 on black background.


Color preview on white background

This text has color #B08AB2 on white background.



Black color preview on #B08AB2 background

This text has black color on #B08AB2 background.


White color preview on #B08AB2 background

This text has white color on #B08AB2 background.