COLOR #82948F

HEX: #82948F RGB: (130,148,143)

Color info

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

RGB color model

#82948F color RGB value is (130,148,143).

RGB: (130,148,143) (51%, 58%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 143 of 255 = 56%

130
148
143

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

Portions of RGB colors in percentages

R + G + B = 130 + 148 + 143 = 421 (100%)
R 130 of 421 ~ 30.88%
G 148 of 421 ~ 35.15%
B 143 of 421 ~ 33.97'%

%30.88
%35.15
%33.97

CMYK color model

#82948F color CMYK value is (12,0,3,42).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 41.96%

CMYK: (12,0,3,42)
C12M0Y3K42 (12%, 0%, 3%, 42%)
(0.12 / 0.00 / 0.03 / 0.42)

CMYK percentages

%12.16
%0
%3.38
%41.96

Codes

Color #82948F in popluar color models

82 94 8F
RGB 130 148 143
HSL 163° 7.76% 54.51%
HSB/HSV 163° 12.16% 58.04%
CMYK 12.16% 0.00% 3.38%
41.96%

Color #82948F in popluar number systems.

HEX 82 94 8F
Decimal 130 148 143
Binary 10000010 10010100 10001111
Octal 202 224 217

Shades and tints

Shades of #82948F

#82948F
(130,148,143)
#778782
(119,135,130)
#6C7A75
(108,122,117)
#616D68
(97,109,104)
#56605B
(86,96,91)
#4B534E
(75,83,78)
#404641
(64,70,65)
#353934
(53,57,52)
#2A2C27
(42,44,39)
#1F1F1A
(31,31,26)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #82948F

#82948F
(130,148,143)
#8D9D99
(141,157,153)
#98A6A3
(152,166,163)
#A3AFAD
(163,175,173)
#AEB8B7
(174,184,183)
#B9C1C1
(185,193,193)
#C4CACB
(196,202,203)
#CFD3D5
(207,211,213)
#DADCDF
(218,220,223)
#E5E5E9
(229,229,233)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82948F; }

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

This text font color is #82948F.

Background Color

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

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

This div background color is #82948F.

Border color

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

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

This div border color is #82948F.

Opacity

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

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

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

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

This text has shadow with #82948F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82948F.

Preview

Color preview on black background

This text has color #82948F on black background.


Color preview on white background

This text has color #82948F on white background.


Black color preview on #82948F background

This text has black color on #82948F background.


White color preview on #82948F background

This text has white color on #82948F background.


Related colors

Complementary color

Complementary color for #hex is #7D6B70.


I love getcolorcode.com

Triadic colors

1 #8F8294 and #948F82 with #82948F are triadic colors.

2 #8F9482 and #94828F with #82948F are triadic colors.