COLOR #8F7888

HEX: #8F7888
RGB: (143,120,136)

Color info

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

RGB color model

#8F7888 color RGB value is (143,120,136).

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

RGB channels and saturation

R 143 of 255 = 56%
G 120 of 255 = 47%
B 136 of 255 = 53%

143
120
136

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

Portions of RGB colors in percentages

R + G + B =
143 + 120 + 136 = 399 (100%)
R 143 of 399 ~ 35.84%
G 120 of 399 ~ 30.08%
B 136 of 399 ~ 34.09%

%35.84
%30.08
%34.09

CMYK color model

#8F7888 color CMYK value is (0,16,5,44).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 4.90%
  • key color value is 43.92%
CMYK:
(0,16,5,44)
C0M16Y5K44 
(0%,16%,5%,44%)
(0.00/0.16/0.05/0.44)	

CMYK percentages

%0
%16.08
%4.9
%43.92

Codes

Color #8F7888 in popluar color models

8F7888
RGB143120136
HSL318°9.31%51.57%
HSB/HSV318°16.08%56.08%
CMYK0.00%16.08%4.90%
43.92%

Color #8F7888 in popluar number systems.

HEX8F7888
Decimal143120136
Binary10001111111100010001000
Octal217170210

Shades and tints

Shades of #8F7888

#8F7888
(143,120,136)
#826E7C
(130,110,124)
#756470
(117,100,112)
#685A64
(104,90,100)
#5B5058
(91,80,88)
#4E464C
(78,70,76)
#413C40
(65,60,64)
#343234
(52,50,52)
#272828
(39,40,40)
#1A1E1C
(26,30,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #8F7888

#8F7888
(143,120,136)
#998492
(153,132,146)
#A3909C
(163,144,156)
#AD9CA6
(173,156,166)
#B7A8B0
(183,168,176)
#C1B4BA
(193,180,186)
#CBC0C4
(203,192,196)
#D5CCCE
(213,204,206)
#DFD8D8
(223,216,216)
#E9E4E2
(233,228,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7888; }

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

This text font color is #8F7888.


Background Color

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

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

This div background color is #8F7888.


Border color

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

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

This div border color is #8F7888.


Opacity

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

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

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

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

This text has shadow with #8F7888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7888 on black background.


Color preview on white background

This text has color #8F7888 on white background.



Black color preview on #8F7888 background

This text has black color on #8F7888 background.


White color preview on #8F7888 background

This text has white color on #8F7888 background.