COLOR #829D8D

HEX: #829D8D
RGB: (130,157,141)

Renk bilgisi

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

RGB renk modeli

#829D8D color RGB value is (130,157,141).

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

RGB bağlantıları ve doygunluk

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

130
157
141

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

Yüzdelerle RGB renk parçaları

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

%30.37
%36.68
%32.94

CMYK RENK MODELİ

#829D8D rengi CMYK tonu (17,0,10,38).

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

CMYK yüzdeleri

%17.2
%0
%10.19
%38.43

Codes

Color #829D8D in popluar color models

829D8D
RGB130157141
HSL144°12.11%56.27%
HSB/HSV144°17.20%61.57%
CMYK17.20%0.00%10.19%
38.43%

Color #829D8D in popluar number systems.

HEX829D8D
Decimal130157141
Binary100000101001110110001101
Octal202235215

Shades and tints

Shades of #829D8D

#829D8D
(130,157,141)
#778F81
(119,143,129)
#6C8175
(108,129,117)
#617369
(97,115,105)
#56655D
(86,101,93)
#4B5751
(75,87,81)
#404945
(64,73,69)
#353B39
(53,59,57)
#2A2D2D
(42,45,45)
#1F1F21
(31,31,33)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #829D8D

#829D8D
(130,157,141)
#8DA597
(141,165,151)
#98ADA1
(152,173,161)
#A3B5AB
(163,181,171)
#AEBDB5
(174,189,181)
#B9C5BF
(185,197,191)
#C4CDC9
(196,205,201)
#CFD5D3
(207,213,211)
#DADDDD
(218,221,221)
#E5E5E7
(229,229,231)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829D8D; }

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

This text font color is #829D8D.


Background Color

.myBgColor { background-color: #829D8D; }

<div style="background-color:#829D8D">Inner text</div>

This div background color is #829D8D.


Border color

.myBorderColor { border: 1px solid #829D8D; }

<div style="border:3px solid #829D8D">Div</div>

This div border color is #829D8D.


Opacity

.myOpacity80 { color: #829D8D; opacity: 0.8; }

<p style="color:#829D8D;opacity:0.8;">80%</p>

Text with #829D8D 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 #829D8D;}

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

This text has shadow with #829D8D color.

.textShadow {text-shadow: 3px 3px 1px #829D8D, 3px 3px 1px red;}

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

This text has shadow with #829D8D primary color and red secondary color.


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

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

This text has shadow with #829D8D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829D8D on black background.


Color preview on white background

This text has color #829D8D on white background.



Black color preview on #829D8D background

This text has black color on #829D8D background.


White color preview on #829D8D background

This text has white color on #829D8D background.