COLOR #8F9988

HEX: #8F9988
RGB: (143,153,136)

Color info

#8F9988 contains red, green and blue colors in about the same proportion. Web safe color of #8F9988 is #999999 (or #999).

RGB color model

#8F9988 color RGB value is (143,153,136).

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

RGB channels and saturation

R 143 of 255 = 56%
G 153 of 255 = 60%
B 136 of 255 = 53%

143
153
136

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

Portions of RGB colors in percentages

R + G + B =
143 + 153 + 136 = 432 (100%)
R 143 of 432 ~ 33.1%
G 153 of 432 ~ 35.42%
B 136 of 432 ~ 31.48%

%33.1
%35.42
%31.48

CMYK color model

#8F9988 color CMYK value is (7,0,11,40).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 40.00%
CMYK:
(7,0,11,40)
C7M0Y11K40 
(7%,0%,11%,40%)
(0.07/0.00/0.11/0.40)	

CMYK percentages

%6.54
%0
%11.11
%40

Codes

Color #8F9988 in popluar color models

8F9988
RGB143153136
HSL95°7.69%56.67%
HSB/HSV95°11.11%60.00%
CMYK6.54%0.00%11.11%
40.00%

Color #8F9988 in popluar number systems.

HEX8F9988
Decimal143153136
Binary100011111001100110001000
Octal217231210

Shades and tints

Shades of #8F9988

#8F9988
(143,153,136)
#828C7C
(130,140,124)
#757F70
(117,127,112)
#687264
(104,114,100)
#5B6558
(91,101,88)
#4E584C
(78,88,76)
#414B40
(65,75,64)
#343E34
(52,62,52)
#273128
(39,49,40)
#1A241C
(26,36,28)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #8F9988

#8F9988
(143,153,136)
#99A292
(153,162,146)
#A3AB9C
(163,171,156)
#ADB4A6
(173,180,166)
#B7BDB0
(183,189,176)
#C1C6BA
(193,198,186)
#CBCFC4
(203,207,196)
#D5D8CE
(213,216,206)
#DFE1D8
(223,225,216)
#E9EAE2
(233,234,226)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9988; }

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

This text font color is #8F9988.


Background Color

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

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

This div background color is #8F9988.


Border color

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

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

This div border color is #8F9988.


Opacity

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

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

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

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

This text has shadow with #8F9988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9988 on black background.


Color preview on white background

This text has color #8F9988 on white background.



Black color preview on #8F9988 background

This text has black color on #8F9988 background.


White color preview on #8F9988 background

This text has white color on #8F9988 background.