COLOR #998091

HEX: #998091
RGB: (153,128,145)

Color info

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

RGB color model

#998091 color RGB value is (153,128,145).

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

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 145 of 255 = 57%

153
128
145

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

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 145 = 426 (100%)
R 153 of 426 ~ 35.92%
G 128 of 426 ~ 30.05%
B 145 of 426 ~ 34.04%

%35.92
%30.05
%34.04

CMYK color model

#998091 color CMYK value is (0,16,5,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(0,16,5,40)
C0M16Y5K40 
(0%,16%,5%,40%)
(0.00/0.16/0.05/0.40)	

CMYK percentages

%0
%16.34
%5.23
%40

Codes

Color #998091 in popluar color models

998091
RGB153128145
HSL319°10.92%55.10%
HSB/HSV319°16.34%60.00%
CMYK0.00%16.34%5.23%
40.00%

Color #998091 in popluar number systems.

HEX998091
Decimal153128145
Binary100110011000000010010001
Octal231200221

Shades and tints

Shades of #998091

#998091
(153,128,145)
#8C7584
(140,117,132)
#7F6A77
(127,106,119)
#725F6A
(114,95,106)
#65545D
(101,84,93)
#584950
(88,73,80)
#4B3E43
(75,62,67)
#3E3336
(62,51,54)
#312829
(49,40,41)
#241D1C
(36,29,28)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #998091

#998091
(153,128,145)
#A28B9B
(162,139,155)
#AB96A5
(171,150,165)
#B4A1AF
(180,161,175)
#BDACB9
(189,172,185)
#C6B7C3
(198,183,195)
#CFC2CD
(207,194,205)
#D8CDD7
(216,205,215)
#E1D8E1
(225,216,225)
#EAE3EB
(234,227,235)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998091; }

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

This text font color is #998091.


Background Color

.myBgColor { background-color: #998091; }

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

This div background color is #998091.


Border color

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

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

This div border color is #998091.


Opacity

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

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

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

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

This text has shadow with #998091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998091 on black background.


Color preview on white background

This text has color #998091 on white background.



Black color preview on #998091 background

This text has black color on #998091 background.


White color preview on #998091 background

This text has white color on #998091 background.