COLOR #82889E

HEX: #82889E
RGB: (130,136,158)

Color info

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

RGB color model

#82889E color RGB value is (130,136,158).

  • red value is 130;
  • green value is 136;
  • blue value is 158.
RGB:
(130,136,158)
(51%,53%,62%)

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 158 of 255 = 62%

130
136
158

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

Portions of RGB colors in percentages

R + G + B =
130 + 136 + 158 = 424 (100%)
R 130 of 424 ~ 30.66%
G 136 of 424 ~ 32.08%
B 158 of 424 ~ 37.26%

%30.66
%32.08
%37.26

CMYK color model

#82889E color CMYK value is (18,14,0,38).

  • cyan value is 17.72%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(18,14,0,38)
C18M14Y0K38 
(18%,14%,0%,38%)
(0.18/0.14/0.00/0.38)	

CMYK percentages

%17.72
%13.92
%0
%38.04

Codes

Color #82889E in popluar color models

82889E
RGB130136158
HSL227°12.61%56.47%
HSB/HSV227°17.72%61.96%
CMYK17.72%13.92%0.00%
38.04%

Color #82889E in popluar number systems.

HEX82889E
Decimal130136158
Binary100000101000100010011110
Octal202210236

Shades and tints

Shades of #82889E

#82889E
(130,136,158)
#777C90
(119,124,144)
#6C7082
(108,112,130)
#616474
(97,100,116)
#565866
(86,88,102)
#4B4C58
(75,76,88)
#40404A
(64,64,74)
#35343C
(53,52,60)
#2A282E
(42,40,46)
#1F1C20
(31,28,32)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #82889E

#82889E
(130,136,158)
#8D92A6
(141,146,166)
#989CAE
(152,156,174)
#A3A6B6
(163,166,182)
#AEB0BE
(174,176,190)
#B9BAC6
(185,186,198)
#C4C4CE
(196,196,206)
#CFCED6
(207,206,214)
#DAD8DE
(218,216,222)
#E5E2E6
(229,226,230)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82889E color. Also use rgb(130,136,158) instead hex code.

Text Font Color

.myTextColor { color: #82889E; }

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

This text font color is #82889E.


Background Color

.myBgColor { background-color: #82889E; }

<div style="background-color:#82889E">Inner text</div>

This div background color is #82889E.


Border color

.myBorderColor { border: 1px solid #82889E; }

<div style="border:3px solid #82889E">Div</div>

This div border color is #82889E.


Opacity

.myOpacity80 { color: #82889E; opacity: 0.8; }

<p style="color:#82889E;opacity:0.8;">80%</p>

Text with #82889E 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 #82889E;}

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

This text has shadow with #82889E color.

.textShadow {text-shadow: 3px 3px 1px #82889E, 3px 3px 1px red;}

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

This text has shadow with #82889E primary color and red secondary color.


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

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

This text has shadow with #82889E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82889E;
-webkit-box-shadow: 1px 1px 3px 2px #82889E;
box-shadow:1px 1px 3px 2px #82889E;">
Div content here</div>
This div box has shadow with color #82889E.

Preview

Color preview on black background

This text has color #82889E on black background.


Color preview on white background

This text has color #82889E on white background.



Black color preview on #82889E background

This text has black color on #82889E background.


White color preview on #82889E background

This text has white color on #82889E background.