COLOR #82BBA4

HEX: #82BBA4 RGB: (130,187,164)

Color info

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

RGB color model

#82BBA4 color RGB value is (130,187,164).

RGB: (130,187,164) (51%, 73%, 64%)

RGB channels and saturation

R 130 of 255 = 51%
G 187 of 255 = 73%
B 164 of 255 = 64%

130
187
164

R + G + B ~ 63%. #82BBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 187 + 164 = 481 (100%)
R 130 of 481 ~ 27.03%
G 187 of 481 ~ 38.88%
B 164 of 481 ~ 34.1'%

%27.03
%38.88
%34.1

CMYK color model

#82BBA4 color CMYK value is (30,0,12,27).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 26.67%

CMYK: (30,0,12,27)
C30M0Y12K27 (30%, 0%, 12%, 27%)
(0.30 / 0.00 / 0.12 / 0.27)

CMYK percentages

%30.48
%0
%12.3
%26.67

Codes

Color #82BBA4 in popluar color models

82 BB A4
RGB 130 187 164
HSL 156° 29.53% 62.16%
HSB/HSV 156° 30.48% 73.33%
CMYK 30.48% 0.00% 12.30%
26.67%

Color #82BBA4 in popluar number systems.

HEX 82 BB A4
Decimal 130 187 164
Binary 10000010 10111011 10100100
Octal 202 273 244

Shades and tints

Shades of #82BBA4

#82BBA4
(130,187,164)
#77AA96
(119,170,150)
#6C9988
(108,153,136)
#61887A
(97,136,122)
#56776C
(86,119,108)
#4B665E
(75,102,94)
#405550
(64,85,80)
#354442
(53,68,66)
#2A3334
(42,51,52)
#1F2226
(31,34,38)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #82BBA4

#82BBA4
(130,187,164)
#8DC1AC
(141,193,172)
#98C7B4
(152,199,180)
#A3CDBC
(163,205,188)
#AED3C4
(174,211,196)
#B9D9CC
(185,217,204)
#C4DFD4
(196,223,212)
#CFE5DC
(207,229,220)
#DAEBE4
(218,235,228)
#E5F1EC
(229,241,236)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BBA4; }

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

This text font color is #82BBA4.

Background Color

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

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

This div background color is #82BBA4.

Border color

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

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

This div border color is #82BBA4.

Opacity

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

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

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

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

This text has shadow with #82BBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BBA4.

Preview

Color preview on black background

This text has color #82BBA4 on black background.


Color preview on white background

This text has color #82BBA4 on white background.


Black color preview on #82BBA4 background

This text has black color on #82BBA4 background.


White color preview on #82BBA4 background

This text has white color on #82BBA4 background.


Related colors

Complementary color

Complementary color for #hex is #7D445B.


I love getcolorcode.com

Triadic colors

1 #A482BB and #BBA482 with #82BBA4 are triadic colors.

2 #A4BB82 and #BB82A4 with #82BBA4 are triadic colors.