COLOR #998098

HEX: #998098
RGB: (153,128,152)

Color info

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

RGB color model

#998098 color RGB value is (153,128,152).

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

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 152 of 255 = 60%

153
128
152

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

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 152 = 433 (100%)
R 153 of 433 ~ 35.33%
G 128 of 433 ~ 29.56%
B 152 of 433 ~ 35.1%

%35.33
%29.56
%35.1

CMYK color model

#998098 color CMYK value is (0,16,1,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 0.65%
  • key color value is 40.00%
CMYK:
(0,16,1,40)
C0M16Y1K40 
(0%,16%,1%,40%)
(0.00/0.16/0.01/0.40)	

CMYK percentages

%0
%16.34
%0.65
%40

Codes

Color #998098 in popluar color models

998098
RGB153128152
HSL302°10.92%55.10%
HSB/HSV302°16.34%60.00%
CMYK0.00%16.34%0.65%
40.00%

Color #998098 in popluar number systems.

HEX998098
Decimal153128152
Binary100110011000000010011000
Octal231200230

Shades and tints

Shades of #998098

#998098
(153,128,152)
#8C758B
(140,117,139)
#7F6A7E
(127,106,126)
#725F71
(114,95,113)
#655464
(101,84,100)
#584957
(88,73,87)
#4B3E4A
(75,62,74)
#3E333D
(62,51,61)
#312830
(49,40,48)
#241D23
(36,29,35)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #998098

#998098
(153,128,152)
#A28BA1
(162,139,161)
#AB96AA
(171,150,170)
#B4A1B3
(180,161,179)
#BDACBC
(189,172,188)
#C6B7C5
(198,183,197)
#CFC2CE
(207,194,206)
#D8CDD7
(216,205,215)
#E1D8E0
(225,216,224)
#EAE3E9
(234,227,233)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998098; }

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

This text font color is #998098.


Background Color

.myBgColor { background-color: #998098; }

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

This div background color is #998098.


Border color

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

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

This div border color is #998098.


Opacity

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

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

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

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

This text has shadow with #998098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998098 on black background.


Color preview on white background

This text has color #998098 on white background.



Black color preview on #998098 background

This text has black color on #998098 background.


White color preview on #998098 background

This text has white color on #998098 background.