COLOR #82AF87

HEX: #82AF87 RGB: (130,175,135)

Color info

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

RGB color model

#82AF87 color RGB value is (130,175,135).

RGB: (130,175,135) (51%, 69%, 53%)

RGB channels and saturation

R 130 of 255 = 51%
G 175 of 255 = 69%
B 135 of 255 = 53%

130
175
135

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

Portions of RGB colors in percentages

R + G + B = 130 + 175 + 135 = 440 (100%)
R 130 of 440 ~ 29.55%
G 175 of 440 ~ 39.77%
B 135 of 440 ~ 30.68'%

%29.55
%39.77
%30.68

CMYK color model

#82AF87 color CMYK value is (26,0,23,31).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 31.37%

CMYK: (26,0,23,31)
C26M0Y23K31 (26%, 0%, 23%, 31%)
(0.26 / 0.00 / 0.23 / 0.31)

CMYK percentages

%25.71
%0
%22.86
%31.37

Codes

Color #82AF87 in popluar color models

82 AF 87
RGB 130 175 135
HSL 127° 21.95% 59.80%
HSB/HSV 127° 25.71% 68.63%
CMYK 25.71% 0.00% 22.86%
31.37%

Color #82AF87 in popluar number systems.

HEX 82 AF 87
Decimal 130 175 135
Binary 10000010 10101111 10000111
Octal 202 257 207

Shades and tints

Shades of #82AF87

#82AF87
(130,175,135)
#77A07B
(119,160,123)
#6C916F
(108,145,111)
#618263
(97,130,99)
#567357
(86,115,87)
#4B644B
(75,100,75)
#40553F
(64,85,63)
#354633
(53,70,51)
#2A3727
(42,55,39)
#1F281B
(31,40,27)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #82AF87

#82AF87
(130,175,135)
#8DB691
(141,182,145)
#98BD9B
(152,189,155)
#A3C4A5
(163,196,165)
#AECBAF
(174,203,175)
#B9D2B9
(185,210,185)
#C4D9C3
(196,217,195)
#CFE0CD
(207,224,205)
#DAE7D7
(218,231,215)
#E5EEE1
(229,238,225)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AF87; }

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

This text font color is #82AF87.

Background Color

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

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

This div background color is #82AF87.

Border color

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

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

This div border color is #82AF87.

Opacity

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

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

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

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

This text has shadow with #82AF87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82AF87.

Preview

Color preview on black background

This text has color #82AF87 on black background.


Color preview on white background

This text has color #82AF87 on white background.


Black color preview on #82AF87 background

This text has black color on #82AF87 background.


White color preview on #82AF87 background

This text has white color on #82AF87 background.


Related colors

Complementary color

Complementary color for #hex is #7D5078.


I love getcolorcode.com

Triadic colors

1 #8782AF and #AF8782 with #82AF87 are triadic colors.

2 #87AF82 and #AF8287 with #82AF87 are triadic colors.