COLOR #808596

HEX: #808596
RGB: (128,133,150)

Renk bilgisi

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

RGB renk modeli

#808596 color RGB value is (128,133,150).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 133 of 255 = 52%
B 150 of 255 = 59%

128
133
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 133 + 150 = 411 (100%)
R 128 of 411 ~ 31.14%
G 133 of 411 ~ 32.36%
B 150 of 411 ~ 36.5%

%31.14
%32.36
%36.5

CMYK RENK MODELİ

#808596 rengi CMYK tonu (15,11,0,41).

  • camgöbeği tonu 14.67%
  • eflatun tonu 11.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(15,11,0,41)
C15M11Y0K41 
(15%,11%,0%,41%)
(0.15/0.11/0.00/0.41)	

CMYK yüzdeleri

%14.67
%11.33
%0
%41.18

Codes

Color #808596 in popluar color models

808596
RGB128133150
HSL226°9.48%54.51%
HSB/HSV226°14.67%58.82%
CMYK14.67%11.33%0.00%
41.18%

Color #808596 in popluar number systems.

HEX808596
Decimal128133150
Binary100000001000010110010110
Octal200205226

Shades and tints

Shades of #808596

#808596
(128,133,150)
#757989
(117,121,137)
#6A6D7C
(106,109,124)
#5F616F
(95,97,111)
#545562
(84,85,98)
#494955
(73,73,85)
#3E3D48
(62,61,72)
#33313B
(51,49,59)
#28252E
(40,37,46)
#1D1921
(29,25,33)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #808596

#808596
(128,133,150)
#8B909F
(139,144,159)
#969BA8
(150,155,168)
#A1A6B1
(161,166,177)
#ACB1BA
(172,177,186)
#B7BCC3
(183,188,195)
#C2C7CC
(194,199,204)
#CDD2D5
(205,210,213)
#D8DDDE
(216,221,222)
#E3E8E7
(227,232,231)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808596; }

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

This text font color is #808596.


Background Color

.myBgColor { background-color: #808596; }

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

This div background color is #808596.


Border color

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

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

This div border color is #808596.


Opacity

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

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

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

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

This text has shadow with #808596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808596 on black background.


Color preview on white background

This text has color #808596 on white background.



Black color preview on #808596 background

This text has black color on #808596 background.


White color preview on #808596 background

This text has white color on #808596 background.