COLOR #96869F

HEX: #96869F
RGB: (150,134,159)

Color info

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

RGB color model

#96869F color RGB value is (150,134,159).

  • red value is 150;
  • green value is 134;
  • blue value is 159.
RGB:
(150,134,159)
(59%,53%,62%)

RGB channels and saturation

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

150
134
159

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

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 159 = 443 (100%)
R 150 of 443 ~ 33.86%
G 134 of 443 ~ 30.25%
B 159 of 443 ~ 35.89%

%33.86
%30.25
%35.89

CMYK color model

#96869F color CMYK value is (6,16,0,38).

  • cyan value is 5.66%
  • magenta value is 15.72%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,16,0,38)
C6M16Y0K38 
(6%,16%,0%,38%)
(0.06/0.16/0.00/0.38)	

CMYK percentages

%5.66
%15.72
%0
%37.65

Codes

Color #96869F in popluar color models

96869F
RGB150134159
HSL278°11.52%57.45%
HSB/HSV278°15.72%62.35%
CMYK5.66%15.72%0.00%
37.65%

Color #96869F in popluar number systems.

HEX96869F
Decimal150134159
Binary100101101000011010011111
Octal226206237

Shades and tints

Shades of #96869F

#96869F
(150,134,159)
#897A91
(137,122,145)
#7C6E83
(124,110,131)
#6F6275
(111,98,117)
#625667
(98,86,103)
#554A59
(85,74,89)
#483E4B
(72,62,75)
#3B323D
(59,50,61)
#2E262F
(46,38,47)
#211A21
(33,26,33)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #96869F

#96869F
(150,134,159)
#9F91A7
(159,145,167)
#A89CAF
(168,156,175)
#B1A7B7
(177,167,183)
#BAB2BF
(186,178,191)
#C3BDC7
(195,189,199)
#CCC8CF
(204,200,207)
#D5D3D7
(213,211,215)
#DEDEDF
(222,222,223)
#E7E9E7
(231,233,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96869F; }

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

This text font color is #96869F.


Background Color

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

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

This div background color is #96869F.


Border color

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

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

This div border color is #96869F.


Opacity

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

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

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

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

This text has shadow with #96869F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96869F on black background.


Color preview on white background

This text has color #96869F on white background.



Black color preview on #96869F background

This text has black color on #96869F background.


White color preview on #96869F background

This text has white color on #96869F background.