COLOR #998089

HEX: #998089
RGB: (153,128,137)

Color info

#998089 contains red, green and blue colors in about the same proportion. Web safe color of #998089 is #996699 (or #969).

RGB color model

#998089 color RGB value is (153,128,137).

  • red value is 153;
  • green value is 128;
  • blue value is 137.
RGB:
(153,128,137)
(60%,50%,54%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 137 of 255 = 54%

153
128
137

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

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 137 = 418 (100%)
R 153 of 418 ~ 36.6%
G 128 of 418 ~ 30.62%
B 137 of 418 ~ 32.78%

%36.6
%30.62
%32.78

CMYK color model

#998089 color CMYK value is (0,16,10,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(0,16,10,40)
C0M16Y10K40 
(0%,16%,10%,40%)
(0.00/0.16/0.10/0.40)	

CMYK percentages

%0
%16.34
%10.46
%40

Codes

Color #998089 in popluar color models

998089
RGB153128137
HSL338°10.92%55.10%
HSB/HSV338°16.34%60.00%
CMYK0.00%16.34%10.46%
40.00%

Color #998089 in popluar number systems.

HEX998089
Decimal153128137
Binary100110011000000010001001
Octal231200211

Shades and tints

Shades of #998089

#998089
(153,128,137)
#8C757D
(140,117,125)
#7F6A71
(127,106,113)
#725F65
(114,95,101)
#655459
(101,84,89)
#58494D
(88,73,77)
#4B3E41
(75,62,65)
#3E3335
(62,51,53)
#312829
(49,40,41)
#241D1D
(36,29,29)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #998089

#998089
(153,128,137)
#A28B93
(162,139,147)
#AB969D
(171,150,157)
#B4A1A7
(180,161,167)
#BDACB1
(189,172,177)
#C6B7BB
(198,183,187)
#CFC2C5
(207,194,197)
#D8CDCF
(216,205,207)
#E1D8D9
(225,216,217)
#EAE3E3
(234,227,227)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998089 color. Also use rgb(153,128,137) instead hex code.

Text Font Color

.myTextColor { color: #998089; }

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

This text font color is #998089.


Background Color

.myBgColor { background-color: #998089; }

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

This div background color is #998089.


Border color

.myBorderColor { border: 1px solid #998089; }

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

This div border color is #998089.


Opacity

.myOpacity80 { color: #998089; opacity: 0.8; }

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

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

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

This text has shadow with #998089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998089 on black background.


Color preview on white background

This text has color #998089 on white background.



Black color preview on #998089 background

This text has black color on #998089 background.


White color preview on #998089 background

This text has white color on #998089 background.