COLOR #9B99AF

HEX: #9B99AF
RGB: (155,153,175)

Color info

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

RGB color model

#9B99AF color RGB value is (155,153,175).

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

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 175 of 255 = 69%

155
153
175

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

Portions of RGB colors in percentages

R + G + B =
155 + 153 + 175 = 483 (100%)
R 155 of 483 ~ 32.09%
G 153 of 483 ~ 31.68%
B 175 of 483 ~ 36.23%

%32.09
%31.68
%36.23

CMYK color model

#9B99AF color CMYK value is (11,13,0,31).

  • cyan value is 11.43%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(11,13,0,31)
C11M13Y0K31 
(11%,13%,0%,31%)
(0.11/0.13/0.00/0.31)	

CMYK percentages

%11.43
%12.57
%0
%31.37

Codes

Color #9B99AF in popluar color models

9B99AF
RGB155153175
HSL245°12.09%64.31%
HSB/HSV245°12.57%68.63%
CMYK11.43%12.57%0.00%
31.37%

Color #9B99AF in popluar number systems.

HEX9B99AF
Decimal155153175
Binary100110111001100110101111
Octal233231257

Shades and tints

Shades of #9B99AF

#9B99AF
(155,153,175)
#8D8CA0
(141,140,160)
#7F7F91
(127,127,145)
#717282
(113,114,130)
#636573
(99,101,115)
#555864
(85,88,100)
#474B55
(71,75,85)
#393E46
(57,62,70)
#2B3137
(43,49,55)
#1D2428
(29,36,40)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #9B99AF

#9B99AF
(155,153,175)
#A4A2B6
(164,162,182)
#ADABBD
(173,171,189)
#B6B4C4
(182,180,196)
#BFBDCB
(191,189,203)
#C8C6D2
(200,198,210)
#D1CFD9
(209,207,217)
#DAD8E0
(218,216,224)
#E3E1E7
(227,225,231)
#ECEAEE
(236,234,238)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B99AF; }

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

This text font color is #9B99AF.


Background Color

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

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

This div background color is #9B99AF.


Border color

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

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

This div border color is #9B99AF.


Opacity

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

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

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

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

This text has shadow with #9B99AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B99AF on black background.


Color preview on white background

This text has color #9B99AF on white background.



Black color preview on #9B99AF background

This text has black color on #9B99AF background.


White color preview on #9B99AF background

This text has white color on #9B99AF background.