COLOR #998ABB

HEX: #998ABB RGB: (153,138,187)

Color info

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

RGB color model

#998ABB color RGB value is (153,138,187).

RGB: (153,138,187) (60%, 54%, 73%)

RGB channels and saturation

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

153
138
187

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

Portions of RGB colors in percentages

R + G + B = 153 + 138 + 187 = 478 (100%)
R 153 of 478 ~ 32.01%
G 138 of 478 ~ 28.87%
B 187 of 478 ~ 39.12'%

%32.01
%28.87
%39.12

CMYK color model

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

  • cyan value is 18.18%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (18,26,0,27)
C18M26Y0K27 (18%, 26%, 0%, 27%)
(0.18 / 0.26 / 0.00 / 0.27)

CMYK percentages

%18.18
%26.2
%0
%26.67

Codes

Color #998ABB in popluar color models

99 8A BB
RGB 153 138 187
HSL 258° 26.49% 63.73%
HSB/HSV 258° 26.20% 73.33%
CMYK 18.18% 26.20% 0.00%
26.67%

Color #998ABB in popluar number systems.

HEX 99 8A BB
Decimal 153 138 187
Binary 10011001 10001010 10111011
Octal 231 212 273

Shades and tints

Shades of #998ABB

#998ABB
(153,138,187)
#8C7EAA
(140,126,170)
#7F7299
(127,114,153)
#726688
(114,102,136)
#655A77
(101,90,119)
#584E66
(88,78,102)
#4B4255
(75,66,85)
#3E3644
(62,54,68)
#312A33
(49,42,51)
#241E22
(36,30,34)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #998ABB

#998ABB
(153,138,187)
#A294C1
(162,148,193)
#AB9EC7
(171,158,199)
#B4A8CD
(180,168,205)
#BDB2D3
(189,178,211)
#C6BCD9
(198,188,217)
#CFC6DF
(207,198,223)
#D8D0E5
(216,208,229)
#E1DAEB
(225,218,235)
#EAE4F1
(234,228,241)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998ABB; }

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

This text font color is #998ABB.

Background Color

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

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

This div background color is #998ABB.

Border color

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

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

This div border color is #998ABB.

Opacity

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

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

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

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

This text has shadow with #998ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998ABB.

Preview

Color preview on black background

This text has color #998ABB on black background.


Color preview on white background

This text has color #998ABB on white background.


Black color preview on #998ABB background

This text has black color on #998ABB background.


White color preview on #998ABB background

This text has white color on #998ABB background.


Related colors

Complementary color

Complementary color for #hex is #667544.


I love getcolorcode.com

Triadic colors

1 #BB998A and #8ABB99 with #998ABB are triadic colors.

2 #BB8A99 and #8A99BB with #998ABB are triadic colors.