COLOR #8C7B98

HEX: #8C7B98 RGB: (140,123,152)

Color info

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

RGB color model

#8C7B98 color RGB value is (140,123,152).

RGB: (140,123,152) (55%, 48%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 123 of 255 = 48%
B 152 of 255 = 60%

140
123
152

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

Portions of RGB colors in percentages

R + G + B = 140 + 123 + 152 = 415 (100%)
R 140 of 415 ~ 33.73%
G 123 of 415 ~ 29.64%
B 152 of 415 ~ 36.63'%

%33.73
%29.64
%36.63

CMYK color model

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

  • cyan value is 7.89%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (8,19,0,40)
C8M19Y0K40 (8%, 19%, 0%, 40%)
(0.08 / 0.19 / 0.00 / 0.40)

CMYK percentages

%7.89
%19.08
%0
%40.39

Codes

Color #8C7B98 in popluar color models

8C 7B 98
RGB 140 123 152
HSL 275° 12.34% 53.92%
HSB/HSV 275° 19.08% 59.61%
CMYK 7.89% 19.08% 0.00%
40.39%

Color #8C7B98 in popluar number systems.

HEX 8C 7B 98
Decimal 140 123 152
Binary 10001100 1111011 10011000
Octal 214 173 230

Shades and tints

Shades of #8C7B98

#8C7B98
(140,123,152)
#80708B
(128,112,139)
#74657E
(116,101,126)
#685A71
(104,90,113)
#5C4F64
(92,79,100)
#504457
(80,68,87)
#44394A
(68,57,74)
#382E3D
(56,46,61)
#2C2330
(44,35,48)
#201823
(32,24,35)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #8C7B98

#8C7B98
(140,123,152)
#9687A1
(150,135,161)
#A093AA
(160,147,170)
#AA9FB3
(170,159,179)
#B4ABBC
(180,171,188)
#BEB7C5
(190,183,197)
#C8C3CE
(200,195,206)
#D2CFD7
(210,207,215)
#DCDBE0
(220,219,224)
#E6E7E9
(230,231,233)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7B98 color. Also use rgb(140,123,152) instead hex code.

Text Font Color

.myTextColor { color: #8C7B98; }

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

This text font color is #8C7B98.

Background Color

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

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

This div background color is #8C7B98.

Border color

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

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

This div border color is #8C7B98.

Opacity

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

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

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

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

This text has shadow with #8C7B98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7B98.

Preview

Color preview on black background

This text has color #8C7B98 on black background.


Color preview on white background

This text has color #8C7B98 on white background.


Black color preview on #8C7B98 background

This text has black color on #8C7B98 background.


White color preview on #8C7B98 background

This text has white color on #8C7B98 background.


Related colors

Complementary color

Complementary color for #hex is #738467.


I love getcolorcode.com

Triadic colors

1 #988C7B and #7B988C with #8C7B98 are triadic colors.

2 #987B8C and #7B8C98 with #8C7B98 are triadic colors.