COLOR #828987

HEX: #828987
RGB: (130,137,135)

Renk bilgisi

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

RGB renk modeli

#828987 color RGB value is (130,137,135).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 137 of 255 = 54%
B 135 of 255 = 53%

130
137
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 137 + 135 = 402 (100%)
R 130 of 402 ~ 32.34%
G 137 of 402 ~ 34.08%
B 135 of 402 ~ 33.58%

%32.34
%34.08
%33.58

CMYK RENK MODELİ

#828987 rengi CMYK tonu (5,0,1,46).

  • camgöbeği tonu 5.11%
  • eflatun tonu 0.00%
  • sarı tonu 1.46%
  • ana renk tonu 46.27%
CMYK:
(5,0,1,46)
C5M0Y1K46 
(5%,0%,1%,46%)
(0.05/0.00/0.01/0.46)	

CMYK yüzdeleri

%5.11
%0
%1.46
%46.27

Codes

Color #828987 in popluar color models

828987
RGB130137135
HSL163°2.88%52.35%
HSB/HSV163°5.11%53.73%
CMYK5.11%0.00%1.46%
46.27%

Color #828987 in popluar number systems.

HEX828987
Decimal130137135
Binary100000101000100110000111
Octal202211207

Shades and tints

Shades of #828987

#828987
(130,137,135)
#777D7B
(119,125,123)
#6C716F
(108,113,111)
#616563
(97,101,99)
#565957
(86,89,87)
#4B4D4B
(75,77,75)
#40413F
(64,65,63)
#353533
(53,53,51)
#2A2927
(42,41,39)
#1F1D1B
(31,29,27)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #828987

#828987
(130,137,135)
#8D9391
(141,147,145)
#989D9B
(152,157,155)
#A3A7A5
(163,167,165)
#AEB1AF
(174,177,175)
#B9BBB9
(185,187,185)
#C4C5C3
(196,197,195)
#CFCFCD
(207,207,205)
#DAD9D7
(218,217,215)
#E5E3E1
(229,227,225)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828987; }

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

This text font color is #828987.


Background Color

.myBgColor { background-color: #828987; }

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

This div background color is #828987.


Border color

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

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

This div border color is #828987.


Opacity

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

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

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

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

This text has shadow with #828987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828987 on black background.


Color preview on white background

This text has color #828987 on white background.



Black color preview on #828987 background

This text has black color on #828987 background.


White color preview on #828987 background

This text has white color on #828987 background.