COLOR #82AF7E

HEX: #82AF7E
RGB: (130,175,126)

Color info

#82AF7E contains red, green and blue colors in about the same proportion. Web safe color of #82AF7E is #999966 (or #996).

RGB color model

#82AF7E color RGB value is (130,175,126).

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

RGB channels and saturation

R 130 of 255 = 51%
G 175 of 255 = 69%
B 126 of 255 = 49%

130
175
126

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

Portions of RGB colors in percentages

R + G + B =
130 + 175 + 126 = 431 (100%)
R 130 of 431 ~ 30.16%
G 175 of 431 ~ 40.6%
B 126 of 431 ~ 29.23%

%30.16
%40.6
%29.23

CMYK color model

#82AF7E color CMYK value is (26,0,28,31).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 31.37%
CMYK:
(26,0,28,31)
C26M0Y28K31 
(26%,0%,28%,31%)
(0.26/0.00/0.28/0.31)	

CMYK percentages

%25.71
%0
%28
%31.37

Codes

Color #82AF7E in popluar color models

82AF7E
RGB130175126
HSL115°23.44%59.02%
HSB/HSV115°28.00%68.63%
CMYK25.71%0.00%28.00%
31.37%

Color #82AF7E in popluar number systems.

HEX82AF7E
Decimal130175126
Binary10000010101011111111110
Octal202257176

Shades and tints

Shades of #82AF7E

#82AF7E
(130,175,126)
#77A073
(119,160,115)
#6C9168
(108,145,104)
#61825D
(97,130,93)
#567352
(86,115,82)
#4B6447
(75,100,71)
#40553C
(64,85,60)
#354631
(53,70,49)
#2A3726
(42,55,38)
#1F281B
(31,40,27)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #82AF7E

#82AF7E
(130,175,126)
#8DB689
(141,182,137)
#98BD94
(152,189,148)
#A3C49F
(163,196,159)
#AECBAA
(174,203,170)
#B9D2B5
(185,210,181)
#C4D9C0
(196,217,192)
#CFE0CB
(207,224,203)
#DAE7D6
(218,231,214)
#E5EEE1
(229,238,225)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AF7E; }

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

This text font color is #82AF7E.


Background Color

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

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

This div background color is #82AF7E.


Border color

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

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

This div border color is #82AF7E.


Opacity

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

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

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

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

This text has shadow with #82AF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AF7E on black background.


Color preview on white background

This text has color #82AF7E on white background.



Black color preview on #82AF7E background

This text has black color on #82AF7E background.


White color preview on #82AF7E background

This text has white color on #82AF7E background.