COLOR #9B9AB3

HEX: #9B9AB3
RGB: (155,154,179)

Color info

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

RGB color model

#9B9AB3 color RGB value is (155,154,179).

  • red value is 155;
  • green value is 154;
  • blue value is 179.
RGB:
(155,154,179)
(61%,60%,70%)

RGB channels and saturation

R 155 of 255 = 61%
G 154 of 255 = 60%
B 179 of 255 = 70%

155
154
179

R + G + B ~ 64%. #9B9AB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 154 + 179 = 488 (100%)
R 155 of 488 ~ 31.76%
G 154 of 488 ~ 31.56%
B 179 of 488 ~ 36.68%

%31.76
%31.56
%36.68

CMYK color model

#9B9AB3 color CMYK value is (13,14,0,30).

  • cyan value is 13.41%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(13,14,0,30)
C13M14Y0K30 
(13%,14%,0%,30%)
(0.13/0.14/0.00/0.30)	

CMYK percentages

%13.41
%13.97
%0
%29.8

Codes

Color #9B9AB3 in popluar color models

9B9AB3
RGB155154179
HSL242°14.12%65.29%
HSB/HSV242°13.97%70.20%
CMYK13.41%13.97%0.00%
29.80%

Color #9B9AB3 in popluar number systems.

HEX9B9AB3
Decimal155154179
Binary100110111001101010110011
Octal233232263

Shades and tints

Shades of #9B9AB3

#9B9AB3
(155,154,179)
#8D8CA3
(141,140,163)
#7F7E93
(127,126,147)
#717083
(113,112,131)
#636273
(99,98,115)
#555463
(85,84,99)
#474653
(71,70,83)
#393843
(57,56,67)
#2B2A33
(43,42,51)
#1D1C23
(29,28,35)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #9B9AB3

#9B9AB3
(155,154,179)
#A4A3B9
(164,163,185)
#ADACBF
(173,172,191)
#B6B5C5
(182,181,197)
#BFBECB
(191,190,203)
#C8C7D1
(200,199,209)
#D1D0D7
(209,208,215)
#DAD9DD
(218,217,221)
#E3E2E3
(227,226,227)
#ECEBE9
(236,235,233)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9AB3 color. Also use rgb(155,154,179) instead hex code.

Text Font Color

.myTextColor { color: #9B9AB3; }

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

This text font color is #9B9AB3.


Background Color

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

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

This div background color is #9B9AB3.


Border color

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

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

This div border color is #9B9AB3.


Opacity

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

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

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

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

This text has shadow with #9B9AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9AB3 on black background.


Color preview on white background

This text has color #9B9AB3 on white background.



Black color preview on #9B9AB3 background

This text has black color on #9B9AB3 background.


White color preview on #9B9AB3 background

This text has white color on #9B9AB3 background.