COLOR #998ABA

HEX: #998ABA
RGB: (153,138,186)

Color info

#998ABA contains red, green and blue colors in about the same proportion. Web safe color of #998ABA is #9999CC (or #99C).

RGB color model

#998ABA color RGB value is (153,138,186).

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

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 186 of 255 = 73%

153
138
186

R + G + B ~ 62%. #998ABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 186 = 477 (100%)
R 153 of 477 ~ 32.08%
G 138 of 477 ~ 28.93%
B 186 of 477 ~ 38.99%

%32.08
%28.93
%38.99

CMYK color model

#998ABA color CMYK value is (18,26,0,27).

  • cyan value is 17.74%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(18,26,0,27)
C18M26Y0K27 
(18%,26%,0%,27%)
(0.18/0.26/0.00/0.27)	

CMYK percentages

%17.74
%25.81
%0
%27.06

Codes

Color #998ABA in popluar color models

998ABA
RGB153138186
HSL259°25.81%63.53%
HSB/HSV259°25.81%72.94%
CMYK17.74%25.81%0.00%
27.06%

Color #998ABA in popluar number systems.

HEX998ABA
Decimal153138186
Binary100110011000101010111010
Octal231212272

Shades and tints

Shades of #998ABA

#998ABA
(153,138,186)
#8C7EAA
(140,126,170)
#7F729A
(127,114,154)
#72668A
(114,102,138)
#655A7A
(101,90,122)
#584E6A
(88,78,106)
#4B425A
(75,66,90)
#3E364A
(62,54,74)
#312A3A
(49,42,58)
#241E2A
(36,30,42)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #998ABA

#998ABA
(153,138,186)
#A294C0
(162,148,192)
#AB9EC6
(171,158,198)
#B4A8CC
(180,168,204)
#BDB2D2
(189,178,210)
#C6BCD8
(198,188,216)
#CFC6DE
(207,198,222)
#D8D0E4
(216,208,228)
#E1DAEA
(225,218,234)
#EAE4F0
(234,228,240)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998ABA; }

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

This text font color is #998ABA.


Background Color

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

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

This div background color is #998ABA.


Border color

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

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

This div border color is #998ABA.


Opacity

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

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

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

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

This text has shadow with #998ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998ABA on black background.


Color preview on white background

This text has color #998ABA on white background.



Black color preview on #998ABA background

This text has black color on #998ABA background.


White color preview on #998ABA background

This text has white color on #998ABA background.