COLOR #B08CAC

HEX: #B08CAC RGB: (176,140,172)

Color info

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

RGB color model

#B08CAC color RGB value is (176,140,172).

RGB: (176,140,172) (69%, 55%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 172 of 255 = 67%

176
140
172

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

Portions of RGB colors in percentages

R + G + B = 176 + 140 + 172 = 488 (100%)
R 176 of 488 ~ 36.07%
G 140 of 488 ~ 28.69%
B 172 of 488 ~ 35.25'%

%36.07
%28.69
%35.25

CMYK color model

#B08CAC color CMYK value is (0,20,2,31).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 2.27%
  • key color value is 30.98%

CMYK: (0,20,2,31)
C0M20Y2K31 (0%, 20%, 2%, 31%)
(0.00 / 0.20 / 0.02 / 0.31)

CMYK percentages

%0
%20.45
%2.27
%30.98

Codes

Color #B08CAC in popluar color models

B0 8C AC
RGB 176 140 172
HSL 307° 18.56% 61.96%
HSB/HSV 307° 20.45% 69.02%
CMYK 0.00% 20.45% 2.27%
30.98%

Color #B08CAC in popluar number systems.

HEX B0 8C AC
Decimal 176 140 172
Binary 10110000 10001100 10101100
Octal 260 214 254

Shades and tints

Shades of #B08CAC

#B08CAC
(176,140,172)
#A0809D
(160,128,157)
#90748E
(144,116,142)
#80687F
(128,104,127)
#705C70
(112,92,112)
#605061
(96,80,97)
#504452
(80,68,82)
#403843
(64,56,67)
#302C34
(48,44,52)
#202025
(32,32,37)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #B08CAC

#B08CAC
(176,140,172)
#B796B3
(183,150,179)
#BEA0BA
(190,160,186)
#C5AAC1
(197,170,193)
#CCB4C8
(204,180,200)
#D3BECF
(211,190,207)
#DAC8D6
(218,200,214)
#E1D2DD
(225,210,221)
#E8DCE4
(232,220,228)
#EFE6EB
(239,230,235)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08CAC; }

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

This text font color is #B08CAC.

Background Color

.myBgColor { background-color: #B08CAC; }

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

This div background color is #B08CAC.

Border color

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

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

This div border color is #B08CAC.

Opacity

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

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

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

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

This text has shadow with #B08CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08CAC.

Preview

Color preview on black background

This text has color #B08CAC on black background.


Color preview on white background

This text has color #B08CAC on white background.


Black color preview on #B08CAC background

This text has black color on #B08CAC background.


White color preview on #B08CAC background

This text has white color on #B08CAC background.


Related colors

Complementary color

Complementary color for #hex is #4F7353.


I love getcolorcode.com

Triadic colors

1 #ACB08C and #8CACB0 with #B08CAC are triadic colors.

2 #AC8CB0 and #8CB0AC with #B08CAC are triadic colors.