COLOR #82BEA6

HEX: #82BEA6 RGB: (130,190,166)

Color info

#82BEA6 contains mainly green and blue colors. Web safe color of #82BEA6 is #99CC99 (or #9C9).

RGB color model

#82BEA6 color RGB value is (130,190,166).

RGB: (130,190,166) (51%, 75%, 65%)

RGB channels and saturation

R 130 of 255 = 51%
G 190 of 255 = 75%
B 166 of 255 = 65%

130
190
166

R + G + B ~ 64%. #82BEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 190 + 166 = 486 (100%)
R 130 of 486 ~ 26.75%
G 190 of 486 ~ 39.09%
B 166 of 486 ~ 34.16'%

%26.75
%39.09
%34.16

CMYK color model

#82BEA6 color CMYK value is (32,0,13,25).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 25.49%

CMYK: (32,0,13,25)
C32M0Y13K25 (32%, 0%, 13%, 25%)
(0.32 / 0.00 / 0.13 / 0.25)

CMYK percentages

%31.58
%0
%12.63
%25.49

Codes

Color #82BEA6 in popluar color models

82 BE A6
RGB 130 190 166
HSL 156° 31.58% 62.75%
HSB/HSV 156° 31.58% 74.51%
CMYK 31.58% 0.00% 12.63%
25.49%

Color #82BEA6 in popluar number systems.

HEX 82 BE A6
Decimal 130 190 166
Binary 10000010 10111110 10100110
Octal 202 276 246

Shades and tints

Shades of #82BEA6

#82BEA6
(130,190,166)
#77AD97
(119,173,151)
#6C9C88
(108,156,136)
#618B79
(97,139,121)
#567A6A
(86,122,106)
#4B695B
(75,105,91)
#40584C
(64,88,76)
#35473D
(53,71,61)
#2A362E
(42,54,46)
#1F251F
(31,37,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #82BEA6

#82BEA6
(130,190,166)
#8DC3AE
(141,195,174)
#98C8B6
(152,200,182)
#A3CDBE
(163,205,190)
#AED2C6
(174,210,198)
#B9D7CE
(185,215,206)
#C4DCD6
(196,220,214)
#CFE1DE
(207,225,222)
#DAE6E6
(218,230,230)
#E5EBEE
(229,235,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BEA6 color. Also use rgb(130,190,166) instead hex code.

Text Font Color

.myTextColor { color: #82BEA6; }

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

This text font color is #82BEA6.

Background Color

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

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

This div background color is #82BEA6.

Border color

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

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

This div border color is #82BEA6.

Opacity

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

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

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

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

This text has shadow with #82BEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BEA6.

Preview

Color preview on black background

This text has color #82BEA6 on black background.


Color preview on white background

This text has color #82BEA6 on white background.


Black color preview on #82BEA6 background

This text has black color on #82BEA6 background.


White color preview on #82BEA6 background

This text has white color on #82BEA6 background.


Related colors

Complementary color

Complementary color for #hex is #7D4159.


I love getcolorcode.com

Triadic colors

1 #A682BE and #BEA682 with #82BEA6 are triadic colors.

2 #A6BE82 and #BE82A6 with #82BEA6 are triadic colors.