COLOR #9984AE

HEX: #9984AE RGB: (153,132,174)

Color info

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

RGB color model

#9984AE color RGB value is (153,132,174).

RGB: (153,132,174) (60%, 52%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 132 of 255 = 52%
B 174 of 255 = 68%

153
132
174

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

Portions of RGB colors in percentages

R + G + B = 153 + 132 + 174 = 459 (100%)
R 153 of 459 ~ 33.33%
G 132 of 459 ~ 28.76%
B 174 of 459 ~ 37.91'%

%33.33
%28.76
%37.91

CMYK color model

#9984AE color CMYK value is (12,24,0,32).

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

CMYK: (12,24,0,32)
C12M24Y0K32 (12%, 24%, 0%, 32%)
(0.12 / 0.24 / 0.00 / 0.32)

CMYK percentages

%12.07
%24.14
%0
%31.76

Codes

Color #9984AE in popluar color models

99 84 AE
RGB 153 132 174
HSL 270° 20.59% 60.00%
HSB/HSV 270° 24.14% 68.24%
CMYK 12.07% 24.14% 0.00%
31.76%

Color #9984AE in popluar number systems.

HEX 99 84 AE
Decimal 153 132 174
Binary 10011001 10000100 10101110
Octal 231 204 256

Shades and tints

Shades of #9984AE

#9984AE
(153,132,174)
#8C789F
(140,120,159)
#7F6C90
(127,108,144)
#726081
(114,96,129)
#655472
(101,84,114)
#584863
(88,72,99)
#4B3C54
(75,60,84)
#3E3045
(62,48,69)
#312436
(49,36,54)
#241827
(36,24,39)
#170C18
(23,12,24)
#000000
(0,0,0)

Tints of #9984AE

#9984AE
(153,132,174)
#A28FB5
(162,143,181)
#AB9ABC
(171,154,188)
#B4A5C3
(180,165,195)
#BDB0CA
(189,176,202)
#C6BBD1
(198,187,209)
#CFC6D8
(207,198,216)
#D8D1DF
(216,209,223)
#E1DCE6
(225,220,230)
#EAE7ED
(234,231,237)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9984AE; }

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

This text font color is #9984AE.

Background Color

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

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

This div background color is #9984AE.

Border color

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

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

This div border color is #9984AE.

Opacity

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

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

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

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

This text has shadow with #9984AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9984AE.

Preview

Color preview on black background

This text has color #9984AE on black background.


Color preview on white background

This text has color #9984AE on white background.


Black color preview on #9984AE background

This text has black color on #9984AE background.


White color preview on #9984AE background

This text has white color on #9984AE background.


Related colors

Complementary color

Complementary color for #hex is #667B51.


I love getcolorcode.com

Triadic colors

1 #AE9984 and #84AE99 with #9984AE are triadic colors.

2 #AE8499 and #8499AE with #9984AE are triadic colors.