COLOR #B082A8

HEX: #B082A8
RGB: (176,130,168)

Color info

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

RGB color model

#B082A8 color RGB value is (176,130,168).

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

RGB channels and saturation

R 176 of 255 = 69%
G 130 of 255 = 51%
B 168 of 255 = 66%

176
130
168

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

Portions of RGB colors in percentages

R + G + B =
176 + 130 + 168 = 474 (100%)
R 176 of 474 ~ 37.13%
G 130 of 474 ~ 27.43%
B 168 of 474 ~ 35.44%

%37.13
%27.43
%35.44

CMYK color model

#B082A8 color CMYK value is (0,26,5,31).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(0,26,5,31)
C0M26Y5K31 
(0%,26%,5%,31%)
(0.00/0.26/0.05/0.31)	

CMYK percentages

%0
%26.14
%4.55
%30.98

Codes

Color #B082A8 in popluar color models

B082A8
RGB176130168
HSL310°22.55%60.00%
HSB/HSV310°26.14%69.02%
CMYK0.00%26.14%4.55%
30.98%

Color #B082A8 in popluar number systems.

HEXB082A8
Decimal176130168
Binary101100001000001010101000
Octal260202250

Shades and tints

Shades of #B082A8

#B082A8
(176,130,168)
#A07799
(160,119,153)
#906C8A
(144,108,138)
#80617B
(128,97,123)
#70566C
(112,86,108)
#604B5D
(96,75,93)
#50404E
(80,64,78)
#40353F
(64,53,63)
#302A30
(48,42,48)
#201F21
(32,31,33)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #B082A8

#B082A8
(176,130,168)
#B78DAF
(183,141,175)
#BE98B6
(190,152,182)
#C5A3BD
(197,163,189)
#CCAEC4
(204,174,196)
#D3B9CB
(211,185,203)
#DAC4D2
(218,196,210)
#E1CFD9
(225,207,217)
#E8DAE0
(232,218,224)
#EFE5E7
(239,229,231)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B082A8; }

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

This text font color is #B082A8.


Background Color

.myBgColor { background-color: #B082A8; }

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

This div background color is #B082A8.


Border color

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

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

This div border color is #B082A8.


Opacity

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

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

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

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

This text has shadow with #B082A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B082A8 on black background.


Color preview on white background

This text has color #B082A8 on white background.



Black color preview on #B082A8 background

This text has black color on #B082A8 background.


White color preview on #B082A8 background

This text has white color on #B082A8 background.