COLOR #828A95

HEX: #828A95
RGB: (130,138,149)

Renk bilgisi

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

RGB renk modeli

#828A95 color RGB value is (130,138,149).

  • kırmız ton 130;
  • yeşil ton 138;
  • mavi ton 149.
RGB:
(130,138,149)
(51%,54%,58%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 138 of 255 = 54%
B 149 of 255 = 58%

130
138
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 138 + 149 = 417 (100%)
R 130 of 417 ~ 31.18%
G 138 of 417 ~ 33.09%
B 149 of 417 ~ 35.73%

%31.18
%33.09
%35.73

CMYK RENK MODELİ

#828A95 rengi CMYK tonu (13,7,0,42).

  • camgöbeği tonu 12.75%
  • eflatun tonu 7.38%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(13,7,0,42)
C13M7Y0K42 
(13%,7%,0%,42%)
(0.13/0.07/0.00/0.42)	

CMYK yüzdeleri

%12.75
%7.38
%0
%41.57

Codes

Color #828A95 in popluar color models

828A95
RGB130138149
HSL215°8.23%54.71%
HSB/HSV215°12.75%58.43%
CMYK12.75%7.38%0.00%
41.57%

Color #828A95 in popluar number systems.

HEX828A95
Decimal130138149
Binary100000101000101010010101
Octal202212225

Shades and tints

Shades of #828A95

#828A95
(130,138,149)
#777E88
(119,126,136)
#6C727B
(108,114,123)
#61666E
(97,102,110)
#565A61
(86,90,97)
#4B4E54
(75,78,84)
#404247
(64,66,71)
#35363A
(53,54,58)
#2A2A2D
(42,42,45)
#1F1E20
(31,30,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #828A95

#828A95
(130,138,149)
#8D949E
(141,148,158)
#989EA7
(152,158,167)
#A3A8B0
(163,168,176)
#AEB2B9
(174,178,185)
#B9BCC2
(185,188,194)
#C4C6CB
(196,198,203)
#CFD0D4
(207,208,212)
#DADADD
(218,218,221)
#E5E4E6
(229,228,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828A95 color. Also use rgb(130,138,149) instead hex code.

Text Font Color

.myTextColor { color: #828A95; }

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

This text font color is #828A95.


Background Color

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

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

This div background color is #828A95.


Border color

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

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

This div border color is #828A95.


Opacity

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

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

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

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

This text has shadow with #828A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828A95 on black background.


Color preview on white background

This text has color #828A95 on white background.



Black color preview on #828A95 background

This text has black color on #828A95 background.


White color preview on #828A95 background

This text has white color on #828A95 background.