COLOR #828A7E

HEX: #828A7E
RGB: (130,138,126)

Renk bilgisi

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

RGB renk modeli

#828A7E color RGB value is (130,138,126).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 138 of 255 = 54%
B 126 of 255 = 49%

130
138
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 138 + 126 = 394 (100%)
R 130 of 394 ~ 32.99%
G 138 of 394 ~ 35.03%
B 126 of 394 ~ 31.98%

%32.99
%35.03
%31.98

CMYK RENK MODELİ

#828A7E rengi CMYK tonu (6,0,9,46).

  • camgöbeği tonu 5.80%
  • eflatun tonu 0.00%
  • sarı tonu 8.70%
  • ana renk tonu 45.88%
CMYK:
(6,0,9,46)
C6M0Y9K46 
(6%,0%,9%,46%)
(0.06/0.00/0.09/0.46)	

CMYK yüzdeleri

%5.8
%0
%8.7
%45.88

Codes

Color #828A7E in popluar color models

828A7E
RGB130138126
HSL100°4.88%51.76%
HSB/HSV100°8.70%54.12%
CMYK5.80%0.00%8.70%
45.88%

Color #828A7E in popluar number systems.

HEX828A7E
Decimal130138126
Binary10000010100010101111110
Octal202212176

Shades and tints

Shades of #828A7E

#828A7E
(130,138,126)
#777E73
(119,126,115)
#6C7268
(108,114,104)
#61665D
(97,102,93)
#565A52
(86,90,82)
#4B4E47
(75,78,71)
#40423C
(64,66,60)
#353631
(53,54,49)
#2A2A26
(42,42,38)
#1F1E1B
(31,30,27)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #828A7E

#828A7E
(130,138,126)
#8D9489
(141,148,137)
#989E94
(152,158,148)
#A3A89F
(163,168,159)
#AEB2AA
(174,178,170)
#B9BCB5
(185,188,181)
#C4C6C0
(196,198,192)
#CFD0CB
(207,208,203)
#DADAD6
(218,218,214)
#E5E4E1
(229,228,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828A7E; }

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

This text font color is #828A7E.


Background Color

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

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

This div background color is #828A7E.


Border color

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

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

This div border color is #828A7E.


Opacity

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

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

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

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

This text has shadow with #828A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828A7E on black background.


Color preview on white background

This text has color #828A7E on white background.



Black color preview on #828A7E background

This text has black color on #828A7E background.


White color preview on #828A7E background

This text has white color on #828A7E background.