COLOR #89829D

HEX: #89829D
RGB: (137,130,157)

Color info

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

RGB color model

#89829D color RGB value is (137,130,157).

  • red value is 137;
  • green value is 130;
  • blue value is 157.
RGB:
(137,130,157)
(54%,51%,62%)

RGB channels and saturation

R 137 of 255 = 54%
G 130 of 255 = 51%
B 157 of 255 = 62%

137
130
157

R + G + B ~ 56%. #89829D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 130 + 157 = 424 (100%)
R 137 of 424 ~ 32.31%
G 130 of 424 ~ 30.66%
B 157 of 424 ~ 37.03%

%32.31
%30.66
%37.03

CMYK color model

#89829D color CMYK value is (13,17,0,38).

  • cyan value is 12.74%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(13,17,0,38)
C13M17Y0K38 
(13%,17%,0%,38%)
(0.13/0.17/0.00/0.38)	

CMYK percentages

%12.74
%17.2
%0
%38.43

Codes

Color #89829D in popluar color models

89829D
RGB137130157
HSL256°12.11%56.27%
HSB/HSV256°17.20%61.57%
CMYK12.74%17.20%0.00%
38.43%

Color #89829D in popluar number systems.

HEX89829D
Decimal137130157
Binary100010011000001010011101
Octal211202235

Shades and tints

Shades of #89829D

#89829D
(137,130,157)
#7D778F
(125,119,143)
#716C81
(113,108,129)
#656173
(101,97,115)
#595665
(89,86,101)
#4D4B57
(77,75,87)
#414049
(65,64,73)
#35353B
(53,53,59)
#292A2D
(41,42,45)
#1D1F1F
(29,31,31)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #89829D

#89829D
(137,130,157)
#938DA5
(147,141,165)
#9D98AD
(157,152,173)
#A7A3B5
(167,163,181)
#B1AEBD
(177,174,189)
#BBB9C5
(187,185,197)
#C5C4CD
(197,196,205)
#CFCFD5
(207,207,213)
#D9DADD
(217,218,221)
#E3E5E5
(227,229,229)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89829D color. Also use rgb(137,130,157) instead hex code.

Text Font Color

.myTextColor { color: #89829D; }

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

This text font color is #89829D.


Background Color

.myBgColor { background-color: #89829D; }

<div style="background-color:#89829D">Inner text</div>

This div background color is #89829D.


Border color

.myBorderColor { border: 1px solid #89829D; }

<div style="border:3px solid #89829D">Div</div>

This div border color is #89829D.


Opacity

.myOpacity80 { color: #89829D; opacity: 0.8; }

<p style="color:#89829D;opacity:0.8;">80%</p>

Text with #89829D 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 #89829D;}

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

This text has shadow with #89829D color.

.textShadow {text-shadow: 3px 3px 1px #89829D, 3px 3px 1px red;}

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

This text has shadow with #89829D primary color and red secondary color.


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

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

This text has shadow with #89829D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89829D on black background.


Color preview on white background

This text has color #89829D on white background.



Black color preview on #89829D background

This text has black color on #89829D background.


White color preview on #89829D background

This text has white color on #89829D background.