COLOR #B08FA1

HEX: #B08FA1
RGB: (176,143,161)

Color info

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

RGB color model

#B08FA1 color RGB value is (176,143,161).

  • red value is 176;
  • green value is 143;
  • blue value is 161.
RGB:
(176,143,161)
(69%,56%,63%)

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 161 of 255 = 63%

176
143
161

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

Portions of RGB colors in percentages

R + G + B =
176 + 143 + 161 = 480 (100%)
R 176 of 480 ~ 36.67%
G 143 of 480 ~ 29.79%
B 161 of 480 ~ 33.54%

%36.67
%29.79
%33.54

CMYK color model

#B08FA1 color CMYK value is (0,19,9,31).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK:
(0,19,9,31)
C0M19Y9K31 
(0%,19%,9%,31%)
(0.00/0.19/0.09/0.31)	

CMYK percentages

%0
%18.75
%8.52
%30.98

Codes

Color #B08FA1 in popluar color models

B08FA1
RGB176143161
HSL327°17.28%62.55%
HSB/HSV327°18.75%69.02%
CMYK0.00%18.75%8.52%
30.98%

Color #B08FA1 in popluar number systems.

HEXB08FA1
Decimal176143161
Binary101100001000111110100001
Octal260217241

Shades and tints

Shades of #B08FA1

#B08FA1
(176,143,161)
#A08293
(160,130,147)
#907585
(144,117,133)
#806877
(128,104,119)
#705B69
(112,91,105)
#604E5B
(96,78,91)
#50414D
(80,65,77)
#40343F
(64,52,63)
#302731
(48,39,49)
#201A23
(32,26,35)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #B08FA1

#B08FA1
(176,143,161)
#B799A9
(183,153,169)
#BEA3B1
(190,163,177)
#C5ADB9
(197,173,185)
#CCB7C1
(204,183,193)
#D3C1C9
(211,193,201)
#DACBD1
(218,203,209)
#E1D5D9
(225,213,217)
#E8DFE1
(232,223,225)
#EFE9E9
(239,233,233)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08FA1 color. Also use rgb(176,143,161) instead hex code.

Text Font Color

.myTextColor { color: #B08FA1; }

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

This text font color is #B08FA1.


Background Color

.myBgColor { background-color: #B08FA1; }

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

This div background color is #B08FA1.


Border color

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

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

This div border color is #B08FA1.


Opacity

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

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

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

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

This text has shadow with #B08FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08FA1 on black background.


Color preview on white background

This text has color #B08FA1 on white background.



Black color preview on #B08FA1 background

This text has black color on #B08FA1 background.


White color preview on #B08FA1 background

This text has white color on #B08FA1 background.