COLOR #B080A3

HEX: #B080A3
RGB: (176,128,163)

Color info

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

RGB color model

#B080A3 color RGB value is (176,128,163).

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

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 163 of 255 = 64%

176
128
163

R + G + B ~ 61%. #B080A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 128 + 163 = 467 (100%)
R 176 of 467 ~ 37.69%
G 128 of 467 ~ 27.41%
B 163 of 467 ~ 34.9%

%37.69
%27.41
%34.9

CMYK color model

#B080A3 color CMYK value is (0,27,7,31).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 7.39%
  • key color value is 30.98%
CMYK:
(0,27,7,31)
C0M27Y7K31 
(0%,27%,7%,31%)
(0.00/0.27/0.07/0.31)	

CMYK percentages

%0
%27.27
%7.39
%30.98

Codes

Color #B080A3 in popluar color models

B080A3
RGB176128163
HSL316°23.30%59.61%
HSB/HSV316°27.27%69.02%
CMYK0.00%27.27%7.39%
30.98%

Color #B080A3 in popluar number systems.

HEXB080A3
Decimal176128163
Binary101100001000000010100011
Octal260200243

Shades and tints

Shades of #B080A3

#B080A3
(176,128,163)
#A07595
(160,117,149)
#906A87
(144,106,135)
#805F79
(128,95,121)
#70546B
(112,84,107)
#60495D
(96,73,93)
#503E4F
(80,62,79)
#403341
(64,51,65)
#302833
(48,40,51)
#201D25
(32,29,37)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #B080A3

#B080A3
(176,128,163)
#B78BAB
(183,139,171)
#BE96B3
(190,150,179)
#C5A1BB
(197,161,187)
#CCACC3
(204,172,195)
#D3B7CB
(211,183,203)
#DAC2D3
(218,194,211)
#E1CDDB
(225,205,219)
#E8D8E3
(232,216,227)
#EFE3EB
(239,227,235)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B080A3; }

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

This text font color is #B080A3.


Background Color

.myBgColor { background-color: #B080A3; }

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

This div background color is #B080A3.


Border color

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

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

This div border color is #B080A3.


Opacity

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

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

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

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

This text has shadow with #B080A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B080A3 on black background.


Color preview on white background

This text has color #B080A3 on white background.



Black color preview on #B080A3 background

This text has black color on #B080A3 background.


White color preview on #B080A3 background

This text has white color on #B080A3 background.