COLOR #998AAE

HEX: #998AAE
RGB: (153,138,174)

Color info

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

RGB color model

#998AAE color RGB value is (153,138,174).

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

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 174 of 255 = 68%

153
138
174

R + G + B ~ 61%. #998AAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 174 = 465 (100%)
R 153 of 465 ~ 32.9%
G 138 of 465 ~ 29.68%
B 174 of 465 ~ 37.42%

%32.9
%29.68
%37.42

CMYK color model

#998AAE color CMYK value is (12,21,0,32).

  • cyan value is 12.07%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(12,21,0,32)
C12M21Y0K32 
(12%,21%,0%,32%)
(0.12/0.21/0.00/0.32)	

CMYK percentages

%12.07
%20.69
%0
%31.76

Codes

Color #998AAE in popluar color models

998AAE
RGB153138174
HSL265°18.18%61.18%
HSB/HSV265°20.69%68.24%
CMYK12.07%20.69%0.00%
31.76%

Color #998AAE in popluar number systems.

HEX998AAE
Decimal153138174
Binary100110011000101010101110
Octal231212256

Shades and tints

Shades of #998AAE

#998AAE
(153,138,174)
#8C7E9F
(140,126,159)
#7F7290
(127,114,144)
#726681
(114,102,129)
#655A72
(101,90,114)
#584E63
(88,78,99)
#4B4254
(75,66,84)
#3E3645
(62,54,69)
#312A36
(49,42,54)
#241E27
(36,30,39)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #998AAE

#998AAE
(153,138,174)
#A294B5
(162,148,181)
#AB9EBC
(171,158,188)
#B4A8C3
(180,168,195)
#BDB2CA
(189,178,202)
#C6BCD1
(198,188,209)
#CFC6D8
(207,198,216)
#D8D0DF
(216,208,223)
#E1DAE6
(225,218,230)
#EAE4ED
(234,228,237)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998AAE; }

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

This text font color is #998AAE.


Background Color

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

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

This div background color is #998AAE.


Border color

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

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

This div border color is #998AAE.


Opacity

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

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

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

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

This text has shadow with #998AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998AAE on black background.


Color preview on white background

This text has color #998AAE on white background.



Black color preview on #998AAE background

This text has black color on #998AAE background.


White color preview on #998AAE background

This text has white color on #998AAE background.