COLOR #82908F

HEX: #82908F RGB: (130,144,143)

Color info

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

RGB color model

#82908F color RGB value is (130,144,143).

RGB: (130,144,143) (51%, 56%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 143 of 255 = 56%

130
144
143

R + G + B ~ 54%. #82908F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 144 + 143 = 417 (100%)
R 130 of 417 ~ 31.18%
G 144 of 417 ~ 34.53%
B 143 of 417 ~ 34.29'%

%31.18
%34.53
%34.29

CMYK color model

#82908F color CMYK value is (10,0,1,44).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 0.69%
  • key color value is 43.53%

CMYK: (10,0,1,44)
C10M0Y1K44 (10%, 0%, 1%, 44%)
(0.10 / 0.00 / 0.01 / 0.44)

CMYK percentages

%9.72
%0
%0.69
%43.53

Codes

Color #82908F in popluar color models

82 90 8F
RGB 130 144 143
HSL 176° 5.93% 53.73%
HSB/HSV 176° 9.72% 56.47%
CMYK 9.72% 0.00% 0.69%
43.53%

Color #82908F in popluar number systems.

HEX 82 90 8F
Decimal 130 144 143
Binary 10000010 10010000 10001111
Octal 202 220 217

Shades and tints

Shades of #82908F

#82908F
(130,144,143)
#778382
(119,131,130)
#6C7675
(108,118,117)
#616968
(97,105,104)
#565C5B
(86,92,91)
#4B4F4E
(75,79,78)
#404241
(64,66,65)
#353534
(53,53,52)
#2A2827
(42,40,39)
#1F1B1A
(31,27,26)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #82908F

#82908F
(130,144,143)
#8D9A99
(141,154,153)
#98A4A3
(152,164,163)
#A3AEAD
(163,174,173)
#AEB8B7
(174,184,183)
#B9C2C1
(185,194,193)
#C4CCCB
(196,204,203)
#CFD6D5
(207,214,213)
#DAE0DF
(218,224,223)
#E5EAE9
(229,234,233)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82908F color. Also use rgb(130,144,143) instead hex code.

Text Font Color

.myTextColor { color: #82908F; }

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

This text font color is #82908F.

Background Color

.myBgColor { background-color: #82908F; }

<div style="background-color:#82908F">Inner text</div>

This div background color is #82908F.

Border color

.myBorderColor { border: 1px solid #82908F; }

<div style="border:3px solid #82908F">Div</div>

This div border color is #82908F.

Opacity

.myOpacity80 { color: #82908F; opacity: 0.8; }

<p style="color:#82908F;opacity:0.8;">80%</p>

Text with #82908F 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 #82908F;}

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

This text has shadow with #82908F color.


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

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

This text has shadow with #82908F primary color and red secondary color.


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

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

This text has shadow with #82908F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82908F.

Preview

Color preview on black background

This text has color #82908F on black background.


Color preview on white background

This text has color #82908F on white background.


Black color preview on #82908F background

This text has black color on #82908F background.


White color preview on #82908F background

This text has white color on #82908F background.


Related colors

Complementary color

Complementary color for #hex is #7D6F70.


I love getcolorcode.com

Triadic colors

1 #8F8290 and #908F82 with #82908F are triadic colors.

2 #8F9082 and #90828F with #82908F are triadic colors.