COLOR #828998

HEX: #828998
RGB: (130,137,152)

Renk bilgisi

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

RGB renk modeli

#828998 color RGB value is (130,137,152).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 137 of 255 = 54%
B 152 of 255 = 60%

130
137
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 137 + 152 = 419 (100%)
R 130 of 419 ~ 31.03%
G 137 of 419 ~ 32.7%
B 152 of 419 ~ 36.28%

%31.03
%32.7
%36.28

CMYK RENK MODELİ

#828998 rengi CMYK tonu (14,10,0,40).

  • camgöbeği tonu 14.47%
  • eflatun tonu 9.87%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(14,10,0,40)
C14M10Y0K40 
(14%,10%,0%,40%)
(0.14/0.10/0.00/0.40)	

CMYK yüzdeleri

%14.47
%9.87
%0
%40.39

Codes

Color #828998 in popluar color models

828998
RGB130137152
HSL221°9.65%55.29%
HSB/HSV221°14.47%59.61%
CMYK14.47%9.87%0.00%
40.39%

Color #828998 in popluar number systems.

HEX828998
Decimal130137152
Binary100000101000100110011000
Octal202211230

Shades and tints

Shades of #828998

#828998
(130,137,152)
#777D8B
(119,125,139)
#6C717E
(108,113,126)
#616571
(97,101,113)
#565964
(86,89,100)
#4B4D57
(75,77,87)
#40414A
(64,65,74)
#35353D
(53,53,61)
#2A2930
(42,41,48)
#1F1D23
(31,29,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #828998

#828998
(130,137,152)
#8D93A1
(141,147,161)
#989DAA
(152,157,170)
#A3A7B3
(163,167,179)
#AEB1BC
(174,177,188)
#B9BBC5
(185,187,197)
#C4C5CE
(196,197,206)
#CFCFD7
(207,207,215)
#DAD9E0
(218,217,224)
#E5E3E9
(229,227,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828998; }

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

This text font color is #828998.


Background Color

.myBgColor { background-color: #828998; }

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

This div background color is #828998.


Border color

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

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

This div border color is #828998.


Opacity

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

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

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

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

This text has shadow with #828998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828998 on black background.


Color preview on white background

This text has color #828998 on white background.



Black color preview on #828998 background

This text has black color on #828998 background.


White color preview on #828998 background

This text has white color on #828998 background.