COLOR #828D9D

HEX: #828D9D
RGB: (130,141,157)

Renk bilgisi

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

RGB renk modeli

#828D9D color RGB value is (130,141,157).

  • kırmız ton 130;
  • yeşil ton 141;
  • mavi ton 157.
RGB:
(130,141,157)
(51%,55%,62%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 141 of 255 = 55%
B 157 of 255 = 62%

130
141
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 141 + 157 = 428 (100%)
R 130 of 428 ~ 30.37%
G 141 of 428 ~ 32.94%
B 157 of 428 ~ 36.68%

%30.37
%32.94
%36.68

CMYK RENK MODELİ

#828D9D rengi CMYK tonu (17,10,0,38).

  • camgöbeği tonu 17.20%
  • eflatun tonu 10.19%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(17,10,0,38)
C17M10Y0K38 
(17%,10%,0%,38%)
(0.17/0.10/0.00/0.38)	

CMYK yüzdeleri

%17.2
%10.19
%0
%38.43

Codes

Color #828D9D in popluar color models

828D9D
RGB130141157
HSL216°12.11%56.27%
HSB/HSV216°17.20%61.57%
CMYK17.20%10.19%0.00%
38.43%

Color #828D9D in popluar number systems.

HEX828D9D
Decimal130141157
Binary100000101000110110011101
Octal202215235

Shades and tints

Shades of #828D9D

#828D9D
(130,141,157)
#77818F
(119,129,143)
#6C7581
(108,117,129)
#616973
(97,105,115)
#565D65
(86,93,101)
#4B5157
(75,81,87)
#404549
(64,69,73)
#35393B
(53,57,59)
#2A2D2D
(42,45,45)
#1F211F
(31,33,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #828D9D

#828D9D
(130,141,157)
#8D97A5
(141,151,165)
#98A1AD
(152,161,173)
#A3ABB5
(163,171,181)
#AEB5BD
(174,181,189)
#B9BFC5
(185,191,197)
#C4C9CD
(196,201,205)
#CFD3D5
(207,211,213)
#DADDDD
(218,221,221)
#E5E7E5
(229,231,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828D9D color. Also use rgb(130,141,157) instead hex code.

Text Font Color

.myTextColor { color: #828D9D; }

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

This text font color is #828D9D.


Background Color

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

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

This div background color is #828D9D.


Border color

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

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

This div border color is #828D9D.


Opacity

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

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

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

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

This text has shadow with #828D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828D9D on black background.


Color preview on white background

This text has color #828D9D on white background.



Black color preview on #828D9D background

This text has black color on #828D9D background.


White color preview on #828D9D background

This text has white color on #828D9D background.