COLOR #96889F

HEX: #96889F RGB: (150,136,159)

Color info

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

RGB color model

#96889F color RGB value is (150,136,159).

RGB: (150,136,159) (59%, 53%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 159 of 255 = 62%

150
136
159

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

Portions of RGB colors in percentages

R + G + B = 150 + 136 + 159 = 445 (100%)
R 150 of 445 ~ 33.71%
G 136 of 445 ~ 30.56%
B 159 of 445 ~ 35.73'%

%33.71
%30.56
%35.73

CMYK color model

#96889F color CMYK value is (6,14,0,38).

  • cyan value is 5.66%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (6,14,0,38)
C6M14Y0K38 (6%, 14%, 0%, 38%)
(0.06 / 0.14 / 0.00 / 0.38)

CMYK percentages

%5.66
%14.47
%0
%37.65

Codes

Color #96889F in popluar color models

96 88 9F
RGB 150 136 159
HSL 277° 10.70% 57.84%
HSB/HSV 277° 14.47% 62.35%
CMYK 5.66% 14.47% 0.00%
37.65%

Color #96889F in popluar number systems.

HEX 96 88 9F
Decimal 150 136 159
Binary 10010110 10001000 10011111
Octal 226 210 237

Shades and tints

Shades of #96889F

#96889F
(150,136,159)
#897C91
(137,124,145)
#7C7083
(124,112,131)
#6F6475
(111,100,117)
#625867
(98,88,103)
#554C59
(85,76,89)
#48404B
(72,64,75)
#3B343D
(59,52,61)
#2E282F
(46,40,47)
#211C21
(33,28,33)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #96889F

#96889F
(150,136,159)
#9F92A7
(159,146,167)
#A89CAF
(168,156,175)
#B1A6B7
(177,166,183)
#BAB0BF
(186,176,191)
#C3BAC7
(195,186,199)
#CCC4CF
(204,196,207)
#D5CED7
(213,206,215)
#DED8DF
(222,216,223)
#E7E2E7
(231,226,231)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96889F color. Also use rgb(150,136,159) instead hex code.

Text Font Color

.myTextColor { color: #96889F; }

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

This text font color is #96889F.

Background Color

.myBgColor { background-color: #96889F; }

<div style="background-color:#96889F">Inner text</div>

This div background color is #96889F.

Border color

.myBorderColor { border: 1px solid #96889F; }

<div style="border:3px solid #96889F">Div</div>

This div border color is #96889F.

Opacity

.myOpacity80 { color: #96889F; opacity: 0.8; }

<p style="color:#96889F;opacity:0.8;">80%</p>

Text with #96889F 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 #96889F;}

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

This text has shadow with #96889F color.


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

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

This text has shadow with #96889F primary color and red secondary color.


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

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

This text has shadow with #96889F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96889F.

Preview

Color preview on black background

This text has color #96889F on black background.


Color preview on white background

This text has color #96889F on white background.


Black color preview on #96889F background

This text has black color on #96889F background.


White color preview on #96889F background

This text has white color on #96889F background.


Related colors

Complementary color

Complementary color for #hex is #697760.


I love getcolorcode.com

Triadic colors

1 #9F9688 and #889F96 with #96889F are triadic colors.

2 #9F8896 and #88969F with #96889F are triadic colors.