COLOR #82AB98

HEX: #82AB98 RGB: (130,171,152)

Color info

#82AB98 contains red, green and blue colors in about the same proportion. Web safe color of #82AB98 is #999999 (or #999).

RGB color model

#82AB98 color RGB value is (130,171,152).

RGB: (130,171,152) (51%, 67%, 60%)

RGB channels and saturation

R 130 of 255 = 51%
G 171 of 255 = 67%
B 152 of 255 = 60%

130
171
152

R + G + B ~ 59%. #82AB98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 171 + 152 = 453 (100%)
R 130 of 453 ~ 28.7%
G 171 of 453 ~ 37.75%
B 152 of 453 ~ 33.55'%

%28.7
%37.75
%33.55

CMYK color model

#82AB98 color CMYK value is (24,0,11,33).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 32.94%

CMYK: (24,0,11,33)
C24M0Y11K33 (24%, 0%, 11%, 33%)
(0.24 / 0.00 / 0.11 / 0.33)

CMYK percentages

%23.98
%0
%11.11
%32.94

Codes

Color #82AB98 in popluar color models

82 AB 98
RGB 130 171 152
HSL 152° 19.62% 59.02%
HSB/HSV 152° 23.98% 67.06%
CMYK 23.98% 0.00% 11.11%
32.94%

Color #82AB98 in popluar number systems.

HEX 82 AB 98
Decimal 130 171 152
Binary 10000010 10101011 10011000
Octal 202 253 230

Shades and tints

Shades of #82AB98

#82AB98
(130,171,152)
#779C8B
(119,156,139)
#6C8D7E
(108,141,126)
#617E71
(97,126,113)
#566F64
(86,111,100)
#4B6057
(75,96,87)
#40514A
(64,81,74)
#35423D
(53,66,61)
#2A3330
(42,51,48)
#1F2423
(31,36,35)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #82AB98

#82AB98
(130,171,152)
#8DB2A1
(141,178,161)
#98B9AA
(152,185,170)
#A3C0B3
(163,192,179)
#AEC7BC
(174,199,188)
#B9CEC5
(185,206,197)
#C4D5CE
(196,213,206)
#CFDCD7
(207,220,215)
#DAE3E0
(218,227,224)
#E5EAE9
(229,234,233)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AB98 color. Also use rgb(130,171,152) instead hex code.

Text Font Color

.myTextColor { color: #82AB98; }

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

This text font color is #82AB98.

Background Color

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

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

This div background color is #82AB98.

Border color

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

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

This div border color is #82AB98.

Opacity

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

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

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

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

This text has shadow with #82AB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82AB98.

Preview

Color preview on black background

This text has color #82AB98 on black background.


Color preview on white background

This text has color #82AB98 on white background.


Black color preview on #82AB98 background

This text has black color on #82AB98 background.


White color preview on #82AB98 background

This text has white color on #82AB98 background.


Related colors

Complementary color

Complementary color for #hex is #7D5467.


I love getcolorcode.com

Triadic colors

1 #9882AB and #AB9882 with #82AB98 are triadic colors.

2 #98AB82 and #AB8298 with #82AB98 are triadic colors.