COLOR #9689AD

HEX: #9689AD RGB: (150,137,173)

Color info

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

RGB color model

#9689AD color RGB value is (150,137,173).

RGB: (150,137,173) (59%, 54%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 173 of 255 = 68%

150
137
173

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

Portions of RGB colors in percentages

R + G + B = 150 + 137 + 173 = 460 (100%)
R 150 of 460 ~ 32.61%
G 137 of 460 ~ 29.78%
B 173 of 460 ~ 37.61'%

%32.61
%29.78
%37.61

CMYK color model

#9689AD color CMYK value is (13,21,0,32).

  • cyan value is 13.29%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (13,21,0,32)
C13M21Y0K32 (13%, 21%, 0%, 32%)
(0.13 / 0.21 / 0.00 / 0.32)

CMYK percentages

%13.29
%20.81
%0
%32.16

Codes

Color #9689AD in popluar color models

96 89 AD
RGB 150 137 173
HSL 262° 18.00% 60.78%
HSB/HSV 262° 20.81% 67.84%
CMYK 13.29% 20.81% 0.00%
32.16%

Color #9689AD in popluar number systems.

HEX 96 89 AD
Decimal 150 137 173
Binary 10010110 10001001 10101101
Octal 226 211 255

Shades and tints

Shades of #9689AD

#9689AD
(150,137,173)
#897D9E
(137,125,158)
#7C718F
(124,113,143)
#6F6580
(111,101,128)
#625971
(98,89,113)
#554D62
(85,77,98)
#484153
(72,65,83)
#3B3544
(59,53,68)
#2E2935
(46,41,53)
#211D26
(33,29,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #9689AD

#9689AD
(150,137,173)
#9F93B4
(159,147,180)
#A89DBB
(168,157,187)
#B1A7C2
(177,167,194)
#BAB1C9
(186,177,201)
#C3BBD0
(195,187,208)
#CCC5D7
(204,197,215)
#D5CFDE
(213,207,222)
#DED9E5
(222,217,229)
#E7E3EC
(231,227,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9689AD color. Also use rgb(150,137,173) instead hex code.

Text Font Color

.myTextColor { color: #9689AD; }

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

This text font color is #9689AD.

Background Color

.myBgColor { background-color: #9689AD; }

<div style="background-color:#9689AD">Inner text</div>

This div background color is #9689AD.

Border color

.myBorderColor { border: 1px solid #9689AD; }

<div style="border:3px solid #9689AD">Div</div>

This div border color is #9689AD.

Opacity

.myOpacity80 { color: #9689AD; opacity: 0.8; }

<p style="color:#9689AD;opacity:0.8;">80%</p>

Text with #9689AD 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 #9689AD;}

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

This text has shadow with #9689AD color.


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

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

This text has shadow with #9689AD primary color and red secondary color.


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

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

This text has shadow with #9689AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9689AD.

Preview

Color preview on black background

This text has color #9689AD on black background.


Color preview on white background

This text has color #9689AD on white background.


Black color preview on #9689AD background

This text has black color on #9689AD background.


White color preview on #9689AD background

This text has white color on #9689AD background.


Related colors

Complementary color

Complementary color for #hex is #697652.


I love getcolorcode.com

Triadic colors

1 #AD9689 and #89AD96 with #9689AD are triadic colors.

2 #AD8996 and #8996AD with #9689AD are triadic colors.