COLOR #9B8EAB

HEX: #9B8EAB
RGB: (155,142,171)

Color info

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

RGB color model

#9B8EAB color RGB value is (155,142,171).

  • red value is 155;
  • green value is 142;
  • blue value is 171.
RGB:
(155,142,171)
(61%,56%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 142 of 255 = 56%
B 171 of 255 = 67%

155
142
171

R + G + B ~ 61%. #9B8EAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 142 + 171 = 468 (100%)
R 155 of 468 ~ 33.12%
G 142 of 468 ~ 30.34%
B 171 of 468 ~ 36.54%

%33.12
%30.34
%36.54

CMYK color model

#9B8EAB color CMYK value is (9,17,0,33).

  • cyan value is 9.36%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(9,17,0,33)
C9M17Y0K33 
(9%,17%,0%,33%)
(0.09/0.17/0.00/0.33)	

CMYK percentages

%9.36
%16.96
%0
%32.94

Codes

Color #9B8EAB in popluar color models

9B8EAB
RGB155142171
HSL267°14.72%61.37%
HSB/HSV267°16.96%67.06%
CMYK9.36%16.96%0.00%
32.94%

Color #9B8EAB in popluar number systems.

HEX9B8EAB
Decimal155142171
Binary100110111000111010101011
Octal233216253

Shades and tints

Shades of #9B8EAB

#9B8EAB
(155,142,171)
#8D829C
(141,130,156)
#7F768D
(127,118,141)
#716A7E
(113,106,126)
#635E6F
(99,94,111)
#555260
(85,82,96)
#474651
(71,70,81)
#393A42
(57,58,66)
#2B2E33
(43,46,51)
#1D2224
(29,34,36)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #9B8EAB

#9B8EAB
(155,142,171)
#A498B2
(164,152,178)
#ADA2B9
(173,162,185)
#B6ACC0
(182,172,192)
#BFB6C7
(191,182,199)
#C8C0CE
(200,192,206)
#D1CAD5
(209,202,213)
#DAD4DC
(218,212,220)
#E3DEE3
(227,222,227)
#ECE8EA
(236,232,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8EAB color. Also use rgb(155,142,171) instead hex code.

Text Font Color

.myTextColor { color: #9B8EAB; }

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

This text font color is #9B8EAB.


Background Color

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

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

This div background color is #9B8EAB.


Border color

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

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

This div border color is #9B8EAB.


Opacity

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

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

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

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

This text has shadow with #9B8EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8EAB on black background.


Color preview on white background

This text has color #9B8EAB on white background.



Black color preview on #9B8EAB background

This text has black color on #9B8EAB background.


White color preview on #9B8EAB background

This text has white color on #9B8EAB background.