COLOR #809987

HEX: #809987
RGB: (128,153,135)

Color info

#809987 contains red, green and blue colors in about the same proportion. Web safe color of #809987 is #669999 (or #699).

RGB color model

#809987 color RGB value is (128,153,135).

  • red value is 128;
  • green value is 153;
  • blue value is 135.
RGB: (128,153,135) (50%,60%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 153 of 255 = 60%
B 135 of 255 = 53%

128
153
135

R + G + B ~ 54%. #809987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 153 + 135 = 416 (100%)
R 128 of 416 ~ 30.77%
G 153 of 416 ~ 36.78%
B 135 of 416 ~ 32.45%

%30.77
%36.78
%32.45

CMYK color model

#809987 color CMYK value is (16,0,12,40).

  • cyan value is 16.34%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK: (16,0,12,40) C16M0Y12K40 (16%,0%,12%,40%) (0.16/0.00/0.12/0.40)

CMYK percentages

%16.34
%0
%11.76
%40

Codes

Color #809987 in popluar color models

809987
RGB128153135
HSL137°10.92%55.10%
HSB/HSV137°16.34%60.00%
CMYK16.34%0.00%11.76%
40.00%

Color #809987 in popluar number systems.

HEX809987
Decimal128153135
Binary100000001001100110000111
Octal200231207

Shades and tints

Shades of #809987

#809987
(128,153,135)
#758C7B
(117,140,123)
#6A7F6F
(106,127,111)
#5F7263
(95,114,99)
#546557
(84,101,87)
#49584B
(73,88,75)
#3E4B3F
(62,75,63)
#333E33
(51,62,51)
#283127
(40,49,39)
#1D241B
(29,36,27)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #809987

#809987
(128,153,135)
#8BA291
(139,162,145)
#96AB9B
(150,171,155)
#A1B4A5
(161,180,165)
#ACBDAF
(172,189,175)
#B7C6B9
(183,198,185)
#C2CFC3
(194,207,195)
#CDD8CD
(205,216,205)
#D8E1D7
(216,225,215)
#E3EAE1
(227,234,225)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809987 color. Also use rgb(128,153,135) instead hex code.

Text Font Color

.myTextColor { color: #809987; }

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

This text font color is #809987.


Background Color

.myBgColor { background-color: #809987; }

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

This div background color is #809987.


Border color

.myBorderColor { border: 1px solid #809987; }

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

This div border color is #809987.


Opacity

.myOpacity80 { color: #809987; opacity: 0.8; }

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

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

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

This text has shadow with #809987 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #809987 on black background.


Color preview on white background

This text has color #809987 on white background.



Black color preview on #809987 background

This text has black color on #809987 background.


White color preview on #809987 background

This text has white color on #809987 background.