COLOR #B07AB9

HEX: #B07AB9
RGB: (176,122,185)

Color info

#B07AB9 contains mainly red and blue colors. Web safe color of #B07AB9 is #9966CC (or #96C).

RGB color model

#B07AB9 color RGB value is (176,122,185).

  • red value is 176;
  • green value is 122;
  • blue value is 185.
RGB:
(176,122,185)
(69%,48%,73%)

RGB channels and saturation

R 176 of 255 = 69%
G 122 of 255 = 48%
B 185 of 255 = 73%

176
122
185

R + G + B ~ 63%. #B07AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 122 + 185 = 483 (100%)
R 176 of 483 ~ 36.44%
G 122 of 483 ~ 25.26%
B 185 of 483 ~ 38.3%

%36.44
%25.26
%38.3

CMYK color model

#B07AB9 color CMYK value is (5,34,0,27).

  • cyan value is 4.86%
  • magenta value is 34.05%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(5,34,0,27)
C5M34Y0K27 
(5%,34%,0%,27%)
(0.05/0.34/0.00/0.27)	

CMYK percentages

%4.86
%34.05
%0
%27.45

Codes

Color #B07AB9 in popluar color models

B07AB9
RGB176122185
HSL291°31.03%60.20%
HSB/HSV291°34.05%72.55%
CMYK4.86%34.05%0.00%
27.45%

Color #B07AB9 in popluar number systems.

HEXB07AB9
Decimal176122185
Binary10110000111101010111001
Octal260172271

Shades and tints

Shades of #B07AB9

#B07AB9
(176,122,185)
#A06FA9
(160,111,169)
#906499
(144,100,153)
#805989
(128,89,137)
#704E79
(112,78,121)
#604369
(96,67,105)
#503859
(80,56,89)
#402D49
(64,45,73)
#302239
(48,34,57)
#201729
(32,23,41)
#100C19
(16,12,25)
#000000
(0,0,0)

Tints of #B07AB9

#B07AB9
(176,122,185)
#B786BF
(183,134,191)
#BE92C5
(190,146,197)
#C59ECB
(197,158,203)
#CCAAD1
(204,170,209)
#D3B6D7
(211,182,215)
#DAC2DD
(218,194,221)
#E1CEE3
(225,206,227)
#E8DAE9
(232,218,233)
#EFE6EF
(239,230,239)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07AB9 color. Also use rgb(176,122,185) instead hex code.

Text Font Color

.myTextColor { color: #B07AB9; }

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

This text font color is #B07AB9.


Background Color

.myBgColor { background-color: #B07AB9; }

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

This div background color is #B07AB9.


Border color

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

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

This div border color is #B07AB9.


Opacity

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

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

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

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

This text has shadow with #B07AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07AB9 on black background.


Color preview on white background

This text has color #B07AB9 on white background.



Black color preview on #B07AB9 background

This text has black color on #B07AB9 background.


White color preview on #B07AB9 background

This text has white color on #B07AB9 background.