COLOR #82B188

HEX: #82B188 RGB: (130,177,136)

Color info

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

RGB color model

#82B188 color RGB value is (130,177,136).

RGB: (130,177,136) (51%, 69%, 53%)

RGB channels and saturation

R 130 of 255 = 51%
G 177 of 255 = 69%
B 136 of 255 = 53%

130
177
136

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

Portions of RGB colors in percentages

R + G + B = 130 + 177 + 136 = 443 (100%)
R 130 of 443 ~ 29.35%
G 177 of 443 ~ 39.95%
B 136 of 443 ~ 30.7'%

%29.35
%39.95
%30.7

CMYK color model

#82B188 color CMYK value is (27,0,23,31).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 30.59%

CMYK: (27,0,23,31)
C27M0Y23K31 (27%, 0%, 23%, 31%)
(0.27 / 0.00 / 0.23 / 0.31)

CMYK percentages

%26.55
%0
%23.16
%30.59

Codes

Color #82B188 in popluar color models

82 B1 88
RGB 130 177 136
HSL 128° 23.15% 60.20%
HSB/HSV 128° 26.55% 69.41%
CMYK 26.55% 0.00% 23.16%
30.59%

Color #82B188 in popluar number systems.

HEX 82 B1 88
Decimal 130 177 136
Binary 10000010 10110001 10001000
Octal 202 261 210

Shades and tints

Shades of #82B188

#82B188
(130,177,136)
#77A17C
(119,161,124)
#6C9170
(108,145,112)
#618164
(97,129,100)
#567158
(86,113,88)
#4B614C
(75,97,76)
#405140
(64,81,64)
#354134
(53,65,52)
#2A3128
(42,49,40)
#1F211C
(31,33,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #82B188

#82B188
(130,177,136)
#8DB892
(141,184,146)
#98BF9C
(152,191,156)
#A3C6A6
(163,198,166)
#AECDB0
(174,205,176)
#B9D4BA
(185,212,186)
#C4DBC4
(196,219,196)
#CFE2CE
(207,226,206)
#DAE9D8
(218,233,216)
#E5F0E2
(229,240,226)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B188 color. Also use rgb(130,177,136) instead hex code.

Text Font Color

.myTextColor { color: #82B188; }

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

This text font color is #82B188.

Background Color

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

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

This div background color is #82B188.

Border color

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

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

This div border color is #82B188.

Opacity

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

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

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

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

This text has shadow with #82B188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B188.

Preview

Color preview on black background

This text has color #82B188 on black background.


Color preview on white background

This text has color #82B188 on white background.


Black color preview on #82B188 background

This text has black color on #82B188 background.


White color preview on #82B188 background

This text has white color on #82B188 background.


Related colors

Complementary color

Complementary color for #hex is #7D4E77.


I love getcolorcode.com

Triadic colors

1 #8882B1 and #B18882 with #82B188 are triadic colors.

2 #88B182 and #B18288 with #82B188 are triadic colors.