COLOR #B07AA1

HEX: #B07AA1
RGB: (176,122,161)

Color info

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

RGB color model

#B07AA1 color RGB value is (176,122,161).

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

RGB channels and saturation

R 176 of 255 = 69%
G 122 of 255 = 48%
B 161 of 255 = 63%

176
122
161

R + G + B ~ 60%. #B07AA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 122 + 161 = 459 (100%)
R 176 of 459 ~ 38.34%
G 122 of 459 ~ 26.58%
B 161 of 459 ~ 35.08%

%38.34
%26.58
%35.08

CMYK color model

#B07AA1 color CMYK value is (0,31,9,31).

  • cyan value is 0.00%
  • magenta value is 30.68%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK:
(0,31,9,31)
C0M31Y9K31 
(0%,31%,9%,31%)
(0.00/0.31/0.09/0.31)	

CMYK percentages

%0
%30.68
%8.52
%30.98

Codes

Color #B07AA1 in popluar color models

B07AA1
RGB176122161
HSL317°25.47%58.43%
HSB/HSV317°30.68%69.02%
CMYK0.00%30.68%8.52%
30.98%

Color #B07AA1 in popluar number systems.

HEXB07AA1
Decimal176122161
Binary10110000111101010100001
Octal260172241

Shades and tints

Shades of #B07AA1

#B07AA1
(176,122,161)
#A06F93
(160,111,147)
#906485
(144,100,133)
#805977
(128,89,119)
#704E69
(112,78,105)
#60435B
(96,67,91)
#50384D
(80,56,77)
#402D3F
(64,45,63)
#302231
(48,34,49)
#201723
(32,23,35)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #B07AA1

#B07AA1
(176,122,161)
#B786A9
(183,134,169)
#BE92B1
(190,146,177)
#C59EB9
(197,158,185)
#CCAAC1
(204,170,193)
#D3B6C9
(211,182,201)
#DAC2D1
(218,194,209)
#E1CED9
(225,206,217)
#E8DAE1
(232,218,225)
#EFE6E9
(239,230,233)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07AA1; }

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

This text font color is #B07AA1.


Background Color

.myBgColor { background-color: #B07AA1; }

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

This div background color is #B07AA1.


Border color

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

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

This div border color is #B07AA1.


Opacity

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

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

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

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

This text has shadow with #B07AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07AA1 on black background.


Color preview on white background

This text has color #B07AA1 on white background.



Black color preview on #B07AA1 background

This text has black color on #B07AA1 background.


White color preview on #B07AA1 background

This text has white color on #B07AA1 background.