COLOR #96809D

HEX: #96809D RGB: (150,128,157)

Color info

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

RGB color model

#96809D color RGB value is (150,128,157).

RGB: (150,128,157) (59%, 50%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 128 of 255 = 50%
B 157 of 255 = 62%

150
128
157

R + G + B ~ 57%. #96809D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 128 + 157 = 435 (100%)
R 150 of 435 ~ 34.48%
G 128 of 435 ~ 29.43%
B 157 of 435 ~ 36.09'%

%34.48
%29.43
%36.09

CMYK color model

#96809D color CMYK value is (4,18,0,38).

  • cyan value is 4.46%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (4,18,0,38)
C4M18Y0K38 (4%, 18%, 0%, 38%)
(0.04 / 0.18 / 0.00 / 0.38)

CMYK percentages

%4.46
%18.47
%0
%38.43

Codes

Color #96809D in popluar color models

96 80 9D
RGB 150 128 157
HSL 286° 12.89% 55.88%
HSB/HSV 286° 18.47% 61.57%
CMYK 4.46% 18.47% 0.00%
38.43%

Color #96809D in popluar number systems.

HEX 96 80 9D
Decimal 150 128 157
Binary 10010110 10000000 10011101
Octal 226 200 235

Shades and tints

Shades of #96809D

#96809D
(150,128,157)
#89758F
(137,117,143)
#7C6A81
(124,106,129)
#6F5F73
(111,95,115)
#625465
(98,84,101)
#554957
(85,73,87)
#483E49
(72,62,73)
#3B333B
(59,51,59)
#2E282D
(46,40,45)
#211D1F
(33,29,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #96809D

#96809D
(150,128,157)
#9F8BA5
(159,139,165)
#A896AD
(168,150,173)
#B1A1B5
(177,161,181)
#BAACBD
(186,172,189)
#C3B7C5
(195,183,197)
#CCC2CD
(204,194,205)
#D5CDD5
(213,205,213)
#DED8DD
(222,216,221)
#E7E3E5
(231,227,229)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96809D color. Also use rgb(150,128,157) instead hex code.

Text Font Color

.myTextColor { color: #96809D; }

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

This text font color is #96809D.

Background Color

.myBgColor { background-color: #96809D; }

<div style="background-color:#96809D">Inner text</div>

This div background color is #96809D.

Border color

.myBorderColor { border: 1px solid #96809D; }

<div style="border:3px solid #96809D">Div</div>

This div border color is #96809D.

Opacity

.myOpacity80 { color: #96809D; opacity: 0.8; }

<p style="color:#96809D;opacity:0.8;">80%</p>

Text with #96809D 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 #96809D;}

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

This text has shadow with #96809D color.


.textShadow {text-shadow: 3px 3px 1px #96809D', 3px 3px 1px red;}

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

This text has shadow with #96809D primary color and red secondary color.


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

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

This text has shadow with #96809D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96809D; -webkit-box-shadow: 1px 1px 3px 2px #96809D; box-shadow:1px 1px 3px 2px #96809D;">
Div content here
</div>

This div box has shadow with color #96809D.

Preview

Color preview on black background

This text has color #96809D on black background.


Color preview on white background

This text has color #96809D on white background.


Black color preview on #96809D background

This text has black color on #96809D background.


White color preview on #96809D background

This text has white color on #96809D background.


Related colors

Complementary color

Complementary color for #hex is #697F62.


I love getcolorcode.com

Triadic colors

1 #9D9680 and #809D96 with #96809D are triadic colors.

2 #9D8096 and #80969D with #96809D are triadic colors.