COLOR #8D758F

HEX: #8D758F RGB: (141,117,143)

Color info

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

RGB color model

#8D758F color RGB value is (141,117,143).

RGB: (141,117,143) (55%, 46%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 117 of 255 = 46%
B 143 of 255 = 56%

141
117
143

R + G + B ~ 52%. #8D758F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 117 + 143 = 401 (100%)
R 141 of 401 ~ 35.16%
G 117 of 401 ~ 29.18%
B 143 of 401 ~ 35.66'%

%35.16
%29.18
%35.66

CMYK color model

#8D758F color CMYK value is (1,18,0,44).

  • cyan value is 1.40%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (1,18,0,44)
C1M18Y0K44 (1%, 18%, 0%, 44%)
(0.01 / 0.18 / 0.00 / 0.44)

CMYK percentages

%1.4
%18.18
%0
%43.92

Codes

Color #8D758F in popluar color models

8D 75 8F
RGB 141 117 143
HSL 295° 10.40% 50.98%
HSB/HSV 295° 18.18% 56.08%
CMYK 1.40% 18.18% 0.00%
43.92%

Color #8D758F in popluar number systems.

HEX 8D 75 8F
Decimal 141 117 143
Binary 10001101 1110101 10001111
Octal 215 165 217

Shades and tints

Shades of #8D758F

#8D758F
(141,117,143)
#816B82
(129,107,130)
#756175
(117,97,117)
#695768
(105,87,104)
#5D4D5B
(93,77,91)
#51434E
(81,67,78)
#453941
(69,57,65)
#392F34
(57,47,52)
#2D2527
(45,37,39)
#211B1A
(33,27,26)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #8D758F

#8D758F
(141,117,143)
#978199
(151,129,153)
#A18DA3
(161,141,163)
#AB99AD
(171,153,173)
#B5A5B7
(181,165,183)
#BFB1C1
(191,177,193)
#C9BDCB
(201,189,203)
#D3C9D5
(211,201,213)
#DDD5DF
(221,213,223)
#E7E1E9
(231,225,233)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D758F color. Also use rgb(141,117,143) instead hex code.

Text Font Color

.myTextColor { color: #8D758F; }

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

This text font color is #8D758F.

Background Color

.myBgColor { background-color: #8D758F; }

<div style="background-color:#8D758F">Inner text</div>

This div background color is #8D758F.

Border color

.myBorderColor { border: 1px solid #8D758F; }

<div style="border:3px solid #8D758F">Div</div>

This div border color is #8D758F.

Opacity

.myOpacity80 { color: #8D758F; opacity: 0.8; }

<p style="color:#8D758F;opacity:0.8;">80%</p>

Text with #8D758F 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 #8D758F;}

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

This text has shadow with #8D758F color.


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

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

This text has shadow with #8D758F primary color and red secondary color.


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

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

This text has shadow with #8D758F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D758F.

Preview

Color preview on black background

This text has color #8D758F on black background.


Color preview on white background

This text has color #8D758F on white background.


Black color preview on #8D758F background

This text has black color on #8D758F background.


White color preview on #8D758F background

This text has white color on #8D758F background.


Related colors

Complementary color

Complementary color for #hex is #728A70.


I love getcolorcode.com

Triadic colors

1 #8F8D75 and #758F8D with #8D758F are triadic colors.

2 #8F758D and #758D8F with #8D758F are triadic colors.