COLOR #8789AA

HEX: #8789AA
RGB: (135,137,170)

Color info

#8789AA contains red, green and blue colors in about the same proportion. Web safe color of #8789AA is #999999 (or #999).

RGB color model

#8789AA color RGB value is (135,137,170).

  • red value is 135;
  • green value is 137;
  • blue value is 170.
RGB:
(135,137,170)
(53%,54%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 170 of 255 = 67%

135
137
170

R + G + B ~ 58%. #8789AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 137 + 170 = 442 (100%)
R 135 of 442 ~ 30.54%
G 137 of 442 ~ 31%
B 170 of 442 ~ 38.46%

%30.54
%31
%38.46

CMYK color model

#8789AA color CMYK value is (21,19,0,33).

  • cyan value is 20.59%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(21,19,0,33)
C21M19Y0K33 
(21%,19%,0%,33%)
(0.21/0.19/0.00/0.33)	

CMYK percentages

%20.59
%19.41
%0
%33.33

Codes

Color #8789AA in popluar color models

8789AA
RGB135137170
HSL237°17.07%59.80%
HSB/HSV237°20.59%66.67%
CMYK20.59%19.41%0.00%
33.33%

Color #8789AA in popluar number systems.

HEX8789AA
Decimal135137170
Binary100001111000100110101010
Octal207211252

Shades and tints

Shades of #8789AA

#8789AA
(135,137,170)
#7B7D9B
(123,125,155)
#6F718C
(111,113,140)
#63657D
(99,101,125)
#57596E
(87,89,110)
#4B4D5F
(75,77,95)
#3F4150
(63,65,80)
#333541
(51,53,65)
#272932
(39,41,50)
#1B1D23
(27,29,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #8789AA

#8789AA
(135,137,170)
#9193B1
(145,147,177)
#9B9DB8
(155,157,184)
#A5A7BF
(165,167,191)
#AFB1C6
(175,177,198)
#B9BBCD
(185,187,205)
#C3C5D4
(195,197,212)
#CDCFDB
(205,207,219)
#D7D9E2
(215,217,226)
#E1E3E9
(225,227,233)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8789AA color. Also use rgb(135,137,170) instead hex code.

Text Font Color

.myTextColor { color: #8789AA; }

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

This text font color is #8789AA.


Background Color

.myBgColor { background-color: #8789AA; }

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

This div background color is #8789AA.


Border color

.myBorderColor { border: 1px solid #8789AA; }

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

This div border color is #8789AA.


Opacity

.myOpacity80 { color: #8789AA; opacity: 0.8; }

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

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

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

This text has shadow with #8789AA color.

.textShadow {text-shadow: 3px 3px 1px #8789AA, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8789AA on black background.


Color preview on white background

This text has color #8789AA on white background.



Black color preview on #8789AA background

This text has black color on #8789AA background.


White color preview on #8789AA background

This text has white color on #8789AA background.