COLOR #828E96

HEX: #828E96
RGB: (130,142,150)

Renk bilgisi

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

RGB renk modeli

#828E96 color RGB value is (130,142,150).

  • kırmız ton 130;
  • yeşil ton 142;
  • mavi ton 150.
RGB:
(130,142,150)
(51%,56%,59%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 142 of 255 = 56%
B 150 of 255 = 59%

130
142
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 142 + 150 = 422 (100%)
R 130 of 422 ~ 30.81%
G 142 of 422 ~ 33.65%
B 150 of 422 ~ 35.55%

%30.81
%33.65
%35.55

CMYK RENK MODELİ

#828E96 rengi CMYK tonu (13,5,0,41).

  • camgöbeği tonu 13.33%
  • eflatun tonu 5.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(13,5,0,41)
C13M5Y0K41 
(13%,5%,0%,41%)
(0.13/0.05/0.00/0.41)	

CMYK yüzdeleri

%13.33
%5.33
%0
%41.18

Codes

Color #828E96 in popluar color models

828E96
RGB130142150
HSL204°8.70%54.90%
HSB/HSV204°13.33%58.82%
CMYK13.33%5.33%0.00%
41.18%

Color #828E96 in popluar number systems.

HEX828E96
Decimal130142150
Binary100000101000111010010110
Octal202216226

Shades and tints

Shades of #828E96

#828E96
(130,142,150)
#778289
(119,130,137)
#6C767C
(108,118,124)
#616A6F
(97,106,111)
#565E62
(86,94,98)
#4B5255
(75,82,85)
#404648
(64,70,72)
#353A3B
(53,58,59)
#2A2E2E
(42,46,46)
#1F2221
(31,34,33)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #828E96

#828E96
(130,142,150)
#8D989F
(141,152,159)
#98A2A8
(152,162,168)
#A3ACB1
(163,172,177)
#AEB6BA
(174,182,186)
#B9C0C3
(185,192,195)
#C4CACC
(196,202,204)
#CFD4D5
(207,212,213)
#DADEDE
(218,222,222)
#E5E8E7
(229,232,231)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828E96 color. Also use rgb(130,142,150) instead hex code.

Text Font Color

.myTextColor { color: #828E96; }

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

This text font color is #828E96.


Background Color

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

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

This div background color is #828E96.


Border color

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

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

This div border color is #828E96.


Opacity

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

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

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

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

This text has shadow with #828E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828E96 on black background.


Color preview on white background

This text has color #828E96 on white background.



Black color preview on #828E96 background

This text has black color on #828E96 background.


White color preview on #828E96 background

This text has white color on #828E96 background.