COLOR #9B809D

HEX: #9B809D
RGB: (155,128,157)

Color info

#9B809D contains red, green and blue colors in about the same proportion. Web safe color of #9B809D is #996699 (or #969).

RGB color model

#9B809D color RGB value is (155,128,157).

  • red value is 155;
  • green value is 128;
  • blue value is 157.
RGB:
(155,128,157)
(61%,50%,62%)

RGB channels and saturation

R 155 of 255 = 61%
G 128 of 255 = 50%
B 157 of 255 = 62%

155
128
157

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

Portions of RGB colors in percentages

R + G + B =
155 + 128 + 157 = 440 (100%)
R 155 of 440 ~ 35.23%
G 128 of 440 ~ 29.09%
B 157 of 440 ~ 35.68%

%35.23
%29.09
%35.68

CMYK color model

#9B809D color CMYK value is (1,18,0,38).

  • cyan value is 1.27%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(1,18,0,38)
C1M18Y0K38 
(1%,18%,0%,38%)
(0.01/0.18/0.00/0.38)	

CMYK percentages

%1.27
%18.47
%0
%38.43

Codes

Color #9B809D in popluar color models

9B809D
RGB155128157
HSL296°12.89%55.88%
HSB/HSV296°18.47%61.57%
CMYK1.27%18.47%0.00%
38.43%

Color #9B809D in popluar number systems.

HEX9B809D
Decimal155128157
Binary100110111000000010011101
Octal233200235

Shades and tints

Shades of #9B809D

#9B809D
(155,128,157)
#8D758F
(141,117,143)
#7F6A81
(127,106,129)
#715F73
(113,95,115)
#635465
(99,84,101)
#554957
(85,73,87)
#473E49
(71,62,73)
#39333B
(57,51,59)
#2B282D
(43,40,45)
#1D1D1F
(29,29,31)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #9B809D

#9B809D
(155,128,157)
#A48BA5
(164,139,165)
#AD96AD
(173,150,173)
#B6A1B5
(182,161,181)
#BFACBD
(191,172,189)
#C8B7C5
(200,183,197)
#D1C2CD
(209,194,205)
#DACDD5
(218,205,213)
#E3D8DD
(227,216,221)
#ECE3E5
(236,227,229)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B809D color. Also use rgb(155,128,157) instead hex code.

Text Font Color

.myTextColor { color: #9B809D; }

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

This text font color is #9B809D.


Background Color

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

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

This div background color is #9B809D.


Border color

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

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

This div border color is #9B809D.


Opacity

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

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

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

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

This text has shadow with #9B809D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B809D on black background.


Color preview on white background

This text has color #9B809D on white background.



Black color preview on #9B809D background

This text has black color on #9B809D background.


White color preview on #9B809D background

This text has white color on #9B809D background.