COLOR #82AE7C

HEX: #82AE7C RGB: (130,174,124)

Color info

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

RGB color model

#82AE7C color RGB value is (130,174,124).

RGB: (130,174,124) (51%, 68%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 174 of 255 = 68%
B 124 of 255 = 49%

130
174
124

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

Portions of RGB colors in percentages

R + G + B = 130 + 174 + 124 = 428 (100%)
R 130 of 428 ~ 30.37%
G 174 of 428 ~ 40.65%
B 124 of 428 ~ 28.97'%

%30.37
%40.65
%28.97

CMYK color model

#82AE7C color CMYK value is (25,0,29,32).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 31.76%

CMYK: (25,0,29,32)
C25M0Y29K32 (25%, 0%, 29%, 32%)
(0.25 / 0.00 / 0.29 / 0.32)

CMYK percentages

%25.29
%0
%28.74
%31.76

Codes

Color #82AE7C in popluar color models

82 AE 7C
RGB 130 174 124
HSL 113° 23.58% 58.43%
HSB/HSV 113° 28.74% 68.24%
CMYK 25.29% 0.00% 28.74%
31.76%

Color #82AE7C in popluar number systems.

HEX 82 AE 7C
Decimal 130 174 124
Binary 10000010 10101110 1111100
Octal 202 256 174

Shades and tints

Shades of #82AE7C

#82AE7C
(130,174,124)
#779F71
(119,159,113)
#6C9066
(108,144,102)
#61815B
(97,129,91)
#567250
(86,114,80)
#4B6345
(75,99,69)
#40543A
(64,84,58)
#35452F
(53,69,47)
#2A3624
(42,54,36)
#1F2719
(31,39,25)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #82AE7C

#82AE7C
(130,174,124)
#8DB587
(141,181,135)
#98BC92
(152,188,146)
#A3C39D
(163,195,157)
#AECAA8
(174,202,168)
#B9D1B3
(185,209,179)
#C4D8BE
(196,216,190)
#CFDFC9
(207,223,201)
#DAE6D4
(218,230,212)
#E5EDDF
(229,237,223)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AE7C color. Also use rgb(130,174,124) instead hex code.

Text Font Color

.myTextColor { color: #82AE7C; }

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

This text font color is #82AE7C.

Background Color

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

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

This div background color is #82AE7C.

Border color

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

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

This div border color is #82AE7C.

Opacity

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

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

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

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

This text has shadow with #82AE7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82AE7C.

Preview

Color preview on black background

This text has color #82AE7C on black background.


Color preview on white background

This text has color #82AE7C on white background.


Black color preview on #82AE7C background

This text has black color on #82AE7C background.


White color preview on #82AE7C background

This text has white color on #82AE7C background.


Related colors

Complementary color

Complementary color for #hex is #7D5183.


I love getcolorcode.com

Triadic colors

1 #7C82AE and #AE7C82 with #82AE7C are triadic colors.

2 #7CAE82 and #AE827C with #82AE7C are triadic colors.