COLOR #998ABE

HEX: #998ABE RGB: (153,138,190)

Color info

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

RGB color model

#998ABE color RGB value is (153,138,190).

RGB: (153,138,190) (60%, 54%, 75%)

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 190 of 255 = 75%

153
138
190

R + G + B ~ 63%. #998ABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 138 + 190 = 481 (100%)
R 153 of 481 ~ 31.81%
G 138 of 481 ~ 28.69%
B 190 of 481 ~ 39.5'%

%31.81
%28.69
%39.5

CMYK color model

#998ABE color CMYK value is (19,27,0,25).

  • cyan value is 19.47%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (19,27,0,25)
C19M27Y0K25 (19%, 27%, 0%, 25%)
(0.19 / 0.27 / 0.00 / 0.25)

CMYK percentages

%19.47
%27.37
%0
%25.49

Codes

Color #998ABE in popluar color models

99 8A BE
RGB 153 138 190
HSL 257° 28.57% 64.31%
HSB/HSV 257° 27.37% 74.51%
CMYK 19.47% 27.37% 0.00%
25.49%

Color #998ABE in popluar number systems.

HEX 99 8A BE
Decimal 153 138 190
Binary 10011001 10001010 10111110
Octal 231 212 276

Shades and tints

Shades of #998ABE

#998ABE
(153,138,190)
#8C7EAD
(140,126,173)
#7F729C
(127,114,156)
#72668B
(114,102,139)
#655A7A
(101,90,122)
#584E69
(88,78,105)
#4B4258
(75,66,88)
#3E3647
(62,54,71)
#312A36
(49,42,54)
#241E25
(36,30,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #998ABE

#998ABE
(153,138,190)
#A294C3
(162,148,195)
#AB9EC8
(171,158,200)
#B4A8CD
(180,168,205)
#BDB2D2
(189,178,210)
#C6BCD7
(198,188,215)
#CFC6DC
(207,198,220)
#D8D0E1
(216,208,225)
#E1DAE6
(225,218,230)
#EAE4EB
(234,228,235)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998ABE; }

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

This text font color is #998ABE.

Background Color

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

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

This div background color is #998ABE.

Border color

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

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

This div border color is #998ABE.

Opacity

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

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

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

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

This text has shadow with #998ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998ABE.

Preview

Color preview on black background

This text has color #998ABE on black background.


Color preview on white background

This text has color #998ABE on white background.


Black color preview on #998ABE background

This text has black color on #998ABE background.


White color preview on #998ABE background

This text has white color on #998ABE background.


Related colors

Complementary color

Complementary color for #hex is #667541.


I love getcolorcode.com

Triadic colors

1 #BE998A and #8ABE99 with #998ABE are triadic colors.

2 #BE8A99 and #8A99BE with #998ABE are triadic colors.