COLOR #828990

HEX: #828990
RGB: (130,137,144)

Renk bilgisi

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

RGB renk modeli

#828990 color RGB value is (130,137,144).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 137 of 255 = 54%
B 144 of 255 = 56%

130
137
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 137 + 144 = 411 (100%)
R 130 of 411 ~ 31.63%
G 137 of 411 ~ 33.33%
B 144 of 411 ~ 35.04%

%31.63
%33.33
%35.04

CMYK RENK MODELİ

#828990 rengi CMYK tonu (10,5,0,44).

  • camgöbeği tonu 9.72%
  • eflatun tonu 4.86%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(10,5,0,44)
C10M5Y0K44 
(10%,5%,0%,44%)
(0.10/0.05/0.00/0.44)	

CMYK yüzdeleri

%9.72
%4.86
%0
%43.53

Codes

Color #828990 in popluar color models

828990
RGB130137144
HSL210°5.93%53.73%
HSB/HSV210°9.72%56.47%
CMYK9.72%4.86%0.00%
43.53%

Color #828990 in popluar number systems.

HEX828990
Decimal130137144
Binary100000101000100110010000
Octal202211220

Shades and tints

Shades of #828990

#828990
(130,137,144)
#777D83
(119,125,131)
#6C7176
(108,113,118)
#616569
(97,101,105)
#56595C
(86,89,92)
#4B4D4F
(75,77,79)
#404142
(64,65,66)
#353535
(53,53,53)
#2A2928
(42,41,40)
#1F1D1B
(31,29,27)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #828990

#828990
(130,137,144)
#8D939A
(141,147,154)
#989DA4
(152,157,164)
#A3A7AE
(163,167,174)
#AEB1B8
(174,177,184)
#B9BBC2
(185,187,194)
#C4C5CC
(196,197,204)
#CFCFD6
(207,207,214)
#DAD9E0
(218,217,224)
#E5E3EA
(229,227,234)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828990; }

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

This text font color is #828990.


Background Color

.myBgColor { background-color: #828990; }

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

This div background color is #828990.


Border color

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

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

This div border color is #828990.


Opacity

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

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

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

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

This text has shadow with #828990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828990 on black background.


Color preview on white background

This text has color #828990 on white background.



Black color preview on #828990 background

This text has black color on #828990 background.


White color preview on #828990 background

This text has white color on #828990 background.