COLOR #B08CA2

HEX: #B08CA2
RGB: (176,140,162)

Color info

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

RGB color model

#B08CA2 color RGB value is (176,140,162).

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

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 162 of 255 = 64%

176
140
162

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

Portions of RGB colors in percentages

R + G + B =
176 + 140 + 162 = 478 (100%)
R 176 of 478 ~ 36.82%
G 140 of 478 ~ 29.29%
B 162 of 478 ~ 33.89%

%36.82
%29.29
%33.89

CMYK color model

#B08CA2 color CMYK value is (0,20,8,31).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 7.95%
  • key color value is 30.98%
CMYK:
(0,20,8,31)
C0M20Y8K31 
(0%,20%,8%,31%)
(0.00/0.20/0.08/0.31)	

CMYK percentages

%0
%20.45
%7.95
%30.98

Codes

Color #B08CA2 in popluar color models

B08CA2
RGB176140162
HSL323°18.56%61.96%
HSB/HSV323°20.45%69.02%
CMYK0.00%20.45%7.95%
30.98%

Color #B08CA2 in popluar number systems.

HEXB08CA2
Decimal176140162
Binary101100001000110010100010
Octal260214242

Shades and tints

Shades of #B08CA2

#B08CA2
(176,140,162)
#A08094
(160,128,148)
#907486
(144,116,134)
#806878
(128,104,120)
#705C6A
(112,92,106)
#60505C
(96,80,92)
#50444E
(80,68,78)
#403840
(64,56,64)
#302C32
(48,44,50)
#202024
(32,32,36)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #B08CA2

#B08CA2
(176,140,162)
#B796AA
(183,150,170)
#BEA0B2
(190,160,178)
#C5AABA
(197,170,186)
#CCB4C2
(204,180,194)
#D3BECA
(211,190,202)
#DAC8D2
(218,200,210)
#E1D2DA
(225,210,218)
#E8DCE2
(232,220,226)
#EFE6EA
(239,230,234)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08CA2; }

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

This text font color is #B08CA2.


Background Color

.myBgColor { background-color: #B08CA2; }

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

This div background color is #B08CA2.


Border color

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

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

This div border color is #B08CA2.


Opacity

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

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

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

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

This text has shadow with #B08CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08CA2 on black background.


Color preview on white background

This text has color #B08CA2 on white background.



Black color preview on #B08CA2 background

This text has black color on #B08CA2 background.


White color preview on #B08CA2 background

This text has white color on #B08CA2 background.