COLOR #828D89

HEX: #828D89
RGB: (130,141,137)

Renk bilgisi

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

RGB renk modeli

#828D89 color RGB value is (130,141,137).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 141 of 255 = 55%
B 137 of 255 = 54%

130
141
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 141 + 137 = 408 (100%)
R 130 of 408 ~ 31.86%
G 141 of 408 ~ 34.56%
B 137 of 408 ~ 33.58%

%31.86
%34.56
%33.58

CMYK RENK MODELİ

#828D89 rengi CMYK tonu (8,0,3,45).

  • camgöbeği tonu 7.80%
  • eflatun tonu 0.00%
  • sarı tonu 2.84%
  • ana renk tonu 44.71%
CMYK:
(8,0,3,45)
C8M0Y3K45 
(8%,0%,3%,45%)
(0.08/0.00/0.03/0.45)	

CMYK yüzdeleri

%7.8
%0
%2.84
%44.71

Codes

Color #828D89 in popluar color models

828D89
RGB130141137
HSL158°4.60%53.14%
HSB/HSV158°7.80%55.29%
CMYK7.80%0.00%2.84%
44.71%

Color #828D89 in popluar number systems.

HEX828D89
Decimal130141137
Binary100000101000110110001001
Octal202215211

Shades and tints

Shades of #828D89

#828D89
(130,141,137)
#77817D
(119,129,125)
#6C7571
(108,117,113)
#616965
(97,105,101)
#565D59
(86,93,89)
#4B514D
(75,81,77)
#404541
(64,69,65)
#353935
(53,57,53)
#2A2D29
(42,45,41)
#1F211D
(31,33,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #828D89

#828D89
(130,141,137)
#8D9793
(141,151,147)
#98A19D
(152,161,157)
#A3ABA7
(163,171,167)
#AEB5B1
(174,181,177)
#B9BFBB
(185,191,187)
#C4C9C5
(196,201,197)
#CFD3CF
(207,211,207)
#DADDD9
(218,221,217)
#E5E7E3
(229,231,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828D89; }

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

This text font color is #828D89.


Background Color

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

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

This div background color is #828D89.


Border color

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

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

This div border color is #828D89.


Opacity

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

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

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

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

This text has shadow with #828D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828D89 on black background.


Color preview on white background

This text has color #828D89 on white background.



Black color preview on #828D89 background

This text has black color on #828D89 background.


White color preview on #828D89 background

This text has white color on #828D89 background.