COLOR #82BBA1

HEX: #82BBA1 RGB: (130,187,161)

Color info

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

RGB color model

#82BBA1 color RGB value is (130,187,161).

RGB: (130,187,161) (51%, 73%, 63%)

RGB channels and saturation

R 130 of 255 = 51%
G 187 of 255 = 73%
B 161 of 255 = 63%

130
187
161

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

Portions of RGB colors in percentages

R + G + B = 130 + 187 + 161 = 478 (100%)
R 130 of 478 ~ 27.2%
G 187 of 478 ~ 39.12%
B 161 of 478 ~ 33.68'%

%27.2
%39.12
%33.68

CMYK color model

#82BBA1 color CMYK value is (30,0,14,27).

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

CMYK: (30,0,14,27)
C30M0Y14K27 (30%, 0%, 14%, 27%)
(0.30 / 0.00 / 0.14 / 0.27)

CMYK percentages

%30.48
%0
%13.9
%26.67

Codes

Color #82BBA1 in popluar color models

82 BB A1
RGB 130 187 161
HSL 153° 29.53% 62.16%
HSB/HSV 153° 30.48% 73.33%
CMYK 30.48% 0.00% 13.90%
26.67%

Color #82BBA1 in popluar number systems.

HEX 82 BB A1
Decimal 130 187 161
Binary 10000010 10111011 10100001
Octal 202 273 241

Shades and tints

Shades of #82BBA1

#82BBA1
(130,187,161)
#77AA93
(119,170,147)
#6C9985
(108,153,133)
#618877
(97,136,119)
#567769
(86,119,105)
#4B665B
(75,102,91)
#40554D
(64,85,77)
#35443F
(53,68,63)
#2A3331
(42,51,49)
#1F2223
(31,34,35)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #82BBA1

#82BBA1
(130,187,161)
#8DC1A9
(141,193,169)
#98C7B1
(152,199,177)
#A3CDB9
(163,205,185)
#AED3C1
(174,211,193)
#B9D9C9
(185,217,201)
#C4DFD1
(196,223,209)
#CFE5D9
(207,229,217)
#DAEBE1
(218,235,225)
#E5F1E9
(229,241,233)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BBA1; }

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

This text font color is #82BBA1.

Background Color

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

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

This div background color is #82BBA1.

Border color

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

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

This div border color is #82BBA1.

Opacity

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

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

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

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

This text has shadow with #82BBA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BBA1.

Preview

Color preview on black background

This text has color #82BBA1 on black background.


Color preview on white background

This text has color #82BBA1 on white background.


Black color preview on #82BBA1 background

This text has black color on #82BBA1 background.


White color preview on #82BBA1 background

This text has white color on #82BBA1 background.


Related colors

Complementary color

Complementary color for #hex is #7D445E.


I love getcolorcode.com

Triadic colors

1 #A182BB and #BBA182 with #82BBA1 are triadic colors.

2 #A1BB82 and #BB82A1 with #82BBA1 are triadic colors.