COLOR #B080A8

HEX: #B080A8
RGB: (176,128,168)

Color info

#B080A8 contains red, green and blue colors in about the same proportion. Web safe color of #B080A8 is #996699 (or #969).

RGB color model

#B080A8 color RGB value is (176,128,168).

  • red value is 176;
  • green value is 128;
  • blue value is 168.
RGB:
(176,128,168)
(69%,50%,66%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 168 of 255 = 66%

176
128
168

R + G + B ~ 62%. #B080A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 128 + 168 = 472 (100%)
R 176 of 472 ~ 37.29%
G 128 of 472 ~ 27.12%
B 168 of 472 ~ 35.59%

%37.29
%27.12
%35.59

CMYK color model

#B080A8 color CMYK value is (0,27,5,31).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(0,27,5,31)
C0M27Y5K31 
(0%,27%,5%,31%)
(0.00/0.27/0.05/0.31)	

CMYK percentages

%0
%27.27
%4.55
%30.98

Codes

Color #B080A8 in popluar color models

B080A8
RGB176128168
HSL310°23.30%59.61%
HSB/HSV310°27.27%69.02%
CMYK0.00%27.27%4.55%
30.98%

Color #B080A8 in popluar number systems.

HEXB080A8
Decimal176128168
Binary101100001000000010101000
Octal260200250

Shades and tints

Shades of #B080A8

#B080A8
(176,128,168)
#A07599
(160,117,153)
#906A8A
(144,106,138)
#805F7B
(128,95,123)
#70546C
(112,84,108)
#60495D
(96,73,93)
#503E4E
(80,62,78)
#40333F
(64,51,63)
#302830
(48,40,48)
#201D21
(32,29,33)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #B080A8

#B080A8
(176,128,168)
#B78BAF
(183,139,175)
#BE96B6
(190,150,182)
#C5A1BD
(197,161,189)
#CCACC4
(204,172,196)
#D3B7CB
(211,183,203)
#DAC2D2
(218,194,210)
#E1CDD9
(225,205,217)
#E8D8E0
(232,216,224)
#EFE3E7
(239,227,231)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B080A8 color. Also use rgb(176,128,168) instead hex code.

Text Font Color

.myTextColor { color: #B080A8; }

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

This text font color is #B080A8.


Background Color

.myBgColor { background-color: #B080A8; }

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

This div background color is #B080A8.


Border color

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

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

This div border color is #B080A8.


Opacity

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

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

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

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

This text has shadow with #B080A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B080A8 on black background.


Color preview on white background

This text has color #B080A8 on white background.



Black color preview on #B080A8 background

This text has black color on #B080A8 background.


White color preview on #B080A8 background

This text has white color on #B080A8 background.