COLOR #B08CB2

HEX: #B08CB2 RGB: (176,140,178)

Color info

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

RGB color model

#B08CB2 color RGB value is (176,140,178).

RGB: (176,140,178) (69%, 55%, 70%)

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 178 of 255 = 70%

176
140
178

R + G + B ~ 65%. #B08CB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 140 + 178 = 494 (100%)
R 176 of 494 ~ 35.63%
G 140 of 494 ~ 28.34%
B 178 of 494 ~ 36.03'%

%35.63
%28.34
%36.03

CMYK color model

#B08CB2 color CMYK value is (1,21,0,30).

  • cyan value is 1.12%
  • magenta value is 21.35%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (1,21,0,30)
C1M21Y0K30 (1%, 21%, 0%, 30%)
(0.01 / 0.21 / 0.00 / 0.30)

CMYK percentages

%1.12
%21.35
%0
%30.2

Codes

Color #B08CB2 in popluar color models

B0 8C B2
RGB 176 140 178
HSL 297° 19.79% 62.35%
HSB/HSV 297° 21.35% 69.80%
CMYK 1.12% 21.35% 0.00%
30.20%

Color #B08CB2 in popluar number systems.

HEX B0 8C B2
Decimal 176 140 178
Binary 10110000 10001100 10110010
Octal 260 214 262

Shades and tints

Shades of #B08CB2

#B08CB2
(176,140,178)
#A080A2
(160,128,162)
#907492
(144,116,146)
#806882
(128,104,130)
#705C72
(112,92,114)
#605062
(96,80,98)
#504452
(80,68,82)
#403842
(64,56,66)
#302C32
(48,44,50)
#202022
(32,32,34)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #B08CB2

#B08CB2
(176,140,178)
#B796B9
(183,150,185)
#BEA0C0
(190,160,192)
#C5AAC7
(197,170,199)
#CCB4CE
(204,180,206)
#D3BED5
(211,190,213)
#DAC8DC
(218,200,220)
#E1D2E3
(225,210,227)
#E8DCEA
(232,220,234)
#EFE6F1
(239,230,241)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08CB2; }

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

This text font color is #B08CB2.

Background Color

.myBgColor { background-color: #B08CB2; }

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

This div background color is #B08CB2.

Border color

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

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

This div border color is #B08CB2.

Opacity

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

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

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

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

This text has shadow with #B08CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08CB2.

Preview

Color preview on black background

This text has color #B08CB2 on black background.


Color preview on white background

This text has color #B08CB2 on white background.


Black color preview on #B08CB2 background

This text has black color on #B08CB2 background.


White color preview on #B08CB2 background

This text has white color on #B08CB2 background.


Related colors

Complementary color

Complementary color for #hex is #4F734D.


I love getcolorcode.com

Triadic colors

1 #B2B08C and #8CB2B0 with #B08CB2 are triadic colors.

2 #B28CB0 and #8CB0B2 with #B08CB2 are triadic colors.