COLOR #B08CB9

HEX: #B08CB9
RGB: (176,140,185)

Color info

#B08CB9 contains red, green and blue colors in about the same proportion. Web safe color of #B08CB9 is #9999CC (or #99C).

RGB color model

#B08CB9 color RGB value is (176,140,185).

  • red value is 176;
  • green value is 140;
  • blue value is 185.
RGB:
(176,140,185)
(69%,55%,73%)

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 185 of 255 = 73%

176
140
185

R + G + B ~ 66%. #B08CB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 140 + 185 = 501 (100%)
R 176 of 501 ~ 35.13%
G 140 of 501 ~ 27.94%
B 185 of 501 ~ 36.93%

%35.13
%27.94
%36.93

CMYK color model

#B08CB9 color CMYK value is (5,24,0,27).

  • cyan value is 4.86%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(5,24,0,27)
C5M24Y0K27 
(5%,24%,0%,27%)
(0.05/0.24/0.00/0.27)	

CMYK percentages

%4.86
%24.32
%0
%27.45

Codes

Color #B08CB9 in popluar color models

B08CB9
RGB176140185
HSL288°24.32%63.73%
HSB/HSV288°24.32%72.55%
CMYK4.86%24.32%0.00%
27.45%

Color #B08CB9 in popluar number systems.

HEXB08CB9
Decimal176140185
Binary101100001000110010111001
Octal260214271

Shades and tints

Shades of #B08CB9

#B08CB9
(176,140,185)
#A080A9
(160,128,169)
#907499
(144,116,153)
#806889
(128,104,137)
#705C79
(112,92,121)
#605069
(96,80,105)
#504459
(80,68,89)
#403849
(64,56,73)
#302C39
(48,44,57)
#202029
(32,32,41)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #B08CB9

#B08CB9
(176,140,185)
#B796BF
(183,150,191)
#BEA0C5
(190,160,197)
#C5AACB
(197,170,203)
#CCB4D1
(204,180,209)
#D3BED7
(211,190,215)
#DAC8DD
(218,200,221)
#E1D2E3
(225,210,227)
#E8DCE9
(232,220,233)
#EFE6EF
(239,230,239)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08CB9 color. Also use rgb(176,140,185) instead hex code.

Text Font Color

.myTextColor { color: #B08CB9; }

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

This text font color is #B08CB9.


Background Color

.myBgColor { background-color: #B08CB9; }

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

This div background color is #B08CB9.


Border color

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

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

This div border color is #B08CB9.


Opacity

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

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

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

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

This text has shadow with #B08CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08CB9 on black background.


Color preview on white background

This text has color #B08CB9 on white background.



Black color preview on #B08CB9 background

This text has black color on #B08CB9 background.


White color preview on #B08CB9 background

This text has white color on #B08CB9 background.