COLOR #8A7B88

HEX: #8A7B88
RGB: (138,123,136)

Color info

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

RGB color model

#8A7B88 color RGB value is (138,123,136).

  • red value is 138;
  • green value is 123;
  • blue value is 136.
RGB:
(138,123,136)
(54%,48%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 123 of 255 = 48%
B 136 of 255 = 53%

138
123
136

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

Portions of RGB colors in percentages

R + G + B =
138 + 123 + 136 = 397 (100%)
R 138 of 397 ~ 34.76%
G 123 of 397 ~ 30.98%
B 136 of 397 ~ 34.26%

%34.76
%30.98
%34.26

CMYK color model

#8A7B88 color CMYK value is (0,11,1,46).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 1.45%
  • key color value is 45.88%
CMYK:
(0,11,1,46)
C0M11Y1K46 
(0%,11%,1%,46%)
(0.00/0.11/0.01/0.46)	

CMYK percentages

%0
%10.87
%1.45
%45.88

Codes

Color #8A7B88 in popluar color models

8A7B88
RGB138123136
HSL308°6.02%51.18%
HSB/HSV308°10.87%54.12%
CMYK0.00%10.87%1.45%
45.88%

Color #8A7B88 in popluar number systems.

HEX8A7B88
Decimal138123136
Binary10001010111101110001000
Octal212173210

Shades and tints

Shades of #8A7B88

#8A7B88
(138,123,136)
#7E707C
(126,112,124)
#726570
(114,101,112)
#665A64
(102,90,100)
#5A4F58
(90,79,88)
#4E444C
(78,68,76)
#423940
(66,57,64)
#362E34
(54,46,52)
#2A2328
(42,35,40)
#1E181C
(30,24,28)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #8A7B88

#8A7B88
(138,123,136)
#948792
(148,135,146)
#9E939C
(158,147,156)
#A89FA6
(168,159,166)
#B2ABB0
(178,171,176)
#BCB7BA
(188,183,186)
#C6C3C4
(198,195,196)
#D0CFCE
(208,207,206)
#DADBD8
(218,219,216)
#E4E7E2
(228,231,226)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7B88 color. Also use rgb(138,123,136) instead hex code.

Text Font Color

.myTextColor { color: #8A7B88; }

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

This text font color is #8A7B88.


Background Color

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

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

This div background color is #8A7B88.


Border color

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

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

This div border color is #8A7B88.


Opacity

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

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

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

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

This text has shadow with #8A7B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7B88 on black background.


Color preview on white background

This text has color #8A7B88 on white background.



Black color preview on #8A7B88 background

This text has black color on #8A7B88 background.


White color preview on #8A7B88 background

This text has white color on #8A7B88 background.