COLOR #8995AD

HEX: #8995AD RGB: (137,149,173)

Color info

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

RGB color model

#8995AD color RGB value is (137,149,173).

RGB: (137,149,173) (54%, 58%, 68%)

RGB channels and saturation

R 137 of 255 = 54%
G 149 of 255 = 58%
B 173 of 255 = 68%

137
149
173

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

Portions of RGB colors in percentages

R + G + B = 137 + 149 + 173 = 459 (100%)
R 137 of 459 ~ 29.85%
G 149 of 459 ~ 32.46%
B 173 of 459 ~ 37.69'%

%29.85
%32.46
%37.69

CMYK color model

#8995AD color CMYK value is (21,14,0,32).

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

CMYK: (21,14,0,32)
C21M14Y0K32 (21%, 14%, 0%, 32%)
(0.21 / 0.14 / 0.00 / 0.32)

CMYK percentages

%20.81
%13.87
%0
%32.16

Codes

Color #8995AD in popluar color models

89 95 AD
RGB 137 149 173
HSL 220° 18.00% 60.78%
HSB/HSV 220° 20.81% 67.84%
CMYK 20.81% 13.87% 0.00%
32.16%

Color #8995AD in popluar number systems.

HEX 89 95 AD
Decimal 137 149 173
Binary 10001001 10010101 10101101
Octal 211 225 255

Shades and tints

Shades of #8995AD

#8995AD
(137,149,173)
#7D889E
(125,136,158)
#717B8F
(113,123,143)
#656E80
(101,110,128)
#596171
(89,97,113)
#4D5462
(77,84,98)
#414753
(65,71,83)
#353A44
(53,58,68)
#292D35
(41,45,53)
#1D2026
(29,32,38)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #8995AD

#8995AD
(137,149,173)
#939EB4
(147,158,180)
#9DA7BB
(157,167,187)
#A7B0C2
(167,176,194)
#B1B9C9
(177,185,201)
#BBC2D0
(187,194,208)
#C5CBD7
(197,203,215)
#CFD4DE
(207,212,222)
#D9DDE5
(217,221,229)
#E3E6EC
(227,230,236)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8995AD; }

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

This text font color is #8995AD.

Background Color

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

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

This div background color is #8995AD.

Border color

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

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

This div border color is #8995AD.

Opacity

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

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

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

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

This text has shadow with #8995AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8995AD.

Preview

Color preview on black background

This text has color #8995AD on black background.


Color preview on white background

This text has color #8995AD on white background.


Black color preview on #8995AD background

This text has black color on #8995AD background.


White color preview on #8995AD background

This text has white color on #8995AD background.


Related colors

Complementary color

Complementary color for #hex is #766A52.


I love getcolorcode.com

Triadic colors

1 #AD8995 and #95AD89 with #8995AD are triadic colors.

2 #AD9589 and #9589AD with #8995AD are triadic colors.