COLOR #8985AD

HEX: #8985AD RGB: (137,133,173)

Color info

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

RGB color model

#8985AD color RGB value is (137,133,173).

RGB: (137,133,173) (54%, 52%, 68%)

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 173 of 255 = 68%

137
133
173

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

Portions of RGB colors in percentages

R + G + B = 137 + 133 + 173 = 443 (100%)
R 137 of 443 ~ 30.93%
G 133 of 443 ~ 30.02%
B 173 of 443 ~ 39.05'%

%30.93
%30.02
%39.05

CMYK color model

#8985AD color CMYK value is (21,23,0,32).

  • cyan value is 20.81%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (21,23,0,32)
C21M23Y0K32 (21%, 23%, 0%, 32%)
(0.21 / 0.23 / 0.00 / 0.32)

CMYK percentages

%20.81
%23.12
%0
%32.16

Codes

Color #8985AD in popluar color models

89 85 AD
RGB 137 133 173
HSL 246° 19.61% 60.00%
HSB/HSV 246° 23.12% 67.84%
CMYK 20.81% 23.12% 0.00%
32.16%

Color #8985AD in popluar number systems.

HEX 89 85 AD
Decimal 137 133 173
Binary 10001001 10000101 10101101
Octal 211 205 255

Shades and tints

Shades of #8985AD

#8985AD
(137,133,173)
#7D799E
(125,121,158)
#716D8F
(113,109,143)
#656180
(101,97,128)
#595571
(89,85,113)
#4D4962
(77,73,98)
#413D53
(65,61,83)
#353144
(53,49,68)
#292535
(41,37,53)
#1D1926
(29,25,38)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #8985AD

#8985AD
(137,133,173)
#9390B4
(147,144,180)
#9D9BBB
(157,155,187)
#A7A6C2
(167,166,194)
#B1B1C9
(177,177,201)
#BBBCD0
(187,188,208)
#C5C7D7
(197,199,215)
#CFD2DE
(207,210,222)
#D9DDE5
(217,221,229)
#E3E8EC
(227,232,236)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8985AD color. Also use rgb(137,133,173) instead hex code.

Text Font Color

.myTextColor { color: #8985AD; }

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

This text font color is #8985AD.

Background Color

.myBgColor { background-color: #8985AD; }

<div style="background-color:#8985AD">Inner text</div>

This div background color is #8985AD.

Border color

.myBorderColor { border: 1px solid #8985AD; }

<div style="border:3px solid #8985AD">Div</div>

This div border color is #8985AD.

Opacity

.myOpacity80 { color: #8985AD; opacity: 0.8; }

<p style="color:#8985AD;opacity:0.8;">80%</p>

Text with #8985AD 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 #8985AD;}

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

This text has shadow with #8985AD color.


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

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

This text has shadow with #8985AD primary color and red secondary color.


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

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

This text has shadow with #8985AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8985AD.

Preview

Color preview on black background

This text has color #8985AD on black background.


Color preview on white background

This text has color #8985AD on white background.


Black color preview on #8985AD background

This text has black color on #8985AD background.


White color preview on #8985AD background

This text has white color on #8985AD background.


Related colors

Complementary color

Complementary color for #hex is #767A52.


I love getcolorcode.com

Triadic colors

1 #AD8985 and #85AD89 with #8985AD are triadic colors.

2 #AD8589 and #8589AD with #8985AD are triadic colors.