COLOR #9681AD

HEX: #9681AD RGB: (150,129,173)

Color info

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

RGB color model

#9681AD color RGB value is (150,129,173).

RGB: (150,129,173) (59%, 51%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 129 of 255 = 51%
B 173 of 255 = 68%

150
129
173

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

Portions of RGB colors in percentages

R + G + B = 150 + 129 + 173 = 452 (100%)
R 150 of 452 ~ 33.19%
G 129 of 452 ~ 28.54%
B 173 of 452 ~ 38.27'%

%33.19
%28.54
%38.27

CMYK color model

#9681AD color CMYK value is (13,25,0,32).

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

CMYK: (13,25,0,32)
C13M25Y0K32 (13%, 25%, 0%, 32%)
(0.13 / 0.25 / 0.00 / 0.32)

CMYK percentages

%13.29
%25.43
%0
%32.16

Codes

Color #9681AD in popluar color models

96 81 AD
RGB 150 129 173
HSL 269° 21.15% 59.22%
HSB/HSV 269° 25.43% 67.84%
CMYK 13.29% 25.43% 0.00%
32.16%

Color #9681AD in popluar number systems.

HEX 96 81 AD
Decimal 150 129 173
Binary 10010110 10000001 10101101
Octal 226 201 255

Shades and tints

Shades of #9681AD

#9681AD
(150,129,173)
#89769E
(137,118,158)
#7C6B8F
(124,107,143)
#6F6080
(111,96,128)
#625571
(98,85,113)
#554A62
(85,74,98)
#483F53
(72,63,83)
#3B3444
(59,52,68)
#2E2935
(46,41,53)
#211E26
(33,30,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #9681AD

#9681AD
(150,129,173)
#9F8CB4
(159,140,180)
#A897BB
(168,151,187)
#B1A2C2
(177,162,194)
#BAADC9
(186,173,201)
#C3B8D0
(195,184,208)
#CCC3D7
(204,195,215)
#D5CEDE
(213,206,222)
#DED9E5
(222,217,229)
#E7E4EC
(231,228,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9681AD; }

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

This text font color is #9681AD.

Background Color

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

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

This div background color is #9681AD.

Border color

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

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

This div border color is #9681AD.

Opacity

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

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

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

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

This text has shadow with #9681AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9681AD.

Preview

Color preview on black background

This text has color #9681AD on black background.


Color preview on white background

This text has color #9681AD on white background.


Black color preview on #9681AD background

This text has black color on #9681AD background.


White color preview on #9681AD background

This text has white color on #9681AD background.


Related colors

Complementary color

Complementary color for #hex is #697E52.


I love getcolorcode.com

Triadic colors

1 #AD9681 and #81AD96 with #9681AD are triadic colors.

2 #AD8196 and #8196AD with #9681AD are triadic colors.