COLOR #82BB8F

HEX: #82BB8F
RGB: (130,187,143)

Color info

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

RGB color model

#82BB8F color RGB value is (130,187,143).

  • red value is 130;
  • green value is 187;
  • blue value is 143.
RGB:
(130,187,143)
(51%,73%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 187 of 255 = 73%
B 143 of 255 = 56%

130
187
143

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

Portions of RGB colors in percentages

R + G + B =
130 + 187 + 143 = 460 (100%)
R 130 of 460 ~ 28.26%
G 187 of 460 ~ 40.65%
B 143 of 460 ~ 31.09%

%28.26
%40.65
%31.09

CMYK color model

#82BB8F color CMYK value is (30,0,24,27).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 26.67%
CMYK:
(30,0,24,27)
C30M0Y24K27 
(30%,0%,24%,27%)
(0.30/0.00/0.24/0.27)	

CMYK percentages

%30.48
%0
%23.53
%26.67

Codes

Color #82BB8F in popluar color models

82BB8F
RGB130187143
HSL134°29.53%62.16%
HSB/HSV134°30.48%73.33%
CMYK30.48%0.00%23.53%
26.67%

Color #82BB8F in popluar number systems.

HEX82BB8F
Decimal130187143
Binary100000101011101110001111
Octal202273217

Shades and tints

Shades of #82BB8F

#82BB8F
(130,187,143)
#77AA82
(119,170,130)
#6C9975
(108,153,117)
#618868
(97,136,104)
#56775B
(86,119,91)
#4B664E
(75,102,78)
#405541
(64,85,65)
#354434
(53,68,52)
#2A3327
(42,51,39)
#1F221A
(31,34,26)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #82BB8F

#82BB8F
(130,187,143)
#8DC199
(141,193,153)
#98C7A3
(152,199,163)
#A3CDAD
(163,205,173)
#AED3B7
(174,211,183)
#B9D9C1
(185,217,193)
#C4DFCB
(196,223,203)
#CFE5D5
(207,229,213)
#DAEBDF
(218,235,223)
#E5F1E9
(229,241,233)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BB8F color. Also use rgb(130,187,143) instead hex code.

Text Font Color

.myTextColor { color: #82BB8F; }

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

This text font color is #82BB8F.


Background Color

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

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

This div background color is #82BB8F.


Border color

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

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

This div border color is #82BB8F.


Opacity

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

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

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

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

This text has shadow with #82BB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BB8F on black background.


Color preview on white background

This text has color #82BB8F on white background.



Black color preview on #82BB8F background

This text has black color on #82BB8F background.


White color preview on #82BB8F background

This text has white color on #82BB8F background.