COLOR #917E85

HEX: #917E85
RGB: (145,126,133)

Color info

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

RGB color model

#917E85 color RGB value is (145,126,133).

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

RGB channels and saturation

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

145
126
133

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

Portions of RGB colors in percentages

R + G + B =
145 + 126 + 133 = 404 (100%)
R 145 of 404 ~ 35.89%
G 126 of 404 ~ 31.19%
B 133 of 404 ~ 32.92%

%35.89
%31.19
%32.92

CMYK color model

#917E85 color CMYK value is (0,13,8,43).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 8.28%
  • key color value is 43.14%
CMYK:
(0,13,8,43)
C0M13Y8K43 
(0%,13%,8%,43%)
(0.00/0.13/0.08/0.43)	

CMYK percentages

%0
%13.1
%8.28
%43.14

Codes

Color #917E85 in popluar color models

917E85
RGB145126133
HSL338°7.95%53.14%
HSB/HSV338°13.10%56.86%
CMYK0.00%13.10%8.28%
43.14%

Color #917E85 in popluar number systems.

HEX917E85
Decimal145126133
Binary10010001111111010000101
Octal221176205

Shades and tints

Shades of #917E85

#917E85
(145,126,133)
#847379
(132,115,121)
#77686D
(119,104,109)
#6A5D61
(106,93,97)
#5D5255
(93,82,85)
#504749
(80,71,73)
#433C3D
(67,60,61)
#363131
(54,49,49)
#292625
(41,38,37)
#1C1B19
(28,27,25)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #917E85

#917E85
(145,126,133)
#9B8990
(155,137,144)
#A5949B
(165,148,155)
#AF9FA6
(175,159,166)
#B9AAB1
(185,170,177)
#C3B5BC
(195,181,188)
#CDC0C7
(205,192,199)
#D7CBD2
(215,203,210)
#E1D6DD
(225,214,221)
#EBE1E8
(235,225,232)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917E85; }

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

This text font color is #917E85.


Background Color

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

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

This div background color is #917E85.


Border color

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

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

This div border color is #917E85.


Opacity

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

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

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

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

This text has shadow with #917E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917E85 on black background.


Color preview on white background

This text has color #917E85 on white background.



Black color preview on #917E85 background

This text has black color on #917E85 background.


White color preview on #917E85 background

This text has white color on #917E85 background.