COLOR #808999

HEX: #808999
RGB: (128,137,153)

Renk bilgisi

#808999 contains red, green and blue colors in about the same proportion. #808999 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#808999 color RGB value is (128,137,153).

  • kırmız ton 128;
  • yeşil ton 137;
  • mavi ton 153.
RGB:
(128,137,153)
(50%,54%,60%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 137 of 255 = 54%
B 153 of 255 = 60%

128
137
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 137 + 153 = 418 (100%)
R 128 of 418 ~ 30.62%
G 137 of 418 ~ 32.78%
B 153 of 418 ~ 36.6%

%30.62
%32.78
%36.6

CMYK RENK MODELİ

#808999 rengi CMYK tonu (16,10,0,40).

  • camgöbeği tonu 16.34%
  • eflatun tonu 10.46%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(16,10,0,40)
C16M10Y0K40 
(16%,10%,0%,40%)
(0.16/0.10/0.00/0.40)	

CMYK yüzdeleri

%16.34
%10.46
%0
%40

Codes

Color #808999 in popluar color models

808999
RGB128137153
HSL218°10.92%55.10%
HSB/HSV218°16.34%60.00%
CMYK16.34%10.46%0.00%
40.00%

Color #808999 in popluar number systems.

HEX808999
Decimal128137153
Binary100000001000100110011001
Octal200211231

Shades and tints

Shades of #808999

#808999
(128,137,153)
#757D8C
(117,125,140)
#6A717F
(106,113,127)
#5F6572
(95,101,114)
#545965
(84,89,101)
#494D58
(73,77,88)
#3E414B
(62,65,75)
#33353E
(51,53,62)
#282931
(40,41,49)
#1D1D24
(29,29,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #808999

#808999
(128,137,153)
#8B93A2
(139,147,162)
#969DAB
(150,157,171)
#A1A7B4
(161,167,180)
#ACB1BD
(172,177,189)
#B7BBC6
(183,187,198)
#C2C5CF
(194,197,207)
#CDCFD8
(205,207,216)
#D8D9E1
(216,217,225)
#E3E3EA
(227,227,234)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808999; }

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

This text font color is #808999.


Background Color

.myBgColor { background-color: #808999; }

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

This div background color is #808999.


Border color

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

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

This div border color is #808999.


Opacity

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

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

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

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

This text has shadow with #808999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808999 on black background.


Color preview on white background

This text has color #808999 on white background.



Black color preview on #808999 background

This text has black color on #808999 background.


White color preview on #808999 background

This text has white color on #808999 background.