COLOR #917C8E

HEX: #917C8E RGB: (145,124,142)

Color info

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

RGB color model

#917C8E color RGB value is (145,124,142).

RGB: (145,124,142) (57%, 49%, 56%)

RGB channels and saturation

R 145 of 255 = 57%
G 124 of 255 = 49%
B 142 of 255 = 56%

145
124
142

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

Portions of RGB colors in percentages

R + G + B = 145 + 124 + 142 = 411 (100%)
R 145 of 411 ~ 35.28%
G 124 of 411 ~ 30.17%
B 142 of 411 ~ 34.55'%

%35.28
%30.17
%34.55

CMYK color model

#917C8E color CMYK value is (0,14,2,43).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 2.07%
  • key color value is 43.14%

CMYK: (0,14,2,43)
C0M14Y2K43 (0%, 14%, 2%, 43%)
(0.00 / 0.14 / 0.02 / 0.43)

CMYK percentages

%0
%14.48
%2.07
%43.14

Codes

Color #917C8E in popluar color models

91 7C 8E
RGB 145 124 142
HSL 309° 8.71% 52.75%
HSB/HSV 309° 14.48% 56.86%
CMYK 0.00% 14.48% 2.07%
43.14%

Color #917C8E in popluar number systems.

HEX 91 7C 8E
Decimal 145 124 142
Binary 10010001 1111100 10001110
Octal 221 174 216

Shades and tints

Shades of #917C8E

#917C8E
(145,124,142)
#847182
(132,113,130)
#776676
(119,102,118)
#6A5B6A
(106,91,106)
#5D505E
(93,80,94)
#504552
(80,69,82)
#433A46
(67,58,70)
#362F3A
(54,47,58)
#29242E
(41,36,46)
#1C1922
(28,25,34)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #917C8E

#917C8E
(145,124,142)
#9B8798
(155,135,152)
#A592A2
(165,146,162)
#AF9DAC
(175,157,172)
#B9A8B6
(185,168,182)
#C3B3C0
(195,179,192)
#CDBECA
(205,190,202)
#D7C9D4
(215,201,212)
#E1D4DE
(225,212,222)
#EBDFE8
(235,223,232)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917C8E; }

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

This text font color is #917C8E.

Background Color

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

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

This div background color is #917C8E.

Border color

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

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

This div border color is #917C8E.

Opacity

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

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

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

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

This text has shadow with #917C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917C8E.

Preview

Color preview on black background

This text has color #917C8E on black background.


Color preview on white background

This text has color #917C8E on white background.


Black color preview on #917C8E background

This text has black color on #917C8E background.


White color preview on #917C8E background

This text has white color on #917C8E background.


Related colors

Complementary color

Complementary color for #hex is #6E8371.


I love getcolorcode.com

Triadic colors

1 #8E917C and #7C8E91 with #917C8E are triadic colors.

2 #8E7C91 and #7C918E with #917C8E are triadic colors.