COLOR #B081B5

HEX: #B081B5
RGB: (176,129,181)

Color info

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

RGB color model

#B081B5 color RGB value is (176,129,181).

  • red value is 176;
  • green value is 129;
  • blue value is 181.
RGB:
(176,129,181)
(69%,51%,71%)

RGB channels and saturation

R 176 of 255 = 69%
G 129 of 255 = 51%
B 181 of 255 = 71%

176
129
181

R + G + B ~ 64%. #B081B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 129 + 181 = 486 (100%)
R 176 of 486 ~ 36.21%
G 129 of 486 ~ 26.54%
B 181 of 486 ~ 37.24%

%36.21
%26.54
%37.24

CMYK color model

#B081B5 color CMYK value is (3,29,0,29).

  • cyan value is 2.76%
  • magenta value is 28.73%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(3,29,0,29)
C3M29Y0K29 
(3%,29%,0%,29%)
(0.03/0.29/0.00/0.29)	

CMYK percentages

%2.76
%28.73
%0
%29.02

Codes

Color #B081B5 in popluar color models

B081B5
RGB176129181
HSL294°26.00%60.78%
HSB/HSV294°28.73%70.98%
CMYK2.76%28.73%0.00%
29.02%

Color #B081B5 in popluar number systems.

HEXB081B5
Decimal176129181
Binary101100001000000110110101
Octal260201265

Shades and tints

Shades of #B081B5

#B081B5
(176,129,181)
#A076A5
(160,118,165)
#906B95
(144,107,149)
#806085
(128,96,133)
#705575
(112,85,117)
#604A65
(96,74,101)
#503F55
(80,63,85)
#403445
(64,52,69)
#302935
(48,41,53)
#201E25
(32,30,37)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B081B5

#B081B5
(176,129,181)
#B78CBB
(183,140,187)
#BE97C1
(190,151,193)
#C5A2C7
(197,162,199)
#CCADCD
(204,173,205)
#D3B8D3
(211,184,211)
#DAC3D9
(218,195,217)
#E1CEDF
(225,206,223)
#E8D9E5
(232,217,229)
#EFE4EB
(239,228,235)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B081B5 color. Also use rgb(176,129,181) instead hex code.

Text Font Color

.myTextColor { color: #B081B5; }

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

This text font color is #B081B5.


Background Color

.myBgColor { background-color: #B081B5; }

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

This div background color is #B081B5.


Border color

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

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

This div border color is #B081B5.


Opacity

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

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

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

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

This text has shadow with #B081B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B081B5 on black background.


Color preview on white background

This text has color #B081B5 on white background.



Black color preview on #B081B5 background

This text has black color on #B081B5 background.


White color preview on #B081B5 background

This text has white color on #B081B5 background.