COLOR #8785AA

HEX: #8785AA
RGB: (135,133,170)

Color info

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

RGB color model

#8785AA color RGB value is (135,133,170).

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

RGB channels and saturation

R 135 of 255 = 53%
G 133 of 255 = 52%
B 170 of 255 = 67%

135
133
170

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

Portions of RGB colors in percentages

R + G + B =
135 + 133 + 170 = 438 (100%)
R 135 of 438 ~ 30.82%
G 133 of 438 ~ 30.37%
B 170 of 438 ~ 38.81%

%30.82
%30.37
%38.81

CMYK color model

#8785AA color CMYK value is (21,22,0,33).

  • cyan value is 20.59%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(21,22,0,33)
C21M22Y0K33 
(21%,22%,0%,33%)
(0.21/0.22/0.00/0.33)	

CMYK percentages

%20.59
%21.76
%0
%33.33

Codes

Color #8785AA in popluar color models

8785AA
RGB135133170
HSL243°17.87%59.41%
HSB/HSV243°21.76%66.67%
CMYK20.59%21.76%0.00%
33.33%

Color #8785AA in popluar number systems.

HEX8785AA
Decimal135133170
Binary100001111000010110101010
Octal207205252

Shades and tints

Shades of #8785AA

#8785AA
(135,133,170)
#7B799B
(123,121,155)
#6F6D8C
(111,109,140)
#63617D
(99,97,125)
#57556E
(87,85,110)
#4B495F
(75,73,95)
#3F3D50
(63,61,80)
#333141
(51,49,65)
#272532
(39,37,50)
#1B1923
(27,25,35)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #8785AA

#8785AA
(135,133,170)
#9190B1
(145,144,177)
#9B9BB8
(155,155,184)
#A5A6BF
(165,166,191)
#AFB1C6
(175,177,198)
#B9BCCD
(185,188,205)
#C3C7D4
(195,199,212)
#CDD2DB
(205,210,219)
#D7DDE2
(215,221,226)
#E1E8E9
(225,232,233)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8785AA; }

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

This text font color is #8785AA.


Background Color

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

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

This div background color is #8785AA.


Border color

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

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

This div border color is #8785AA.


Opacity

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

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

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

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

This text has shadow with #8785AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8785AA on black background.


Color preview on white background

This text has color #8785AA on white background.



Black color preview on #8785AA background

This text has black color on #8785AA background.


White color preview on #8785AA background

This text has white color on #8785AA background.