COLOR #82B899

HEX: #82B899 RGB: (130,184,153)

Color info

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

RGB color model

#82B899 color RGB value is (130,184,153).

RGB: (130,184,153) (51%, 72%, 60%)

RGB channels and saturation

R 130 of 255 = 51%
G 184 of 255 = 72%
B 153 of 255 = 60%

130
184
153

R + G + B ~ 61%. #82B899 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 184 + 153 = 467 (100%)
R 130 of 467 ~ 27.84%
G 184 of 467 ~ 39.4%
B 153 of 467 ~ 32.76'%

%27.84
%39.4
%32.76

CMYK color model

#82B899 color CMYK value is (29,0,17,28).

  • cyan value is 29.35%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 27.84%

CMYK: (29,0,17,28)
C29M0Y17K28 (29%, 0%, 17%, 28%)
(0.29 / 0.00 / 0.17 / 0.28)

CMYK percentages

%29.35
%0
%16.85
%27.84

Codes

Color #82B899 in popluar color models

82 B8 99
RGB 130 184 153
HSL 146° 27.55% 61.57%
HSB/HSV 146° 29.35% 72.16%
CMYK 29.35% 0.00% 16.85%
27.84%

Color #82B899 in popluar number systems.

HEX 82 B8 99
Decimal 130 184 153
Binary 10000010 10111000 10011001
Octal 202 270 231

Shades and tints

Shades of #82B899

#82B899
(130,184,153)
#77A88C
(119,168,140)
#6C987F
(108,152,127)
#618872
(97,136,114)
#567865
(86,120,101)
#4B6858
(75,104,88)
#40584B
(64,88,75)
#35483E
(53,72,62)
#2A3831
(42,56,49)
#1F2824
(31,40,36)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #82B899

#82B899
(130,184,153)
#8DBEA2
(141,190,162)
#98C4AB
(152,196,171)
#A3CAB4
(163,202,180)
#AED0BD
(174,208,189)
#B9D6C6
(185,214,198)
#C4DCCF
(196,220,207)
#CFE2D8
(207,226,216)
#DAE8E1
(218,232,225)
#E5EEEA
(229,238,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B899 color. Also use rgb(130,184,153) instead hex code.

Text Font Color

.myTextColor { color: #82B899; }

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

This text font color is #82B899.

Background Color

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

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

This div background color is #82B899.

Border color

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

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

This div border color is #82B899.

Opacity

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

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

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

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

This text has shadow with #82B899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B899.

Preview

Color preview on black background

This text has color #82B899 on black background.


Color preview on white background

This text has color #82B899 on white background.


Black color preview on #82B899 background

This text has black color on #82B899 background.


White color preview on #82B899 background

This text has white color on #82B899 background.


Related colors

Complementary color

Complementary color for #hex is #7D4766.


I love getcolorcode.com

Triadic colors

1 #9982B8 and #B89982 with #82B899 are triadic colors.

2 #99B882 and #B88299 with #82B899 are triadic colors.