COLOR #9684AE

HEX: #9684AE RGB: (150,132,174)

Color info

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

RGB color model

#9684AE color RGB value is (150,132,174).

RGB: (150,132,174) (59%, 52%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 174 of 255 = 68%

150
132
174

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

Portions of RGB colors in percentages

R + G + B = 150 + 132 + 174 = 456 (100%)
R 150 of 456 ~ 32.89%
G 132 of 456 ~ 28.95%
B 174 of 456 ~ 38.16'%

%32.89
%28.95
%38.16

CMYK color model

#9684AE color CMYK value is (14,24,0,32).

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

CMYK: (14,24,0,32)
C14M24Y0K32 (14%, 24%, 0%, 32%)
(0.14 / 0.24 / 0.00 / 0.32)

CMYK percentages

%13.79
%24.14
%0
%31.76

Codes

Color #9684AE in popluar color models

96 84 AE
RGB 150 132 174
HSL 266° 20.59% 60.00%
HSB/HSV 266° 24.14% 68.24%
CMYK 13.79% 24.14% 0.00%
31.76%

Color #9684AE in popluar number systems.

HEX 96 84 AE
Decimal 150 132 174
Binary 10010110 10000100 10101110
Octal 226 204 256

Shades and tints

Shades of #9684AE

#9684AE
(150,132,174)
#89789F
(137,120,159)
#7C6C90
(124,108,144)
#6F6081
(111,96,129)
#625472
(98,84,114)
#554863
(85,72,99)
#483C54
(72,60,84)
#3B3045
(59,48,69)
#2E2436
(46,36,54)
#211827
(33,24,39)
#140C18
(20,12,24)
#000000
(0,0,0)

Tints of #9684AE

#9684AE
(150,132,174)
#9F8FB5
(159,143,181)
#A89ABC
(168,154,188)
#B1A5C3
(177,165,195)
#BAB0CA
(186,176,202)
#C3BBD1
(195,187,209)
#CCC6D8
(204,198,216)
#D5D1DF
(213,209,223)
#DEDCE6
(222,220,230)
#E7E7ED
(231,231,237)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9684AE; }

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

This text font color is #9684AE.

Background Color

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

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

This div background color is #9684AE.

Border color

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

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

This div border color is #9684AE.

Opacity

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

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

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

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

This text has shadow with #9684AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9684AE.

Preview

Color preview on black background

This text has color #9684AE on black background.


Color preview on white background

This text has color #9684AE on white background.


Black color preview on #9684AE background

This text has black color on #9684AE background.


White color preview on #9684AE background

This text has white color on #9684AE background.


Related colors

Complementary color

Complementary color for #hex is #697B51.


I love getcolorcode.com

Triadic colors

1 #AE9684 and #84AE96 with #9684AE are triadic colors.

2 #AE8496 and #8496AE with #9684AE are triadic colors.