COLOR #917C95

HEX: #917C95
RGB: (145,124,149)

Color info

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

RGB color model

#917C95 color RGB value is (145,124,149).

  • red value is 145;
  • green value is 124;
  • blue value is 149.
RGB:
(145,124,149)
(57%,49%,58%)

RGB channels and saturation

R 145 of 255 = 57%
G 124 of 255 = 49%
B 149 of 255 = 58%

145
124
149

R + G + B ~ 55%. #917C95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 124 + 149 = 418 (100%)
R 145 of 418 ~ 34.69%
G 124 of 418 ~ 29.67%
B 149 of 418 ~ 35.65%

%34.69
%29.67
%35.65

CMYK color model

#917C95 color CMYK value is (3,17,0,42).

  • cyan value is 2.68%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(3,17,0,42)
C3M17Y0K42 
(3%,17%,0%,42%)
(0.03/0.17/0.00/0.42)	

CMYK percentages

%2.68
%16.78
%0
%41.57

Codes

Color #917C95 in popluar color models

917C95
RGB145124149
HSL290°10.55%53.53%
HSB/HSV290°16.78%58.43%
CMYK2.68%16.78%0.00%
41.57%

Color #917C95 in popluar number systems.

HEX917C95
Decimal145124149
Binary10010001111110010010101
Octal221174225

Shades and tints

Shades of #917C95

#917C95
(145,124,149)
#847188
(132,113,136)
#77667B
(119,102,123)
#6A5B6E
(106,91,110)
#5D5061
(93,80,97)
#504554
(80,69,84)
#433A47
(67,58,71)
#362F3A
(54,47,58)
#29242D
(41,36,45)
#1C1920
(28,25,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #917C95

#917C95
(145,124,149)
#9B879E
(155,135,158)
#A592A7
(165,146,167)
#AF9DB0
(175,157,176)
#B9A8B9
(185,168,185)
#C3B3C2
(195,179,194)
#CDBECB
(205,190,203)
#D7C9D4
(215,201,212)
#E1D4DD
(225,212,221)
#EBDFE6
(235,223,230)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917C95 color. Also use rgb(145,124,149) instead hex code.

Text Font Color

.myTextColor { color: #917C95; }

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

This text font color is #917C95.


Background Color

.myBgColor { background-color: #917C95; }

<div style="background-color:#917C95">Inner text</div>

This div background color is #917C95.


Border color

.myBorderColor { border: 1px solid #917C95; }

<div style="border:3px solid #917C95">Div</div>

This div border color is #917C95.


Opacity

.myOpacity80 { color: #917C95; opacity: 0.8; }

<p style="color:#917C95;opacity:0.8;">80%</p>

Text with #917C95 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 #917C95;}

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

This text has shadow with #917C95 color.

.textShadow {text-shadow: 3px 3px 1px #917C95, 3px 3px 1px red;}

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

This text has shadow with #917C95 primary color and red secondary color.


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

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

This text has shadow with #917C95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917C95 on black background.


Color preview on white background

This text has color #917C95 on white background.



Black color preview on #917C95 background

This text has black color on #917C95 background.


White color preview on #917C95 background

This text has white color on #917C95 background.