COLOR #808996

HEX: #808996
RGB: (128,137,150)

Renk bilgisi

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

RGB renk modeli

#808996 color RGB value is (128,137,150).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 137 of 255 = 54%
B 150 of 255 = 59%

128
137
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 137 + 150 = 415 (100%)
R 128 of 415 ~ 30.84%
G 137 of 415 ~ 33.01%
B 150 of 415 ~ 36.14%

%30.84
%33.01
%36.14

CMYK RENK MODELİ

#808996 rengi CMYK tonu (15,9,0,41).

  • camgöbeği tonu 14.67%
  • eflatun tonu 8.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(15,9,0,41)
C15M9Y0K41 
(15%,9%,0%,41%)
(0.15/0.09/0.00/0.41)	

CMYK yüzdeleri

%14.67
%8.67
%0
%41.18

Codes

Color #808996 in popluar color models

808996
RGB128137150
HSL215°9.48%54.51%
HSB/HSV215°14.67%58.82%
CMYK14.67%8.67%0.00%
41.18%

Color #808996 in popluar number systems.

HEX808996
Decimal128137150
Binary100000001000100110010110
Octal200211226

Shades and tints

Shades of #808996

#808996
(128,137,150)
#757D89
(117,125,137)
#6A717C
(106,113,124)
#5F656F
(95,101,111)
#545962
(84,89,98)
#494D55
(73,77,85)
#3E4148
(62,65,72)
#33353B
(51,53,59)
#28292E
(40,41,46)
#1D1D21
(29,29,33)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #808996

#808996
(128,137,150)
#8B939F
(139,147,159)
#969DA8
(150,157,168)
#A1A7B1
(161,167,177)
#ACB1BA
(172,177,186)
#B7BBC3
(183,187,195)
#C2C5CC
(194,197,204)
#CDCFD5
(205,207,213)
#D8D9DE
(216,217,222)
#E3E3E7
(227,227,231)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808996; }

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

This text font color is #808996.


Background Color

.myBgColor { background-color: #808996; }

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

This div background color is #808996.


Border color

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

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

This div border color is #808996.


Opacity

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

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

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

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

This text has shadow with #808996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808996 on black background.


Color preview on white background

This text has color #808996 on white background.



Black color preview on #808996 background

This text has black color on #808996 background.


White color preview on #808996 background

This text has white color on #808996 background.