COLOR #82B47E

HEX: #82B47E
RGB: (130,180,126)

Color info

#82B47E contains red, green and blue colors in about the same proportion. Web safe color of #82B47E is #99CC66 (or #9C6).

RGB color model

#82B47E color RGB value is (130,180,126).

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

RGB channels and saturation

R 130 of 255 = 51%
G 180 of 255 = 71%
B 126 of 255 = 49%

130
180
126

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

Portions of RGB colors in percentages

R + G + B =
130 + 180 + 126 = 436 (100%)
R 130 of 436 ~ 29.82%
G 180 of 436 ~ 41.28%
B 126 of 436 ~ 28.9%

%29.82
%41.28
%28.9

CMYK color model

#82B47E color CMYK value is (28,0,30,29).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK:
(28,0,30,29)
C28M0Y30K29 
(28%,0%,30%,29%)
(0.28/0.00/0.30/0.29)	

CMYK percentages

%27.78
%0
%30
%29.41

Codes

Color #82B47E in popluar color models

82B47E
RGB130180126
HSL116°26.47%60.00%
HSB/HSV116°30.00%70.59%
CMYK27.78%0.00%30.00%
29.41%

Color #82B47E in popluar number systems.

HEX82B47E
Decimal130180126
Binary10000010101101001111110
Octal202264176

Shades and tints

Shades of #82B47E

#82B47E
(130,180,126)
#77A473
(119,164,115)
#6C9468
(108,148,104)
#61845D
(97,132,93)
#567452
(86,116,82)
#4B6447
(75,100,71)
#40543C
(64,84,60)
#354431
(53,68,49)
#2A3426
(42,52,38)
#1F241B
(31,36,27)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #82B47E

#82B47E
(130,180,126)
#8DBA89
(141,186,137)
#98C094
(152,192,148)
#A3C69F
(163,198,159)
#AECCAA
(174,204,170)
#B9D2B5
(185,210,181)
#C4D8C0
(196,216,192)
#CFDECB
(207,222,203)
#DAE4D6
(218,228,214)
#E5EAE1
(229,234,225)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B47E; }

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

This text font color is #82B47E.


Background Color

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

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

This div background color is #82B47E.


Border color

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

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

This div border color is #82B47E.


Opacity

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

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

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

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

This text has shadow with #82B47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B47E on black background.


Color preview on white background

This text has color #82B47E on white background.



Black color preview on #82B47E background

This text has black color on #82B47E background.


White color preview on #82B47E background

This text has white color on #82B47E background.