COLOR #916C96

HEX: #916C96
RGB: (145,108,150)

Color info

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

RGB color model

#916C96 color RGB value is (145,108,150).

  • red value is 145;
  • green value is 108;
  • blue value is 150.
RGB:
(145,108,150)
(57%,42%,59%)

RGB channels and saturation

R 145 of 255 = 57%
G 108 of 255 = 42%
B 150 of 255 = 59%

145
108
150

R + G + B ~ 53%. #916C96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 108 + 150 = 403 (100%)
R 145 of 403 ~ 35.98%
G 108 of 403 ~ 26.8%
B 150 of 403 ~ 37.22%

%35.98
%26.8
%37.22

CMYK color model

#916C96 color CMYK value is (3,28,0,41).

  • cyan value is 3.33%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(3,28,0,41)
C3M28Y0K41 
(3%,28%,0%,41%)
(0.03/0.28/0.00/0.41)	

CMYK percentages

%3.33
%28
%0
%41.18

Codes

Color #916C96 in popluar color models

916C96
RGB145108150
HSL293°16.67%50.59%
HSB/HSV293°28.00%58.82%
CMYK3.33%28.00%0.00%
41.18%

Color #916C96 in popluar number systems.

HEX916C96
Decimal145108150
Binary10010001110110010010110
Octal221154226

Shades and tints

Shades of #916C96

#916C96
(145,108,150)
#846389
(132,99,137)
#775A7C
(119,90,124)
#6A516F
(106,81,111)
#5D4862
(93,72,98)
#503F55
(80,63,85)
#433648
(67,54,72)
#362D3B
(54,45,59)
#29242E
(41,36,46)
#1C1B21
(28,27,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #916C96

#916C96
(145,108,150)
#9B799F
(155,121,159)
#A586A8
(165,134,168)
#AF93B1
(175,147,177)
#B9A0BA
(185,160,186)
#C3ADC3
(195,173,195)
#CDBACC
(205,186,204)
#D7C7D5
(215,199,213)
#E1D4DE
(225,212,222)
#EBE1E7
(235,225,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #916C96 color. Also use rgb(145,108,150) instead hex code.

Text Font Color

.myTextColor { color: #916C96; }

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

This text font color is #916C96.


Background Color

.myBgColor { background-color: #916C96; }

<div style="background-color:#916C96">Inner text</div>

This div background color is #916C96.


Border color

.myBorderColor { border: 1px solid #916C96; }

<div style="border:3px solid #916C96">Div</div>

This div border color is #916C96.


Opacity

.myOpacity80 { color: #916C96; opacity: 0.8; }

<p style="color:#916C96;opacity:0.8;">80%</p>

Text with #916C96 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 #916C96;}

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

This text has shadow with #916C96 color.

.textShadow {text-shadow: 3px 3px 1px #916C96, 3px 3px 1px red;}

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

This text has shadow with #916C96 primary color and red secondary color.


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

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

This text has shadow with #916C96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #916C96 on black background.


Color preview on white background

This text has color #916C96 on white background.



Black color preview on #916C96 background

This text has black color on #916C96 background.


White color preview on #916C96 background

This text has white color on #916C96 background.