COLOR #96849B

HEX: #96849B
RGB: (150,132,155)

Color info

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

RGB color model

#96849B color RGB value is (150,132,155).

  • red value is 150;
  • green value is 132;
  • blue value is 155.
RGB:
(150,132,155)
(59%,52%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 155 of 255 = 61%

150
132
155

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

Portions of RGB colors in percentages

R + G + B =
150 + 132 + 155 = 437 (100%)
R 150 of 437 ~ 34.32%
G 132 of 437 ~ 30.21%
B 155 of 437 ~ 35.47%

%34.32
%30.21
%35.47

CMYK color model

#96849B color CMYK value is (3,15,0,39).

  • cyan value is 3.23%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,15,0,39)
C3M15Y0K39 
(3%,15%,0%,39%)
(0.03/0.15/0.00/0.39)	

CMYK percentages

%3.23
%14.84
%0
%39.22

Codes

Color #96849B in popluar color models

96849B
RGB150132155
HSL287°10.31%56.27%
HSB/HSV287°14.84%60.78%
CMYK3.23%14.84%0.00%
39.22%

Color #96849B in popluar number systems.

HEX96849B
Decimal150132155
Binary100101101000010010011011
Octal226204233

Shades and tints

Shades of #96849B

#96849B
(150,132,155)
#89788D
(137,120,141)
#7C6C7F
(124,108,127)
#6F6071
(111,96,113)
#625463
(98,84,99)
#554855
(85,72,85)
#483C47
(72,60,71)
#3B3039
(59,48,57)
#2E242B
(46,36,43)
#21181D
(33,24,29)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #96849B

#96849B
(150,132,155)
#9F8FA4
(159,143,164)
#A89AAD
(168,154,173)
#B1A5B6
(177,165,182)
#BAB0BF
(186,176,191)
#C3BBC8
(195,187,200)
#CCC6D1
(204,198,209)
#D5D1DA
(213,209,218)
#DEDCE3
(222,220,227)
#E7E7EC
(231,231,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96849B color. Also use rgb(150,132,155) instead hex code.

Text Font Color

.myTextColor { color: #96849B; }

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

This text font color is #96849B.


Background Color

.myBgColor { background-color: #96849B; }

<div style="background-color:#96849B">Inner text</div>

This div background color is #96849B.


Border color

.myBorderColor { border: 1px solid #96849B; }

<div style="border:3px solid #96849B">Div</div>

This div border color is #96849B.


Opacity

.myOpacity80 { color: #96849B; opacity: 0.8; }

<p style="color:#96849B;opacity:0.8;">80%</p>

Text with #96849B 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 #96849B;}

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

This text has shadow with #96849B color.

.textShadow {text-shadow: 3px 3px 1px #96849B, 3px 3px 1px red;}

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

This text has shadow with #96849B primary color and red secondary color.


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

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

This text has shadow with #96849B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96849B on black background.


Color preview on white background

This text has color #96849B on white background.



Black color preview on #96849B background

This text has black color on #96849B background.


White color preview on #96849B background

This text has white color on #96849B background.