COLOR #828F9D

HEX: #828F9D
RGB: (130,143,157)

Renk bilgisi

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

RGB renk modeli

#828F9D color RGB value is (130,143,157).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 143 of 255 = 56%
B 157 of 255 = 62%

130
143
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 143 + 157 = 430 (100%)
R 130 of 430 ~ 30.23%
G 143 of 430 ~ 33.26%
B 157 of 430 ~ 36.51%

%30.23
%33.26
%36.51

CMYK RENK MODELİ

#828F9D rengi CMYK tonu (17,9,0,38).

  • camgöbeği tonu 17.20%
  • eflatun tonu 8.92%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(17,9,0,38)
C17M9Y0K38 
(17%,9%,0%,38%)
(0.17/0.09/0.00/0.38)	

CMYK yüzdeleri

%17.2
%8.92
%0
%38.43

Codes

Color #828F9D in popluar color models

828F9D
RGB130143157
HSL211°12.11%56.27%
HSB/HSV211°17.20%61.57%
CMYK17.20%8.92%0.00%
38.43%

Color #828F9D in popluar number systems.

HEX828F9D
Decimal130143157
Binary100000101000111110011101
Octal202217235

Shades and tints

Shades of #828F9D

#828F9D
(130,143,157)
#77828F
(119,130,143)
#6C7581
(108,117,129)
#616873
(97,104,115)
#565B65
(86,91,101)
#4B4E57
(75,78,87)
#404149
(64,65,73)
#35343B
(53,52,59)
#2A272D
(42,39,45)
#1F1A1F
(31,26,31)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #828F9D

#828F9D
(130,143,157)
#8D99A5
(141,153,165)
#98A3AD
(152,163,173)
#A3ADB5
(163,173,181)
#AEB7BD
(174,183,189)
#B9C1C5
(185,193,197)
#C4CBCD
(196,203,205)
#CFD5D5
(207,213,213)
#DADFDD
(218,223,221)
#E5E9E5
(229,233,229)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828F9D; }

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

This text font color is #828F9D.


Background Color

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

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

This div background color is #828F9D.


Border color

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

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

This div border color is #828F9D.


Opacity

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

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

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

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

This text has shadow with #828F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828F9D on black background.


Color preview on white background

This text has color #828F9D on white background.



Black color preview on #828F9D background

This text has black color on #828F9D background.


White color preview on #828F9D background

This text has white color on #828F9D background.