COLOR #82AF98

HEX: #82AF98
RGB: (130,175,152)

Color info

#82AF98 contains red, green and blue colors in about the same proportion. Web safe color of #82AF98 is #999999 (or #999).

RGB color model

#82AF98 color RGB value is (130,175,152).

  • red value is 130;
  • green value is 175;
  • blue value is 152.
RGB:
(130,175,152)
(51%,69%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 175 of 255 = 69%
B 152 of 255 = 60%

130
175
152

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

Portions of RGB colors in percentages

R + G + B =
130 + 175 + 152 = 457 (100%)
R 130 of 457 ~ 28.45%
G 175 of 457 ~ 38.29%
B 152 of 457 ~ 33.26%

%28.45
%38.29
%33.26

CMYK color model

#82AF98 color CMYK value is (26,0,13,31).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(26,0,13,31)
C26M0Y13K31 
(26%,0%,13%,31%)
(0.26/0.00/0.13/0.31)	

CMYK percentages

%25.71
%0
%13.14
%31.37

Codes

Color #82AF98 in popluar color models

82AF98
RGB130175152
HSL149°21.95%59.80%
HSB/HSV149°25.71%68.63%
CMYK25.71%0.00%13.14%
31.37%

Color #82AF98 in popluar number systems.

HEX82AF98
Decimal130175152
Binary100000101010111110011000
Octal202257230

Shades and tints

Shades of #82AF98

#82AF98
(130,175,152)
#77A08B
(119,160,139)
#6C917E
(108,145,126)
#618271
(97,130,113)
#567364
(86,115,100)
#4B6457
(75,100,87)
#40554A
(64,85,74)
#35463D
(53,70,61)
#2A3730
(42,55,48)
#1F2823
(31,40,35)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #82AF98

#82AF98
(130,175,152)
#8DB6A1
(141,182,161)
#98BDAA
(152,189,170)
#A3C4B3
(163,196,179)
#AECBBC
(174,203,188)
#B9D2C5
(185,210,197)
#C4D9CE
(196,217,206)
#CFE0D7
(207,224,215)
#DAE7E0
(218,231,224)
#E5EEE9
(229,238,233)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AF98 color. Also use rgb(130,175,152) instead hex code.

Text Font Color

.myTextColor { color: #82AF98; }

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

This text font color is #82AF98.


Background Color

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

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

This div background color is #82AF98.


Border color

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

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

This div border color is #82AF98.


Opacity

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

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

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

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

This text has shadow with #82AF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AF98 on black background.


Color preview on white background

This text has color #82AF98 on white background.



Black color preview on #82AF98 background

This text has black color on #82AF98 background.


White color preview on #82AF98 background

This text has white color on #82AF98 background.