COLOR #82BDAF

HEX: #82BDAF RGB: (130,189,175)

Color info

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

RGB color model

#82BDAF color RGB value is (130,189,175).

RGB: (130,189,175) (51%, 74%, 69%)

RGB channels and saturation

R 130 of 255 = 51%
G 189 of 255 = 74%
B 175 of 255 = 69%

130
189
175

R + G + B ~ 65%. #82BDAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 189 + 175 = 494 (100%)
R 130 of 494 ~ 26.32%
G 189 of 494 ~ 38.26%
B 175 of 494 ~ 35.43'%

%26.32
%38.26
%35.43

CMYK color model

#82BDAF color CMYK value is (31,0,7,26).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 25.88%

CMYK: (31,0,7,26)
C31M0Y7K26 (31%, 0%, 7%, 26%)
(0.31 / 0.00 / 0.07 / 0.26)

CMYK percentages

%31.22
%0
%7.41
%25.88

Codes

Color #82BDAF in popluar color models

82 BD AF
RGB 130 189 175
HSL 166° 30.89% 62.55%
HSB/HSV 166° 31.22% 74.12%
CMYK 31.22% 0.00% 7.41%
25.88%

Color #82BDAF in popluar number systems.

HEX 82 BD AF
Decimal 130 189 175
Binary 10000010 10111101 10101111
Octal 202 275 257

Shades and tints

Shades of #82BDAF

#82BDAF
(130,189,175)
#77ACA0
(119,172,160)
#6C9B91
(108,155,145)
#618A82
(97,138,130)
#567973
(86,121,115)
#4B6864
(75,104,100)
#405755
(64,87,85)
#354646
(53,70,70)
#2A3537
(42,53,55)
#1F2428
(31,36,40)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #82BDAF

#82BDAF
(130,189,175)
#8DC3B6
(141,195,182)
#98C9BD
(152,201,189)
#A3CFC4
(163,207,196)
#AED5CB
(174,213,203)
#B9DBD2
(185,219,210)
#C4E1D9
(196,225,217)
#CFE7E0
(207,231,224)
#DAEDE7
(218,237,231)
#E5F3EE
(229,243,238)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BDAF color. Also use rgb(130,189,175) instead hex code.

Text Font Color

.myTextColor { color: #82BDAF; }

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

This text font color is #82BDAF.

Background Color

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

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

This div background color is #82BDAF.

Border color

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

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

This div border color is #82BDAF.

Opacity

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

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

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

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

This text has shadow with #82BDAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BDAF.

Preview

Color preview on black background

This text has color #82BDAF on black background.


Color preview on white background

This text has color #82BDAF on white background.


Black color preview on #82BDAF background

This text has black color on #82BDAF background.


White color preview on #82BDAF background

This text has white color on #82BDAF background.


Related colors

Complementary color

Complementary color for #hex is #7D4250.


I love getcolorcode.com

Triadic colors

1 #AF82BD and #BDAF82 with #82BDAF are triadic colors.

2 #AFBD82 and #BD82AF with #82BDAF are triadic colors.