COLOR #8B7B97

HEX: #8B7B97 RGB: (139,123,151)

Color info

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

RGB color model

#8B7B97 color RGB value is (139,123,151).

RGB: (139,123,151) (55%, 48%, 59%)

RGB channels and saturation

R 139 of 255 = 55%
G 123 of 255 = 48%
B 151 of 255 = 59%

139
123
151

R + G + B ~ 54%. #8B7B97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 123 + 151 = 413 (100%)
R 139 of 413 ~ 33.66%
G 123 of 413 ~ 29.78%
B 151 of 413 ~ 36.56'%

%33.66
%29.78
%36.56

CMYK color model

#8B7B97 color CMYK value is (8,19,0,41).

  • cyan value is 7.95%
  • magenta value is 18.54%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (8,19,0,41)
C8M19Y0K41 (8%, 19%, 0%, 41%)
(0.08 / 0.19 / 0.00 / 0.41)

CMYK percentages

%7.95
%18.54
%0
%40.78

Codes

Color #8B7B97 in popluar color models

8B 7B 97
RGB 139 123 151
HSL 274° 11.86% 53.73%
HSB/HSV 274° 18.54% 59.22%
CMYK 7.95% 18.54% 0.00%
40.78%

Color #8B7B97 in popluar number systems.

HEX 8B 7B 97
Decimal 139 123 151
Binary 10001011 1111011 10010111
Octal 213 173 227

Shades and tints

Shades of #8B7B97

#8B7B97
(139,123,151)
#7F708A
(127,112,138)
#73657D
(115,101,125)
#675A70
(103,90,112)
#5B4F63
(91,79,99)
#4F4456
(79,68,86)
#433949
(67,57,73)
#372E3C
(55,46,60)
#2B232F
(43,35,47)
#1F1822
(31,24,34)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #8B7B97

#8B7B97
(139,123,151)
#9587A0
(149,135,160)
#9F93A9
(159,147,169)
#A99FB2
(169,159,178)
#B3ABBB
(179,171,187)
#BDB7C4
(189,183,196)
#C7C3CD
(199,195,205)
#D1CFD6
(209,207,214)
#DBDBDF
(219,219,223)
#E5E7E8
(229,231,232)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7B97 color. Also use rgb(139,123,151) instead hex code.

Text Font Color

.myTextColor { color: #8B7B97; }

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

This text font color is #8B7B97.

Background Color

.myBgColor { background-color: #8B7B97; }

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

This div background color is #8B7B97.

Border color

.myBorderColor { border: 1px solid #8B7B97; }

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

This div border color is #8B7B97.

Opacity

.myOpacity80 { color: #8B7B97; opacity: 0.8; }

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

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

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

This text has shadow with #8B7B97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7B97.

Preview

Color preview on black background

This text has color #8B7B97 on black background.


Color preview on white background

This text has color #8B7B97 on white background.


Black color preview on #8B7B97 background

This text has black color on #8B7B97 background.


White color preview on #8B7B97 background

This text has white color on #8B7B97 background.


Related colors

Complementary color

Complementary color for #hex is #748468.


I love getcolorcode.com

Triadic colors

1 #978B7B and #7B978B with #8B7B97 are triadic colors.

2 #977B8B and #7B8B97 with #8B7B97 are triadic colors.