COLOR #82BBAC

HEX: #82BBAC RGB: (130,187,172)

Color info

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

RGB color model

#82BBAC color RGB value is (130,187,172).

RGB: (130,187,172) (51%, 73%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 187 of 255 = 73%
B 172 of 255 = 67%

130
187
172

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

Portions of RGB colors in percentages

R + G + B = 130 + 187 + 172 = 489 (100%)
R 130 of 489 ~ 26.58%
G 187 of 489 ~ 38.24%
B 172 of 489 ~ 35.17'%

%26.58
%38.24
%35.17

CMYK color model

#82BBAC color CMYK value is (30,0,8,27).

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

CMYK: (30,0,8,27)
C30M0Y8K27 (30%, 0%, 8%, 27%)
(0.30 / 0.00 / 0.08 / 0.27)

CMYK percentages

%30.48
%0
%8.02
%26.67

Codes

Color #82BBAC in popluar color models

82 BB AC
RGB 130 187 172
HSL 164° 29.53% 62.16%
HSB/HSV 164° 30.48% 73.33%
CMYK 30.48% 0.00% 8.02%
26.67%

Color #82BBAC in popluar number systems.

HEX 82 BB AC
Decimal 130 187 172
Binary 10000010 10111011 10101100
Octal 202 273 254

Shades and tints

Shades of #82BBAC

#82BBAC
(130,187,172)
#77AA9D
(119,170,157)
#6C998E
(108,153,142)
#61887F
(97,136,127)
#567770
(86,119,112)
#4B6661
(75,102,97)
#405552
(64,85,82)
#354443
(53,68,67)
#2A3334
(42,51,52)
#1F2225
(31,34,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #82BBAC

#82BBAC
(130,187,172)
#8DC1B3
(141,193,179)
#98C7BA
(152,199,186)
#A3CDC1
(163,205,193)
#AED3C8
(174,211,200)
#B9D9CF
(185,217,207)
#C4DFD6
(196,223,214)
#CFE5DD
(207,229,221)
#DAEBE4
(218,235,228)
#E5F1EB
(229,241,235)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BBAC; }

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

This text font color is #82BBAC.

Background Color

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

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

This div background color is #82BBAC.

Border color

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

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

This div border color is #82BBAC.

Opacity

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

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

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

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

This text has shadow with #82BBAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BBAC.

Preview

Color preview on black background

This text has color #82BBAC on black background.


Color preview on white background

This text has color #82BBAC on white background.


Black color preview on #82BBAC background

This text has black color on #82BBAC background.


White color preview on #82BBAC background

This text has white color on #82BBAC background.


Related colors

Complementary color

Complementary color for #hex is #7D4453.


I love getcolorcode.com

Triadic colors

1 #AC82BB and #BBAC82 with #82BBAC are triadic colors.

2 #ACBB82 and #BB82AC with #82BBAC are triadic colors.