COLOR #B08CA3

HEX: #B08CA3
RGB: (176,140,163)

Color info

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

RGB color model

#B08CA3 color RGB value is (176,140,163).

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

RGB channels and saturation

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

176
140
163

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

Portions of RGB colors in percentages

R + G + B =
176 + 140 + 163 = 479 (100%)
R 176 of 479 ~ 36.74%
G 140 of 479 ~ 29.23%
B 163 of 479 ~ 34.03%

%36.74
%29.23
%34.03

CMYK color model

#B08CA3 color CMYK value is (0,20,7,31).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 7.39%
  • key color value is 30.98%
CMYK:
(0,20,7,31)
C0M20Y7K31 
(0%,20%,7%,31%)
(0.00/0.20/0.07/0.31)	

CMYK percentages

%0
%20.45
%7.39
%30.98

Codes

Color #B08CA3 in popluar color models

B08CA3
RGB176140163
HSL322°18.56%61.96%
HSB/HSV322°20.45%69.02%
CMYK0.00%20.45%7.39%
30.98%

Color #B08CA3 in popluar number systems.

HEXB08CA3
Decimal176140163
Binary101100001000110010100011
Octal260214243

Shades and tints

Shades of #B08CA3

#B08CA3
(176,140,163)
#A08095
(160,128,149)
#907487
(144,116,135)
#806879
(128,104,121)
#705C6B
(112,92,107)
#60505D
(96,80,93)
#50444F
(80,68,79)
#403841
(64,56,65)
#302C33
(48,44,51)
#202025
(32,32,37)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #B08CA3

#B08CA3
(176,140,163)
#B796AB
(183,150,171)
#BEA0B3
(190,160,179)
#C5AABB
(197,170,187)
#CCB4C3
(204,180,195)
#D3BECB
(211,190,203)
#DAC8D3
(218,200,211)
#E1D2DB
(225,210,219)
#E8DCE3
(232,220,227)
#EFE6EB
(239,230,235)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08CA3; }

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

This text font color is #B08CA3.


Background Color

.myBgColor { background-color: #B08CA3; }

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

This div background color is #B08CA3.


Border color

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

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

This div border color is #B08CA3.


Opacity

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

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

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

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

This text has shadow with #B08CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08CA3 on black background.


Color preview on white background

This text has color #B08CA3 on white background.



Black color preview on #B08CA3 background

This text has black color on #B08CA3 background.


White color preview on #B08CA3 background

This text has white color on #B08CA3 background.