COLOR #8F7088

HEX: #8F7088
RGB: (143,112,136)

Color info

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

RGB color model

#8F7088 color RGB value is (143,112,136).

  • red value is 143;
  • green value is 112;
  • blue value is 136.
RGB:
(143,112,136)
(56%,44%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 112 of 255 = 44%
B 136 of 255 = 53%

143
112
136

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

Portions of RGB colors in percentages

R + G + B =
143 + 112 + 136 = 391 (100%)
R 143 of 391 ~ 36.57%
G 112 of 391 ~ 28.64%
B 136 of 391 ~ 34.78%

%36.57
%28.64
%34.78

CMYK color model

#8F7088 color CMYK value is (0,22,5,44).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 4.90%
  • key color value is 43.92%
CMYK:
(0,22,5,44)
C0M22Y5K44 
(0%,22%,5%,44%)
(0.00/0.22/0.05/0.44)	

CMYK percentages

%0
%21.68
%4.9
%43.92

Codes

Color #8F7088 in popluar color models

8F7088
RGB143112136
HSL314°12.16%50.00%
HSB/HSV314°21.68%56.08%
CMYK0.00%21.68%4.90%
43.92%

Color #8F7088 in popluar number systems.

HEX8F7088
Decimal143112136
Binary10001111111000010001000
Octal217160210

Shades and tints

Shades of #8F7088

#8F7088
(143,112,136)
#82667C
(130,102,124)
#755C70
(117,92,112)
#685264
(104,82,100)
#5B4858
(91,72,88)
#4E3E4C
(78,62,76)
#413440
(65,52,64)
#342A34
(52,42,52)
#272028
(39,32,40)
#1A161C
(26,22,28)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #8F7088

#8F7088
(143,112,136)
#997D92
(153,125,146)
#A38A9C
(163,138,156)
#AD97A6
(173,151,166)
#B7A4B0
(183,164,176)
#C1B1BA
(193,177,186)
#CBBEC4
(203,190,196)
#D5CBCE
(213,203,206)
#DFD8D8
(223,216,216)
#E9E5E2
(233,229,226)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7088 color. Also use rgb(143,112,136) instead hex code.

Text Font Color

.myTextColor { color: #8F7088; }

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

This text font color is #8F7088.


Background Color

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

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

This div background color is #8F7088.


Border color

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

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

This div border color is #8F7088.


Opacity

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

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

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

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

This text has shadow with #8F7088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7088 on black background.


Color preview on white background

This text has color #8F7088 on white background.



Black color preview on #8F7088 background

This text has black color on #8F7088 background.


White color preview on #8F7088 background

This text has white color on #8F7088 background.