COLOR #9889A5

HEX: #9889A5 RGB: (152,137,165)

Color info

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

RGB color model

#9889A5 color RGB value is (152,137,165).

RGB: (152,137,165) (60%, 54%, 65%)

RGB channels and saturation

R 152 of 255 = 60%
G 137 of 255 = 54%
B 165 of 255 = 65%

152
137
165

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

Portions of RGB colors in percentages

R + G + B = 152 + 137 + 165 = 454 (100%)
R 152 of 454 ~ 33.48%
G 137 of 454 ~ 30.18%
B 165 of 454 ~ 36.34'%

%33.48
%30.18
%36.34

CMYK color model

#9889A5 color CMYK value is (8,17,0,35).

  • cyan value is 7.88%
  • magenta value is 16.97%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (8,17,0,35)
C8M17Y0K35 (8%, 17%, 0%, 35%)
(0.08 / 0.17 / 0.00 / 0.35)

CMYK percentages

%7.88
%16.97
%0
%35.29

Codes

Color #9889A5 in popluar color models

98 89 A5
RGB 152 137 165
HSL 272° 13.46% 59.22%
HSB/HSV 272° 16.97% 64.71%
CMYK 7.88% 16.97% 0.00%
35.29%

Color #9889A5 in popluar number systems.

HEX 98 89 A5
Decimal 152 137 165
Binary 10011000 10001001 10100101
Octal 230 211 245

Shades and tints

Shades of #9889A5

#9889A5
(152,137,165)
#8B7D96
(139,125,150)
#7E7187
(126,113,135)
#716578
(113,101,120)
#645969
(100,89,105)
#574D5A
(87,77,90)
#4A414B
(74,65,75)
#3D353C
(61,53,60)
#30292D
(48,41,45)
#231D1E
(35,29,30)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #9889A5

#9889A5
(152,137,165)
#A193AD
(161,147,173)
#AA9DB5
(170,157,181)
#B3A7BD
(179,167,189)
#BCB1C5
(188,177,197)
#C5BBCD
(197,187,205)
#CEC5D5
(206,197,213)
#D7CFDD
(215,207,221)
#E0D9E5
(224,217,229)
#E9E3ED
(233,227,237)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9889A5 color. Also use rgb(152,137,165) instead hex code.

Text Font Color

.myTextColor { color: #9889A5; }

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

This text font color is #9889A5.

Background Color

.myBgColor { background-color: #9889A5; }

<div style="background-color:#9889A5">Inner text</div>

This div background color is #9889A5.

Border color

.myBorderColor { border: 1px solid #9889A5; }

<div style="border:3px solid #9889A5">Div</div>

This div border color is #9889A5.

Opacity

.myOpacity80 { color: #9889A5; opacity: 0.8; }

<p style="color:#9889A5;opacity:0.8;">80%</p>

Text with #9889A5 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 #9889A5;}

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

This text has shadow with #9889A5 color.


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

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

This text has shadow with #9889A5 primary color and red secondary color.


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

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

This text has shadow with #9889A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9889A5.

Preview

Color preview on black background

This text has color #9889A5 on black background.


Color preview on white background

This text has color #9889A5 on white background.


Black color preview on #9889A5 background

This text has black color on #9889A5 background.


White color preview on #9889A5 background

This text has white color on #9889A5 background.


Related colors

Complementary color

Complementary color for #hex is #67765A.


I love getcolorcode.com

Triadic colors

1 #A59889 and #89A598 with #9889A5 are triadic colors.

2 #A58998 and #8998A5 with #9889A5 are triadic colors.