COLOR #917E84

HEX: #917E84
RGB: (145,126,132)

Color info

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

RGB color model

#917E84 color RGB value is (145,126,132).

  • red value is 145;
  • green value is 126;
  • blue value is 132.
RGB:
(145,126,132)
(57%,49%,52%)

RGB channels and saturation

R 145 of 255 = 57%
G 126 of 255 = 49%
B 132 of 255 = 52%

145
126
132

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

Portions of RGB colors in percentages

R + G + B =
145 + 126 + 132 = 403 (100%)
R 145 of 403 ~ 35.98%
G 126 of 403 ~ 31.27%
B 132 of 403 ~ 32.75%

%35.98
%31.27
%32.75

CMYK color model

#917E84 color CMYK value is (0,13,9,43).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 8.97%
  • key color value is 43.14%
CMYK:
(0,13,9,43)
C0M13Y9K43 
(0%,13%,9%,43%)
(0.00/0.13/0.09/0.43)	

CMYK percentages

%0
%13.1
%8.97
%43.14

Codes

Color #917E84 in popluar color models

917E84
RGB145126132
HSL341°7.95%53.14%
HSB/HSV341°13.10%56.86%
CMYK0.00%13.10%8.97%
43.14%

Color #917E84 in popluar number systems.

HEX917E84
Decimal145126132
Binary10010001111111010000100
Octal221176204

Shades and tints

Shades of #917E84

#917E84
(145,126,132)
#847378
(132,115,120)
#77686C
(119,104,108)
#6A5D60
(106,93,96)
#5D5254
(93,82,84)
#504748
(80,71,72)
#433C3C
(67,60,60)
#363130
(54,49,48)
#292624
(41,38,36)
#1C1B18
(28,27,24)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #917E84

#917E84
(145,126,132)
#9B898F
(155,137,143)
#A5949A
(165,148,154)
#AF9FA5
(175,159,165)
#B9AAB0
(185,170,176)
#C3B5BB
(195,181,187)
#CDC0C6
(205,192,198)
#D7CBD1
(215,203,209)
#E1D6DC
(225,214,220)
#EBE1E7
(235,225,231)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917E84 color. Also use rgb(145,126,132) instead hex code.

Text Font Color

.myTextColor { color: #917E84; }

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

This text font color is #917E84.


Background Color

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

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

This div background color is #917E84.


Border color

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

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

This div border color is #917E84.


Opacity

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

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

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

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

This text has shadow with #917E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917E84 on black background.


Color preview on white background

This text has color #917E84 on white background.



Black color preview on #917E84 background

This text has black color on #917E84 background.


White color preview on #917E84 background

This text has white color on #917E84 background.