COLOR #998AA9

HEX: #998AA9
RGB: (153,138,169)

Color info

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

RGB color model

#998AA9 color RGB value is (153,138,169).

  • red value is 153;
  • green value is 138;
  • blue value is 169.
RGB:
(153,138,169)
(60%,54%,66%)

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 169 of 255 = 66%

153
138
169

R + G + B ~ 60%. #998AA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 169 = 460 (100%)
R 153 of 460 ~ 33.26%
G 138 of 460 ~ 30%
B 169 of 460 ~ 36.74%

%33.26
%30
%36.74

CMYK color model

#998AA9 color CMYK value is (9,18,0,34).

  • cyan value is 9.47%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(9,18,0,34)
C9M18Y0K34 
(9%,18%,0%,34%)
(0.09/0.18/0.00/0.34)	

CMYK percentages

%9.47
%18.34
%0
%33.73

Codes

Color #998AA9 in popluar color models

998AA9
RGB153138169
HSL269°15.27%60.20%
HSB/HSV269°18.34%66.27%
CMYK9.47%18.34%0.00%
33.73%

Color #998AA9 in popluar number systems.

HEX998AA9
Decimal153138169
Binary100110011000101010101001
Octal231212251

Shades and tints

Shades of #998AA9

#998AA9
(153,138,169)
#8C7E9A
(140,126,154)
#7F728B
(127,114,139)
#72667C
(114,102,124)
#655A6D
(101,90,109)
#584E5E
(88,78,94)
#4B424F
(75,66,79)
#3E3640
(62,54,64)
#312A31
(49,42,49)
#241E22
(36,30,34)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #998AA9

#998AA9
(153,138,169)
#A294B0
(162,148,176)
#AB9EB7
(171,158,183)
#B4A8BE
(180,168,190)
#BDB2C5
(189,178,197)
#C6BCCC
(198,188,204)
#CFC6D3
(207,198,211)
#D8D0DA
(216,208,218)
#E1DAE1
(225,218,225)
#EAE4E8
(234,228,232)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998AA9 color. Also use rgb(153,138,169) instead hex code.

Text Font Color

.myTextColor { color: #998AA9; }

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

This text font color is #998AA9.


Background Color

.myBgColor { background-color: #998AA9; }

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

This div background color is #998AA9.


Border color

.myBorderColor { border: 1px solid #998AA9; }

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

This div border color is #998AA9.


Opacity

.myOpacity80 { color: #998AA9; opacity: 0.8; }

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

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

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

This text has shadow with #998AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998AA9 on black background.


Color preview on white background

This text has color #998AA9 on white background.



Black color preview on #998AA9 background

This text has black color on #998AA9 background.


White color preview on #998AA9 background

This text has white color on #998AA9 background.