COLOR #82ACBE

HEX: #82ACBE RGB: (130,172,190)

Color info

#82ACBE contains mainly green and blue colors. Web safe color of #82ACBE is #9999CC (or #99C).

RGB color model

#82ACBE color RGB value is (130,172,190).

RGB: (130,172,190) (51%, 67%, 75%)

RGB channels and saturation

R 130 of 255 = 51%
G 172 of 255 = 67%
B 190 of 255 = 75%

130
172
190

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

Portions of RGB colors in percentages

R + G + B = 130 + 172 + 190 = 492 (100%)
R 130 of 492 ~ 26.42%
G 172 of 492 ~ 34.96%
B 190 of 492 ~ 38.62'%

%26.42
%34.96
%38.62

CMYK color model

#82ACBE color CMYK value is (32,9,0,25).

  • cyan value is 31.58%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (32,9,0,25)
C32M9Y0K25 (32%, 9%, 0%, 25%)
(0.32 / 0.09 / 0.00 / 0.25)

CMYK percentages

%31.58
%9.47
%0
%25.49

Codes

Color #82ACBE in popluar color models

82 AC BE
RGB 130 172 190
HSL 198° 31.58% 62.75%
HSB/HSV 198° 31.58% 74.51%
CMYK 31.58% 9.47% 0.00%
25.49%

Color #82ACBE in popluar number systems.

HEX 82 AC BE
Decimal 130 172 190
Binary 10000010 10101100 10111110
Octal 202 254 276

Shades and tints

Shades of #82ACBE

#82ACBE
(130,172,190)
#779DAD
(119,157,173)
#6C8E9C
(108,142,156)
#617F8B
(97,127,139)
#56707A
(86,112,122)
#4B6169
(75,97,105)
#405258
(64,82,88)
#354347
(53,67,71)
#2A3436
(42,52,54)
#1F2525
(31,37,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #82ACBE

#82ACBE
(130,172,190)
#8DB3C3
(141,179,195)
#98BAC8
(152,186,200)
#A3C1CD
(163,193,205)
#AEC8D2
(174,200,210)
#B9CFD7
(185,207,215)
#C4D6DC
(196,214,220)
#CFDDE1
(207,221,225)
#DAE4E6
(218,228,230)
#E5EBEB
(229,235,235)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ACBE; }

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

This text font color is #82ACBE.

Background Color

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

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

This div background color is #82ACBE.

Border color

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

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

This div border color is #82ACBE.

Opacity

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

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

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

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

This text has shadow with #82ACBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82ACBE.

Preview

Color preview on black background

This text has color #82ACBE on black background.


Color preview on white background

This text has color #82ACBE on white background.


Black color preview on #82ACBE background

This text has black color on #82ACBE background.


White color preview on #82ACBE background

This text has white color on #82ACBE background.


Related colors

Complementary color

Complementary color for #hex is #7D5341.


I love getcolorcode.com

Triadic colors

1 #BE82AC and #ACBE82 with #82ACBE are triadic colors.

2 #BEAC82 and #AC82BE with #82ACBE are triadic colors.