COLOR #8F758A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

143
117
138

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

Portions of RGB colors in percentages

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

%35.93
%29.4
%34.67

CMYK color model

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

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

CMYK percentages

%0
%18.18
%3.5
%43.92

Codes

Color #8F758A in popluar color models

8F758A
RGB143117138
HSL312°10.40%50.98%
HSB/HSV312°18.18%56.08%
CMYK0.00%18.18%3.50%
43.92%

Color #8F758A in popluar number systems.

HEX8F758A
Decimal143117138
Binary10001111111010110001010
Octal217165212

Shades and tints

Shades of #8F758A

#8F758A
(143,117,138)
#826B7E
(130,107,126)
#756172
(117,97,114)
#685766
(104,87,102)
#5B4D5A
(91,77,90)
#4E434E
(78,67,78)
#413942
(65,57,66)
#342F36
(52,47,54)
#27252A
(39,37,42)
#1A1B1E
(26,27,30)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #8F758A

#8F758A
(143,117,138)
#998194
(153,129,148)
#A38D9E
(163,141,158)
#AD99A8
(173,153,168)
#B7A5B2
(183,165,178)
#C1B1BC
(193,177,188)
#CBBDC6
(203,189,198)
#D5C9D0
(213,201,208)
#DFD5DA
(223,213,218)
#E9E1E4
(233,225,228)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F758A; }

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

This text font color is #8F758A.


Background Color

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

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

This div background color is #8F758A.


Border color

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

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

This div border color is #8F758A.


Opacity

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

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

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

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

This text has shadow with #8F758A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F758A on black background.


Color preview on white background

This text has color #8F758A on white background.



Black color preview on #8F758A background

This text has black color on #8F758A background.


White color preview on #8F758A background

This text has white color on #8F758A background.