COLOR #82BA9B

HEX: #82BA9B RGB: (130,186,155)

Color info

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

RGB color model

#82BA9B color RGB value is (130,186,155).

RGB: (130,186,155) (51%, 73%, 61%)

RGB channels and saturation

R 130 of 255 = 51%
G 186 of 255 = 73%
B 155 of 255 = 61%

130
186
155

R + G + B ~ 62%. #82BA9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 186 + 155 = 471 (100%)
R 130 of 471 ~ 27.6%
G 186 of 471 ~ 39.49%
B 155 of 471 ~ 32.91'%

%27.6
%39.49
%32.91

CMYK color model

#82BA9B color CMYK value is (30,0,17,27).

  • cyan value is 30.11%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 27.06%
CMYK: (30,0,17,27) C30M0Y17K27 (30%,0%,17%,27%) (0.30/0.00/0.17/0.27) 

CMYK percentages

%30.11
%0
%16.67
%27.06

Codes

Color #82BA9B in popluar color models

82 BA 9B
RGB 130 186 155
HSL 147° 28.87% 61.96%
HSB/HSV 147° 30.11% 72.94%
CMYK 30.11% 0.00% 16.67%
27.06%

Color #82BA9B in popluar number systems.

HEX 82 BA 9B
Decimal 130 186 155
Binary 10000010 10111010 10011011
Octal 202 272 233

Shades and tints

Shades of #82BA9B

#82BA9B
(130,186,155)
#77AA8D
(119,170,141)
#6C9A7F
(108,154,127)
#618A71
(97,138,113)
#567A63
(86,122,99)
#4B6A55
(75,106,85)
#405A47
(64,90,71)
#354A39
(53,74,57)
#2A3A2B
(42,58,43)
#1F2A1D
(31,42,29)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #82BA9B

#82BA9B
(130,186,155)
#8DC0A4
(141,192,164)
#98C6AD
(152,198,173)
#A3CCB6
(163,204,182)
#AED2BF
(174,210,191)
#B9D8C8
(185,216,200)
#C4DED1
(196,222,209)
#CFE4DA
(207,228,218)
#DAEAE3
(218,234,227)
#E5F0EC
(229,240,236)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BA9B color. Also use rgb(130,186,155) instead hex code.

Text Font Color

.myTextColor { color: #82BA9B; }

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

This text font color is #82BA9B.

Background Color

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

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

This div background color is #82BA9B.

Border color

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

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

This div border color is #82BA9B.

Opacity

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

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

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

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

This text has shadow with #82BA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BA9B.

Preview

Color preview on black background

This text has color #82BA9B on black background.


Color preview on white background

This text has color #82BA9B on white background.


Black color preview on #82BA9B background

This text has black color on #82BA9B background.


White color preview on #82BA9B background

This text has white color on #82BA9B background.


Related colors

Complementary color

Complementary color for #hex is #7D4564.


I love getcolorcode.com

Triadic colors

1 #9B82BA and #BA9B82 with #82BA9B are triadic colors.

2 #9BBA82 and #BA829B with #82BA9B are triadic colors.