COLOR #B08FAB

HEX: #B08FAB
RGB: (176,143,171)

Color info

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

RGB color model

#B08FAB color RGB value is (176,143,171).

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

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 171 of 255 = 67%

176
143
171

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

Portions of RGB colors in percentages

R + G + B =
176 + 143 + 171 = 490 (100%)
R 176 of 490 ~ 35.92%
G 143 of 490 ~ 29.18%
B 171 of 490 ~ 34.9%

%35.92
%29.18
%34.9

CMYK color model

#B08FAB color CMYK value is (0,19,3,31).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(0,19,3,31)
C0M19Y3K31 
(0%,19%,3%,31%)
(0.00/0.19/0.03/0.31)	

CMYK percentages

%0
%18.75
%2.84
%30.98

Codes

Color #B08FAB in popluar color models

B08FAB
RGB176143171
HSL309°17.28%62.55%
HSB/HSV309°18.75%69.02%
CMYK0.00%18.75%2.84%
30.98%

Color #B08FAB in popluar number systems.

HEXB08FAB
Decimal176143171
Binary101100001000111110101011
Octal260217253

Shades and tints

Shades of #B08FAB

#B08FAB
(176,143,171)
#A0829C
(160,130,156)
#90758D
(144,117,141)
#80687E
(128,104,126)
#705B6F
(112,91,111)
#604E60
(96,78,96)
#504151
(80,65,81)
#403442
(64,52,66)
#302733
(48,39,51)
#201A24
(32,26,36)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #B08FAB

#B08FAB
(176,143,171)
#B799B2
(183,153,178)
#BEA3B9
(190,163,185)
#C5ADC0
(197,173,192)
#CCB7C7
(204,183,199)
#D3C1CE
(211,193,206)
#DACBD5
(218,203,213)
#E1D5DC
(225,213,220)
#E8DFE3
(232,223,227)
#EFE9EA
(239,233,234)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08FAB; }

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

This text font color is #B08FAB.


Background Color

.myBgColor { background-color: #B08FAB; }

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

This div background color is #B08FAB.


Border color

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

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

This div border color is #B08FAB.


Opacity

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

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

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

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

This text has shadow with #B08FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08FAB on black background.


Color preview on white background

This text has color #B08FAB on white background.



Black color preview on #B08FAB background

This text has black color on #B08FAB background.


White color preview on #B08FAB background

This text has white color on #B08FAB background.