COLOR #9B99AA

HEX: #9B99AA
RGB: (155,153,170)

Color info

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

RGB color model

#9B99AA color RGB value is (155,153,170).

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

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 170 of 255 = 67%

155
153
170

R + G + B ~ 63%. #9B99AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 153 + 170 = 478 (100%)
R 155 of 478 ~ 32.43%
G 153 of 478 ~ 32.01%
B 170 of 478 ~ 35.56%

%32.43
%32.01
%35.56

CMYK color model

#9B99AA color CMYK value is (9,10,0,33).

  • cyan value is 8.82%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(9,10,0,33)
C9M10Y0K33 
(9%,10%,0%,33%)
(0.09/0.10/0.00/0.33)	

CMYK percentages

%8.82
%10
%0
%33.33

Codes

Color #9B99AA in popluar color models

9B99AA
RGB155153170
HSL247°9.09%63.33%
HSB/HSV247°10.00%66.67%
CMYK8.82%10.00%0.00%
33.33%

Color #9B99AA in popluar number systems.

HEX9B99AA
Decimal155153170
Binary100110111001100110101010
Octal233231252

Shades and tints

Shades of #9B99AA

#9B99AA
(155,153,170)
#8D8C9B
(141,140,155)
#7F7F8C
(127,127,140)
#71727D
(113,114,125)
#63656E
(99,101,110)
#55585F
(85,88,95)
#474B50
(71,75,80)
#393E41
(57,62,65)
#2B3132
(43,49,50)
#1D2423
(29,36,35)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #9B99AA

#9B99AA
(155,153,170)
#A4A2B1
(164,162,177)
#ADABB8
(173,171,184)
#B6B4BF
(182,180,191)
#BFBDC6
(191,189,198)
#C8C6CD
(200,198,205)
#D1CFD4
(209,207,212)
#DAD8DB
(218,216,219)
#E3E1E2
(227,225,226)
#ECEAE9
(236,234,233)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B99AA; }

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

This text font color is #9B99AA.


Background Color

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

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

This div background color is #9B99AA.


Border color

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

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

This div border color is #9B99AA.


Opacity

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

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

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

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

This text has shadow with #9B99AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B99AA on black background.


Color preview on white background

This text has color #9B99AA on white background.



Black color preview on #9B99AA background

This text has black color on #9B99AA background.


White color preview on #9B99AA background

This text has white color on #9B99AA background.