COLOR #9E89AB

HEX: #9E89AB RGB: (158,137,171)

Color info

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

RGB color model

#9E89AB color RGB value is (158,137,171).

RGB: (158,137,171) (62%, 54%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 137 of 255 = 54%
B 171 of 255 = 67%

158
137
171

R + G + B ~ 61%. #9E89AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 137 + 171 = 466 (100%)
R 158 of 466 ~ 33.91%
G 137 of 466 ~ 29.4%
B 171 of 466 ~ 36.7'%

%33.91
%29.4
%36.7

CMYK color model

#9E89AB color CMYK value is (8,20,0,33).

  • cyan value is 7.60%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (8,20,0,33)
C8M20Y0K33 (8%, 20%, 0%, 33%)
(0.08 / 0.20 / 0.00 / 0.33)

CMYK percentages

%7.6
%19.88
%0
%32.94

Codes

Color #9E89AB in popluar color models

9E 89 AB
RGB 158 137 171
HSL 277° 16.83% 60.39%
HSB/HSV 277° 19.88% 67.06%
CMYK 7.60% 19.88% 0.00%
32.94%

Color #9E89AB in popluar number systems.

HEX 9E 89 AB
Decimal 158 137 171
Binary 10011110 10001001 10101011
Octal 236 211 253

Shades and tints

Shades of #9E89AB

#9E89AB
(158,137,171)
#907D9C
(144,125,156)
#82718D
(130,113,141)
#74657E
(116,101,126)
#66596F
(102,89,111)
#584D60
(88,77,96)
#4A4151
(74,65,81)
#3C3542
(60,53,66)
#2E2933
(46,41,51)
#201D24
(32,29,36)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #9E89AB

#9E89AB
(158,137,171)
#A693B2
(166,147,178)
#AE9DB9
(174,157,185)
#B6A7C0
(182,167,192)
#BEB1C7
(190,177,199)
#C6BBCE
(198,187,206)
#CEC5D5
(206,197,213)
#D6CFDC
(214,207,220)
#DED9E3
(222,217,227)
#E6E3EA
(230,227,234)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E89AB color. Also use rgb(158,137,171) instead hex code.

Text Font Color

.myTextColor { color: #9E89AB; }

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

This text font color is #9E89AB.

Background Color

.myBgColor { background-color: #9E89AB; }

<div style="background-color:#9E89AB">Inner text</div>

This div background color is #9E89AB.

Border color

.myBorderColor { border: 1px solid #9E89AB; }

<div style="border:3px solid #9E89AB">Div</div>

This div border color is #9E89AB.

Opacity

.myOpacity80 { color: #9E89AB; opacity: 0.8; }

<p style="color:#9E89AB;opacity:0.8;">80%</p>

Text with #9E89AB 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 #9E89AB;}

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

This text has shadow with #9E89AB color.


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

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

This text has shadow with #9E89AB primary color and red secondary color.


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

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

This text has shadow with #9E89AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9E89AB.

Preview

Color preview on black background

This text has color #9E89AB on black background.


Color preview on white background

This text has color #9E89AB on white background.


Black color preview on #9E89AB background

This text has black color on #9E89AB background.


White color preview on #9E89AB background

This text has white color on #9E89AB background.


Related colors

Complementary color

Complementary color for #hex is #617654.


I love getcolorcode.com

Triadic colors

1 #AB9E89 and #89AB9E with #9E89AB are triadic colors.

2 #AB899E and #899EAB with #9E89AB are triadic colors.