COLOR #9681B1

HEX: #9681B1 RGB: (150,129,177)

Color info

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

RGB color model

#9681B1 color RGB value is (150,129,177).

RGB: (150,129,177) (59%, 51%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 129 of 255 = 51%
B 177 of 255 = 69%

150
129
177

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

Portions of RGB colors in percentages

R + G + B = 150 + 129 + 177 = 456 (100%)
R 150 of 456 ~ 32.89%
G 129 of 456 ~ 28.29%
B 177 of 456 ~ 38.82'%

%32.89
%28.29
%38.82

CMYK color model

#9681B1 color CMYK value is (15,27,0,31).

  • cyan value is 15.25%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (15,27,0,31)
C15M27Y0K31 (15%, 27%, 0%, 31%)
(0.15 / 0.27 / 0.00 / 0.31)

CMYK percentages

%15.25
%27.12
%0
%30.59

Codes

Color #9681B1 in popluar color models

96 81 B1
RGB 150 129 177
HSL 266° 23.53% 60.00%
HSB/HSV 266° 27.12% 69.41%
CMYK 15.25% 27.12% 0.00%
30.59%

Color #9681B1 in popluar number systems.

HEX 96 81 B1
Decimal 150 129 177
Binary 10010110 10000001 10110001
Octal 226 201 261

Shades and tints

Shades of #9681B1

#9681B1
(150,129,177)
#8976A1
(137,118,161)
#7C6B91
(124,107,145)
#6F6081
(111,96,129)
#625571
(98,85,113)
#554A61
(85,74,97)
#483F51
(72,63,81)
#3B3441
(59,52,65)
#2E2931
(46,41,49)
#211E21
(33,30,33)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #9681B1

#9681B1
(150,129,177)
#9F8CB8
(159,140,184)
#A897BF
(168,151,191)
#B1A2C6
(177,162,198)
#BAADCD
(186,173,205)
#C3B8D4
(195,184,212)
#CCC3DB
(204,195,219)
#D5CEE2
(213,206,226)
#DED9E9
(222,217,233)
#E7E4F0
(231,228,240)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9681B1; }

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

This text font color is #9681B1.

Background Color

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

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

This div background color is #9681B1.

Border color

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

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

This div border color is #9681B1.

Opacity

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

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

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

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

This text has shadow with #9681B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9681B1.

Preview

Color preview on black background

This text has color #9681B1 on black background.


Color preview on white background

This text has color #9681B1 on white background.


Black color preview on #9681B1 background

This text has black color on #9681B1 background.


White color preview on #9681B1 background

This text has white color on #9681B1 background.


Related colors

Complementary color

Complementary color for #hex is #697E4E.


I love getcolorcode.com

Triadic colors

1 #B19681 and #81B196 with #9681B1 are triadic colors.

2 #B18196 and #8196B1 with #9681B1 are triadic colors.