COLOR #9B81AA

HEX: #9B81AA
RGB: (155,129,170)

Color info

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

RGB color model

#9B81AA color RGB value is (155,129,170).

  • red value is 155;
  • green value is 129;
  • blue value is 170.
RGB:
(155,129,170)
(61%,51%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 129 of 255 = 51%
B 170 of 255 = 67%

155
129
170

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

Portions of RGB colors in percentages

R + G + B =
155 + 129 + 170 = 454 (100%)
R 155 of 454 ~ 34.14%
G 129 of 454 ~ 28.41%
B 170 of 454 ~ 37.44%

%34.14
%28.41
%37.44

CMYK color model

#9B81AA color CMYK value is (9,24,0,33).

  • cyan value is 8.82%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(9,24,0,33)
C9M24Y0K33 
(9%,24%,0%,33%)
(0.09/0.24/0.00/0.33)	

CMYK percentages

%8.82
%24.12
%0
%33.33

Codes

Color #9B81AA in popluar color models

9B81AA
RGB155129170
HSL278°19.43%58.63%
HSB/HSV278°24.12%66.67%
CMYK8.82%24.12%0.00%
33.33%

Color #9B81AA in popluar number systems.

HEX9B81AA
Decimal155129170
Binary100110111000000110101010
Octal233201252

Shades and tints

Shades of #9B81AA

#9B81AA
(155,129,170)
#8D769B
(141,118,155)
#7F6B8C
(127,107,140)
#71607D
(113,96,125)
#63556E
(99,85,110)
#554A5F
(85,74,95)
#473F50
(71,63,80)
#393441
(57,52,65)
#2B2932
(43,41,50)
#1D1E23
(29,30,35)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #9B81AA

#9B81AA
(155,129,170)
#A48CB1
(164,140,177)
#AD97B8
(173,151,184)
#B6A2BF
(182,162,191)
#BFADC6
(191,173,198)
#C8B8CD
(200,184,205)
#D1C3D4
(209,195,212)
#DACEDB
(218,206,219)
#E3D9E2
(227,217,226)
#ECE4E9
(236,228,233)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B81AA color. Also use rgb(155,129,170) instead hex code.

Text Font Color

.myTextColor { color: #9B81AA; }

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

This text font color is #9B81AA.


Background Color

.myBgColor { background-color: #9B81AA; }

<div style="background-color:#9B81AA">Inner text</div>

This div background color is #9B81AA.


Border color

.myBorderColor { border: 1px solid #9B81AA; }

<div style="border:3px solid #9B81AA">Div</div>

This div border color is #9B81AA.


Opacity

.myOpacity80 { color: #9B81AA; opacity: 0.8; }

<p style="color:#9B81AA;opacity:0.8;">80%</p>

Text with #9B81AA 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 #9B81AA;}

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

This text has shadow with #9B81AA color.

.textShadow {text-shadow: 3px 3px 1px #9B81AA, 3px 3px 1px red;}

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

This text has shadow with #9B81AA primary color and red secondary color.


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

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

This text has shadow with #9B81AA and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B81AA;
-webkit-box-shadow: 1px 1px 3px 2px #9B81AA;
box-shadow:1px 1px 3px 2px #9B81AA;">
Div content here</div>
This div box has shadow with color #9B81AA.

Preview

Color preview on black background

This text has color #9B81AA on black background.


Color preview on white background

This text has color #9B81AA on white background.



Black color preview on #9B81AA background

This text has black color on #9B81AA background.


White color preview on #9B81AA background

This text has white color on #9B81AA background.