COLOR #8B7C99

HEX: #8B7C99 RGB: (139,124,153)

Color info

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

RGB color model

#8B7C99 color RGB value is (139,124,153).

RGB: (139,124,153) (55%, 49%, 60%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 153 of 255 = 60%

139
124
153

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

Portions of RGB colors in percentages

R + G + B = 139 + 124 + 153 = 416 (100%)
R 139 of 416 ~ 33.41%
G 124 of 416 ~ 29.81%
B 153 of 416 ~ 36.78'%

%33.41
%29.81
%36.78

CMYK color model

#8B7C99 color CMYK value is (9,19,0,40).

  • cyan value is 9.15%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (9,19,0,40)
C9M19Y0K40 (9%, 19%, 0%, 40%)
(0.09 / 0.19 / 0.00 / 0.40)

CMYK percentages

%9.15
%18.95
%0
%40

Codes

Color #8B7C99 in popluar color models

8B 7C 99
RGB 139 124 153
HSL 271° 12.45% 54.31%
HSB/HSV 271° 18.95% 60.00%
CMYK 9.15% 18.95% 0.00%
40.00%

Color #8B7C99 in popluar number systems.

HEX 8B 7C 99
Decimal 139 124 153
Binary 10001011 1111100 10011001
Octal 213 174 231

Shades and tints

Shades of #8B7C99

#8B7C99
(139,124,153)
#7F718C
(127,113,140)
#73667F
(115,102,127)
#675B72
(103,91,114)
#5B5065
(91,80,101)
#4F4558
(79,69,88)
#433A4B
(67,58,75)
#372F3E
(55,47,62)
#2B2431
(43,36,49)
#1F1924
(31,25,36)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #8B7C99

#8B7C99
(139,124,153)
#9587A2
(149,135,162)
#9F92AB
(159,146,171)
#A99DB4
(169,157,180)
#B3A8BD
(179,168,189)
#BDB3C6
(189,179,198)
#C7BECF
(199,190,207)
#D1C9D8
(209,201,216)
#DBD4E1
(219,212,225)
#E5DFEA
(229,223,234)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7C99 color. Also use rgb(139,124,153) instead hex code.

Text Font Color

.myTextColor { color: #8B7C99; }

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

This text font color is #8B7C99.

Background Color

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

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

This div background color is #8B7C99.

Border color

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

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

This div border color is #8B7C99.

Opacity

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

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

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

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

This text has shadow with #8B7C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7C99.

Preview

Color preview on black background

This text has color #8B7C99 on black background.


Color preview on white background

This text has color #8B7C99 on white background.


Black color preview on #8B7C99 background

This text has black color on #8B7C99 background.


White color preview on #8B7C99 background

This text has white color on #8B7C99 background.


Related colors

Complementary color

Complementary color for #hex is #748366.


I love getcolorcode.com

Triadic colors

1 #998B7C and #7C998B with #8B7C99 are triadic colors.

2 #997C8B and #7C8B99 with #8B7C99 are triadic colors.