COLOR #B082AB

HEX: #B082AB
RGB: (176,130,171)

Color info

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

RGB color model

#B082AB color RGB value is (176,130,171).

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

RGB channels and saturation

R 176 of 255 = 69%
G 130 of 255 = 51%
B 171 of 255 = 67%

176
130
171

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

Portions of RGB colors in percentages

R + G + B =
176 + 130 + 171 = 477 (100%)
R 176 of 477 ~ 36.9%
G 130 of 477 ~ 27.25%
B 171 of 477 ~ 35.85%

%36.9
%27.25
%35.85

CMYK color model

#B082AB color CMYK value is (0,26,3,31).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(0,26,3,31)
C0M26Y3K31 
(0%,26%,3%,31%)
(0.00/0.26/0.03/0.31)	

CMYK percentages

%0
%26.14
%2.84
%30.98

Codes

Color #B082AB in popluar color models

B082AB
RGB176130171
HSL307°22.55%60.00%
HSB/HSV307°26.14%69.02%
CMYK0.00%26.14%2.84%
30.98%

Color #B082AB in popluar number systems.

HEXB082AB
Decimal176130171
Binary101100001000001010101011
Octal260202253

Shades and tints

Shades of #B082AB

#B082AB
(176,130,171)
#A0779C
(160,119,156)
#906C8D
(144,108,141)
#80617E
(128,97,126)
#70566F
(112,86,111)
#604B60
(96,75,96)
#504051
(80,64,81)
#403542
(64,53,66)
#302A33
(48,42,51)
#201F24
(32,31,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #B082AB

#B082AB
(176,130,171)
#B78DB2
(183,141,178)
#BE98B9
(190,152,185)
#C5A3C0
(197,163,192)
#CCAEC7
(204,174,199)
#D3B9CE
(211,185,206)
#DAC4D5
(218,196,213)
#E1CFDC
(225,207,220)
#E8DAE3
(232,218,227)
#EFE5EA
(239,229,234)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B082AB; }

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

This text font color is #B082AB.


Background Color

.myBgColor { background-color: #B082AB; }

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

This div background color is #B082AB.


Border color

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

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

This div border color is #B082AB.


Opacity

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

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

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

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

This text has shadow with #B082AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B082AB on black background.


Color preview on white background

This text has color #B082AB on white background.



Black color preview on #B082AB background

This text has black color on #B082AB background.


White color preview on #B082AB background

This text has white color on #B082AB background.