COLOR #B07FAA

HEX: #B07FAA RGB: (176,127,170)

Color info

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

RGB color model

#B07FAA color RGB value is (176,127,170).

RGB: (176,127,170) (69%, 50%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 127 of 255 = 50%
B 170 of 255 = 67%

176
127
170

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

Portions of RGB colors in percentages

R + G + B = 176 + 127 + 170 = 473 (100%)
R 176 of 473 ~ 37.21%
G 127 of 473 ~ 26.85%
B 170 of 473 ~ 35.94'%

%37.21
%26.85
%35.94

CMYK color model

#B07FAA color CMYK value is (0,28,3,31).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 3.41%
  • key color value is 30.98%

CMYK: (0,28,3,31)
C0M28Y3K31 (0%, 28%, 3%, 31%)
(0.00 / 0.28 / 0.03 / 0.31)

CMYK percentages

%0
%27.84
%3.41
%30.98

Codes

Color #B07FAA in popluar color models

B0 7F AA
RGB 176 127 170
HSL 307° 23.67% 59.41%
HSB/HSV 307° 27.84% 69.02%
CMYK 0.00% 27.84% 3.41%
30.98%

Color #B07FAA in popluar number systems.

HEX B0 7F AA
Decimal 176 127 170
Binary 10110000 1111111 10101010
Octal 260 177 252

Shades and tints

Shades of #B07FAA

#B07FAA
(176,127,170)
#A0749B
(160,116,155)
#90698C
(144,105,140)
#805E7D
(128,94,125)
#70536E
(112,83,110)
#60485F
(96,72,95)
#503D50
(80,61,80)
#403241
(64,50,65)
#302732
(48,39,50)
#201C23
(32,28,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #B07FAA

#B07FAA
(176,127,170)
#B78AB1
(183,138,177)
#BE95B8
(190,149,184)
#C5A0BF
(197,160,191)
#CCABC6
(204,171,198)
#D3B6CD
(211,182,205)
#DAC1D4
(218,193,212)
#E1CCDB
(225,204,219)
#E8D7E2
(232,215,226)
#EFE2E9
(239,226,233)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07FAA color. Also use rgb(176,127,170) instead hex code.

Text Font Color

.myTextColor { color: #B07FAA; }

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

This text font color is #B07FAA.

Background Color

.myBgColor { background-color: #B07FAA; }

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

This div background color is #B07FAA.

Border color

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

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

This div border color is #B07FAA.

Opacity

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

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

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

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

This text has shadow with #B07FAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07FAA.

Preview

Color preview on black background

This text has color #B07FAA on black background.


Color preview on white background

This text has color #B07FAA on white background.


Black color preview on #B07FAA background

This text has black color on #B07FAA background.


White color preview on #B07FAA background

This text has white color on #B07FAA background.


Related colors

Complementary color

Complementary color for #hex is #4F8055.


I love getcolorcode.com

Triadic colors

1 #AAB07F and #7FAAB0 with #B07FAA are triadic colors.

2 #AA7FB0 and #7FB0AA with #B07FAA are triadic colors.