COLOR #828C87

HEX: #828C87
RGB: (130,140,135)

Renk bilgisi

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

RGB renk modeli

#828C87 color RGB value is (130,140,135).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 140 of 255 = 55%
B 135 of 255 = 53%

130
140
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 140 + 135 = 405 (100%)
R 130 of 405 ~ 32.1%
G 140 of 405 ~ 34.57%
B 135 of 405 ~ 33.33%

%32.1
%34.57
%33.33

CMYK RENK MODELİ

#828C87 rengi CMYK tonu (7,0,4,45).

  • camgöbeği tonu 7.14%
  • eflatun tonu 0.00%
  • sarı tonu 3.57%
  • ana renk tonu 45.10%
CMYK:
(7,0,4,45)
C7M0Y4K45 
(7%,0%,4%,45%)
(0.07/0.00/0.04/0.45)	

CMYK yüzdeleri

%7.14
%0
%3.57
%45.1

Codes

Color #828C87 in popluar color models

828C87
RGB130140135
HSL150°4.17%52.94%
HSB/HSV150°7.14%54.90%
CMYK7.14%0.00%3.57%
45.10%

Color #828C87 in popluar number systems.

HEX828C87
Decimal130140135
Binary100000101000110010000111
Octal202214207

Shades and tints

Shades of #828C87

#828C87
(130,140,135)
#77807B
(119,128,123)
#6C746F
(108,116,111)
#616863
(97,104,99)
#565C57
(86,92,87)
#4B504B
(75,80,75)
#40443F
(64,68,63)
#353833
(53,56,51)
#2A2C27
(42,44,39)
#1F201B
(31,32,27)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #828C87

#828C87
(130,140,135)
#8D9691
(141,150,145)
#98A09B
(152,160,155)
#A3AAA5
(163,170,165)
#AEB4AF
(174,180,175)
#B9BEB9
(185,190,185)
#C4C8C3
(196,200,195)
#CFD2CD
(207,210,205)
#DADCD7
(218,220,215)
#E5E6E1
(229,230,225)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828C87; }

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

This text font color is #828C87.


Background Color

.myBgColor { background-color: #828C87; }

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

This div background color is #828C87.


Border color

.myBorderColor { border: 1px solid #828C87; }

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

This div border color is #828C87.


Opacity

.myOpacity80 { color: #828C87; opacity: 0.8; }

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

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

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

This text has shadow with #828C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828C87 on black background.


Color preview on white background

This text has color #828C87 on white background.



Black color preview on #828C87 background

This text has black color on #828C87 background.


White color preview on #828C87 background

This text has white color on #828C87 background.