COLOR #82A59D

HEX: #82A59D
RGB: (130,165,157)

Renk bilgisi

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

RGB renk modeli

#82A59D color RGB value is (130,165,157).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 165 of 255 = 65%
B 157 of 255 = 62%

130
165
157

R + G + B ~ 59%. #82A59D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 165 + 157 = 452 (100%)
R 130 of 452 ~ 28.76%
G 165 of 452 ~ 36.5%
B 157 of 452 ~ 34.73%

%28.76
%36.5
%34.73

CMYK RENK MODELİ

#82A59D rengi CMYK tonu (21,0,5,35).

  • camgöbeği tonu 21.21%
  • eflatun tonu 0.00%
  • sarı tonu 4.85%
  • ana renk tonu 35.29%
CMYK:
(21,0,5,35)
C21M0Y5K35 
(21%,0%,5%,35%)
(0.21/0.00/0.05/0.35)	

CMYK yüzdeleri

%21.21
%0
%4.85
%35.29

Codes

Color #82A59D in popluar color models

82A59D
RGB130165157
HSL166°16.28%57.84%
HSB/HSV166°21.21%64.71%
CMYK21.21%0.00%4.85%
35.29%

Color #82A59D in popluar number systems.

HEX82A59D
Decimal130165157
Binary100000101010010110011101
Octal202245235

Shades and tints

Shades of #82A59D

#82A59D
(130,165,157)
#77968F
(119,150,143)
#6C8781
(108,135,129)
#617873
(97,120,115)
#566965
(86,105,101)
#4B5A57
(75,90,87)
#404B49
(64,75,73)
#353C3B
(53,60,59)
#2A2D2D
(42,45,45)
#1F1E1F
(31,30,31)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #82A59D

#82A59D
(130,165,157)
#8DADA5
(141,173,165)
#98B5AD
(152,181,173)
#A3BDB5
(163,189,181)
#AEC5BD
(174,197,189)
#B9CDC5
(185,205,197)
#C4D5CD
(196,213,205)
#CFDDD5
(207,221,213)
#DAE5DD
(218,229,221)
#E5EDE5
(229,237,229)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A59D color. Also use rgb(130,165,157) instead hex code.

Text Font Color

.myTextColor { color: #82A59D; }

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

This text font color is #82A59D.


Background Color

.myBgColor { background-color: #82A59D; }

<div style="background-color:#82A59D">Inner text</div>

This div background color is #82A59D.


Border color

.myBorderColor { border: 1px solid #82A59D; }

<div style="border:3px solid #82A59D">Div</div>

This div border color is #82A59D.


Opacity

.myOpacity80 { color: #82A59D; opacity: 0.8; }

<p style="color:#82A59D;opacity:0.8;">80%</p>

Text with #82A59D 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 #82A59D;}

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

This text has shadow with #82A59D color.

.textShadow {text-shadow: 3px 3px 1px #82A59D, 3px 3px 1px red;}

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

This text has shadow with #82A59D primary color and red secondary color.


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

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

This text has shadow with #82A59D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A59D on black background.


Color preview on white background

This text has color #82A59D on white background.



Black color preview on #82A59D background

This text has black color on #82A59D background.


White color preview on #82A59D background

This text has white color on #82A59D background.