COLOR #828D99

HEX: #828D99
RGB: (130,141,153)

Renk bilgisi

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

RGB renk modeli

#828D99 color RGB value is (130,141,153).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 141 of 255 = 55%
B 153 of 255 = 60%

130
141
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 141 + 153 = 424 (100%)
R 130 of 424 ~ 30.66%
G 141 of 424 ~ 33.25%
B 153 of 424 ~ 36.08%

%30.66
%33.25
%36.08

CMYK RENK MODELİ

#828D99 rengi CMYK tonu (15,8,0,40).

  • camgöbeği tonu 15.03%
  • eflatun tonu 7.84%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(15,8,0,40)
C15M8Y0K40 
(15%,8%,0%,40%)
(0.15/0.08/0.00/0.40)	

CMYK yüzdeleri

%15.03
%7.84
%0
%40

Codes

Color #828D99 in popluar color models

828D99
RGB130141153
HSL211°10.13%55.49%
HSB/HSV211°15.03%60.00%
CMYK15.03%7.84%0.00%
40.00%

Color #828D99 in popluar number systems.

HEX828D99
Decimal130141153
Binary100000101000110110011001
Octal202215231

Shades and tints

Shades of #828D99

#828D99
(130,141,153)
#77818C
(119,129,140)
#6C757F
(108,117,127)
#616972
(97,105,114)
#565D65
(86,93,101)
#4B5158
(75,81,88)
#40454B
(64,69,75)
#35393E
(53,57,62)
#2A2D31
(42,45,49)
#1F2124
(31,33,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #828D99

#828D99
(130,141,153)
#8D97A2
(141,151,162)
#98A1AB
(152,161,171)
#A3ABB4
(163,171,180)
#AEB5BD
(174,181,189)
#B9BFC6
(185,191,198)
#C4C9CF
(196,201,207)
#CFD3D8
(207,211,216)
#DADDE1
(218,221,225)
#E5E7EA
(229,231,234)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828D99; }

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

This text font color is #828D99.


Background Color

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

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

This div background color is #828D99.


Border color

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

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

This div border color is #828D99.


Opacity

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

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

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

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

This text has shadow with #828D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828D99 on black background.


Color preview on white background

This text has color #828D99 on white background.



Black color preview on #828D99 background

This text has black color on #828D99 background.


White color preview on #828D99 background

This text has white color on #828D99 background.