COLOR #B08CC2

HEX: #B08CC2
RGB: (176,140,194)

Color info

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

RGB color model

#B08CC2 color RGB value is (176,140,194).

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

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 194 of 255 = 76%

176
140
194

R + G + B ~ 67%. #B08CC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 140 + 194 = 510 (100%)
R 176 of 510 ~ 34.51%
G 140 of 510 ~ 27.45%
B 194 of 510 ~ 38.04%

%34.51
%27.45
%38.04

CMYK color model

#B08CC2 color CMYK value is (9,28,0,24).

  • cyan value is 9.28%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(9,28,0,24)
C9M28Y0K24 
(9%,28%,0%,24%)
(0.09/0.28/0.00/0.24)	

CMYK percentages

%9.28
%27.84
%0
%23.92

Codes

Color #B08CC2 in popluar color models

B08CC2
RGB176140194
HSL280°30.68%65.49%
HSB/HSV280°27.84%76.08%
CMYK9.28%27.84%0.00%
23.92%

Color #B08CC2 in popluar number systems.

HEXB08CC2
Decimal176140194
Binary101100001000110011000010
Octal260214302

Shades and tints

Shades of #B08CC2

#B08CC2
(176,140,194)
#A080B1
(160,128,177)
#9074A0
(144,116,160)
#80688F
(128,104,143)
#705C7E
(112,92,126)
#60506D
(96,80,109)
#50445C
(80,68,92)
#40384B
(64,56,75)
#302C3A
(48,44,58)
#202029
(32,32,41)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #B08CC2

#B08CC2
(176,140,194)
#B796C7
(183,150,199)
#BEA0CC
(190,160,204)
#C5AAD1
(197,170,209)
#CCB4D6
(204,180,214)
#D3BEDB
(211,190,219)
#DAC8E0
(218,200,224)
#E1D2E5
(225,210,229)
#E8DCEA
(232,220,234)
#EFE6EF
(239,230,239)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08CC2; }

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

This text font color is #B08CC2.


Background Color

.myBgColor { background-color: #B08CC2; }

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

This div background color is #B08CC2.


Border color

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

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

This div border color is #B08CC2.


Opacity

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

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

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

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

This text has shadow with #B08CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08CC2 on black background.


Color preview on white background

This text has color #B08CC2 on white background.



Black color preview on #B08CC2 background

This text has black color on #B08CC2 background.


White color preview on #B08CC2 background

This text has white color on #B08CC2 background.