COLOR #8A758F

HEX: #8A758F
RGB: (138,117,143)

Color info

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

RGB color model

#8A758F color RGB value is (138,117,143).

  • red value is 138;
  • green value is 117;
  • blue value is 143.
RGB:
(138,117,143)
(54%,46%,56%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 143 of 255 = 56%

138
117
143

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 143 = 398 (100%)
R 138 of 398 ~ 34.67%
G 117 of 398 ~ 29.4%
B 143 of 398 ~ 35.93%

%34.67
%29.4
%35.93

CMYK color model

#8A758F color CMYK value is (3,18,0,44).

  • cyan value is 3.50%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(3,18,0,44)
C3M18Y0K44 
(3%,18%,0%,44%)
(0.03/0.18/0.00/0.44)	

CMYK percentages

%3.5
%18.18
%0
%43.92

Codes

Color #8A758F in popluar color models

8A758F
RGB138117143
HSL288°10.40%50.98%
HSB/HSV288°18.18%56.08%
CMYK3.50%18.18%0.00%
43.92%

Color #8A758F in popluar number systems.

HEX8A758F
Decimal138117143
Binary10001010111010110001111
Octal212165217

Shades and tints

Shades of #8A758F

#8A758F
(138,117,143)
#7E6B82
(126,107,130)
#726175
(114,97,117)
#665768
(102,87,104)
#5A4D5B
(90,77,91)
#4E434E
(78,67,78)
#423941
(66,57,65)
#362F34
(54,47,52)
#2A2527
(42,37,39)
#1E1B1A
(30,27,26)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #8A758F

#8A758F
(138,117,143)
#948199
(148,129,153)
#9E8DA3
(158,141,163)
#A899AD
(168,153,173)
#B2A5B7
(178,165,183)
#BCB1C1
(188,177,193)
#C6BDCB
(198,189,203)
#D0C9D5
(208,201,213)
#DAD5DF
(218,213,223)
#E4E1E9
(228,225,233)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A758F; }

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

This text font color is #8A758F.


Background Color

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

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

This div background color is #8A758F.


Border color

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

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

This div border color is #8A758F.


Opacity

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

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

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

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

This text has shadow with #8A758F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A758F on black background.


Color preview on white background

This text has color #8A758F on white background.



Black color preview on #8A758F background

This text has black color on #8A758F background.


White color preview on #8A758F background

This text has white color on #8A758F background.