COLOR #9987AE

HEX: #9987AE RGB: (153,135,174)

Color info

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

RGB color model

#9987AE color RGB value is (153,135,174).

RGB: (153,135,174) (60%, 53%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 174 of 255 = 68%

153
135
174

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

Portions of RGB colors in percentages

R + G + B = 153 + 135 + 174 = 462 (100%)
R 153 of 462 ~ 33.12%
G 135 of 462 ~ 29.22%
B 174 of 462 ~ 37.66'%

%33.12
%29.22
%37.66

CMYK color model

#9987AE color CMYK value is (12,22,0,32).

  • cyan value is 12.07%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (12,22,0,32)
C12M22Y0K32 (12%, 22%, 0%, 32%)
(0.12 / 0.22 / 0.00 / 0.32)

CMYK percentages

%12.07
%22.41
%0
%31.76

Codes

Color #9987AE in popluar color models

99 87 AE
RGB 153 135 174
HSL 268° 19.40% 60.59%
HSB/HSV 268° 22.41% 68.24%
CMYK 12.07% 22.41% 0.00%
31.76%

Color #9987AE in popluar number systems.

HEX 99 87 AE
Decimal 153 135 174
Binary 10011001 10000111 10101110
Octal 231 207 256

Shades and tints

Shades of #9987AE

#9987AE
(153,135,174)
#8C7B9F
(140,123,159)
#7F6F90
(127,111,144)
#726381
(114,99,129)
#655772
(101,87,114)
#584B63
(88,75,99)
#4B3F54
(75,63,84)
#3E3345
(62,51,69)
#312736
(49,39,54)
#241B27
(36,27,39)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #9987AE

#9987AE
(153,135,174)
#A291B5
(162,145,181)
#AB9BBC
(171,155,188)
#B4A5C3
(180,165,195)
#BDAFCA
(189,175,202)
#C6B9D1
(198,185,209)
#CFC3D8
(207,195,216)
#D8CDDF
(216,205,223)
#E1D7E6
(225,215,230)
#EAE1ED
(234,225,237)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9987AE color. Also use rgb(153,135,174) instead hex code.

Text Font Color

.myTextColor { color: #9987AE; }

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

This text font color is #9987AE.

Background Color

.myBgColor { background-color: #9987AE; }

<div style="background-color:#9987AE">Inner text</div>

This div background color is #9987AE.

Border color

.myBorderColor { border: 1px solid #9987AE; }

<div style="border:3px solid #9987AE">Div</div>

This div border color is #9987AE.

Opacity

.myOpacity80 { color: #9987AE; opacity: 0.8; }

<p style="color:#9987AE;opacity:0.8;">80%</p>

Text with #9987AE 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 #9987AE;}

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

This text has shadow with #9987AE color.


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

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

This text has shadow with #9987AE primary color and red secondary color.


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

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

This text has shadow with #9987AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9987AE.

Preview

Color preview on black background

This text has color #9987AE on black background.


Color preview on white background

This text has color #9987AE on white background.


Black color preview on #9987AE background

This text has black color on #9987AE background.


White color preview on #9987AE background

This text has white color on #9987AE background.


Related colors

Complementary color

Complementary color for #hex is #667851.


I love getcolorcode.com

Triadic colors

1 #AE9987 and #87AE99 with #9987AE are triadic colors.

2 #AE8799 and #8799AE with #9987AE are triadic colors.