COLOR #9B8190

HEX: #9B8190
RGB: (155,129,144)

Color info

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

RGB color model

#9B8190 color RGB value is (155,129,144).

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

RGB channels and saturation

R 155 of 255 = 61%
G 129 of 255 = 51%
B 144 of 255 = 56%

155
129
144

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

Portions of RGB colors in percentages

R + G + B =
155 + 129 + 144 = 428 (100%)
R 155 of 428 ~ 36.21%
G 129 of 428 ~ 30.14%
B 144 of 428 ~ 33.64%

%36.21
%30.14
%33.64

CMYK color model

#9B8190 color CMYK value is (0,17,7,39).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 7.10%
  • key color value is 39.22%
CMYK:
(0,17,7,39)
C0M17Y7K39 
(0%,17%,7%,39%)
(0.00/0.17/0.07/0.39)	

CMYK percentages

%0
%16.77
%7.1
%39.22

Codes

Color #9B8190 in popluar color models

9B8190
RGB155129144
HSL325°11.50%55.69%
HSB/HSV325°16.77%60.78%
CMYK0.00%16.77%7.10%
39.22%

Color #9B8190 in popluar number systems.

HEX9B8190
Decimal155129144
Binary100110111000000110010000
Octal233201220

Shades and tints

Shades of #9B8190

#9B8190
(155,129,144)
#8D7683
(141,118,131)
#7F6B76
(127,107,118)
#716069
(113,96,105)
#63555C
(99,85,92)
#554A4F
(85,74,79)
#473F42
(71,63,66)
#393435
(57,52,53)
#2B2928
(43,41,40)
#1D1E1B
(29,30,27)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #9B8190

#9B8190
(155,129,144)
#A48C9A
(164,140,154)
#AD97A4
(173,151,164)
#B6A2AE
(182,162,174)
#BFADB8
(191,173,184)
#C8B8C2
(200,184,194)
#D1C3CC
(209,195,204)
#DACED6
(218,206,214)
#E3D9E0
(227,217,224)
#ECE4EA
(236,228,234)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8190; }

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

This text font color is #9B8190.


Background Color

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

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

This div background color is #9B8190.


Border color

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

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

This div border color is #9B8190.


Opacity

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

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

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

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

This text has shadow with #9B8190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8190 on black background.


Color preview on white background

This text has color #9B8190 on white background.



Black color preview on #9B8190 background

This text has black color on #9B8190 background.


White color preview on #9B8190 background

This text has white color on #9B8190 background.