COLOR #828996

HEX: #828996
RGB: (130,137,150)

Renk bilgisi

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

RGB renk modeli

#828996 color RGB value is (130,137,150).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 137 of 255 = 54%
B 150 of 255 = 59%

130
137
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 137 + 150 = 417 (100%)
R 130 of 417 ~ 31.18%
G 137 of 417 ~ 32.85%
B 150 of 417 ~ 35.97%

%31.18
%32.85
%35.97

CMYK RENK MODELİ

#828996 rengi CMYK tonu (13,9,0,41).

  • camgöbeği tonu 13.33%
  • eflatun tonu 8.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(13,9,0,41)
C13M9Y0K41 
(13%,9%,0%,41%)
(0.13/0.09/0.00/0.41)	

CMYK yüzdeleri

%13.33
%8.67
%0
%41.18

Codes

Color #828996 in popluar color models

828996
RGB130137150
HSL219°8.70%54.90%
HSB/HSV219°13.33%58.82%
CMYK13.33%8.67%0.00%
41.18%

Color #828996 in popluar number systems.

HEX828996
Decimal130137150
Binary100000101000100110010110
Octal202211226

Shades and tints

Shades of #828996

#828996
(130,137,150)
#777D89
(119,125,137)
#6C717C
(108,113,124)
#61656F
(97,101,111)
#565962
(86,89,98)
#4B4D55
(75,77,85)
#404148
(64,65,72)
#35353B
(53,53,59)
#2A292E
(42,41,46)
#1F1D21
(31,29,33)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #828996

#828996
(130,137,150)
#8D939F
(141,147,159)
#989DA8
(152,157,168)
#A3A7B1
(163,167,177)
#AEB1BA
(174,177,186)
#B9BBC3
(185,187,195)
#C4C5CC
(196,197,204)
#CFCFD5
(207,207,213)
#DAD9DE
(218,217,222)
#E5E3E7
(229,227,231)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828996; }

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

This text font color is #828996.


Background Color

.myBgColor { background-color: #828996; }

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

This div background color is #828996.


Border color

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

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

This div border color is #828996.


Opacity

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

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

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

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

This text has shadow with #828996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828996 on black background.


Color preview on white background

This text has color #828996 on white background.



Black color preview on #828996 background

This text has black color on #828996 background.


White color preview on #828996 background

This text has white color on #828996 background.