COLOR #B08BB3

HEX: #B08BB3
RGB: (176,139,179)

Color info

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

RGB color model

#B08BB3 color RGB value is (176,139,179).

  • red value is 176;
  • green value is 139;
  • blue value is 179.
RGB:
(176,139,179)
(69%,55%,70%)

RGB channels and saturation

R 176 of 255 = 69%
G 139 of 255 = 55%
B 179 of 255 = 70%

176
139
179

R + G + B ~ 65%. #B08BB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 139 + 179 = 494 (100%)
R 176 of 494 ~ 35.63%
G 139 of 494 ~ 28.14%
B 179 of 494 ~ 36.23%

%35.63
%28.14
%36.23

CMYK color model

#B08BB3 color CMYK value is (2,22,0,30).

  • cyan value is 1.68%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(2,22,0,30)
C2M22Y0K30 
(2%,22%,0%,30%)
(0.02/0.22/0.00/0.30)	

CMYK percentages

%1.68
%22.35
%0
%29.8

Codes

Color #B08BB3 in popluar color models

B08BB3
RGB176139179
HSL296°20.83%62.35%
HSB/HSV296°22.35%70.20%
CMYK1.68%22.35%0.00%
29.80%

Color #B08BB3 in popluar number systems.

HEXB08BB3
Decimal176139179
Binary101100001000101110110011
Octal260213263

Shades and tints

Shades of #B08BB3

#B08BB3
(176,139,179)
#A07FA3
(160,127,163)
#907393
(144,115,147)
#806783
(128,103,131)
#705B73
(112,91,115)
#604F63
(96,79,99)
#504353
(80,67,83)
#403743
(64,55,67)
#302B33
(48,43,51)
#201F23
(32,31,35)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B08BB3

#B08BB3
(176,139,179)
#B795B9
(183,149,185)
#BE9FBF
(190,159,191)
#C5A9C5
(197,169,197)
#CCB3CB
(204,179,203)
#D3BDD1
(211,189,209)
#DAC7D7
(218,199,215)
#E1D1DD
(225,209,221)
#E8DBE3
(232,219,227)
#EFE5E9
(239,229,233)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08BB3; }

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

This text font color is #B08BB3.


Background Color

.myBgColor { background-color: #B08BB3; }

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

This div background color is #B08BB3.


Border color

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

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

This div border color is #B08BB3.


Opacity

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

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

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

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

This text has shadow with #B08BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08BB3 on black background.


Color preview on white background

This text has color #B08BB3 on white background.



Black color preview on #B08BB3 background

This text has black color on #B08BB3 background.


White color preview on #B08BB3 background

This text has white color on #B08BB3 background.