COLOR #998BAA

HEX: #998BAA RGB: (153,139,170)

Color info

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

RGB color model

#998BAA color RGB value is (153,139,170).

RGB: (153,139,170) (60%, 55%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 139 of 255 = 55%
B 170 of 255 = 67%

153
139
170

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

Portions of RGB colors in percentages

R + G + B = 153 + 139 + 170 = 462 (100%)
R 153 of 462 ~ 33.12%
G 139 of 462 ~ 30.09%
B 170 of 462 ~ 36.8'%

%33.12
%30.09
%36.8

CMYK color model

#998BAA color CMYK value is (10,18,0,33).

  • cyan value is 10.00%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (10,18,0,33)
C10M18Y0K33 (10%, 18%, 0%, 33%)
(0.10 / 0.18 / 0.00 / 0.33)

CMYK percentages

%10
%18.24
%0
%33.33

Codes

Color #998BAA in popluar color models

99 8B AA
RGB 153 139 170
HSL 267° 15.42% 60.59%
HSB/HSV 267° 18.24% 66.67%
CMYK 10.00% 18.24% 0.00%
33.33%

Color #998BAA in popluar number systems.

HEX 99 8B AA
Decimal 153 139 170
Binary 10011001 10001011 10101010
Octal 231 213 252

Shades and tints

Shades of #998BAA

#998BAA
(153,139,170)
#8C7F9B
(140,127,155)
#7F738C
(127,115,140)
#72677D
(114,103,125)
#655B6E
(101,91,110)
#584F5F
(88,79,95)
#4B4350
(75,67,80)
#3E3741
(62,55,65)
#312B32
(49,43,50)
#241F23
(36,31,35)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #998BAA

#998BAA
(153,139,170)
#A295B1
(162,149,177)
#AB9FB8
(171,159,184)
#B4A9BF
(180,169,191)
#BDB3C6
(189,179,198)
#C6BDCD
(198,189,205)
#CFC7D4
(207,199,212)
#D8D1DB
(216,209,219)
#E1DBE2
(225,219,226)
#EAE5E9
(234,229,233)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998BAA color. Also use rgb(153,139,170) instead hex code.

Text Font Color

.myTextColor { color: #998BAA; }

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

This text font color is #998BAA.

Background Color

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

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

This div background color is #998BAA.

Border color

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

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

This div border color is #998BAA.

Opacity

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

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

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

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

This text has shadow with #998BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998BAA.

Preview

Color preview on black background

This text has color #998BAA on black background.


Color preview on white background

This text has color #998BAA on white background.


Black color preview on #998BAA background

This text has black color on #998BAA background.


White color preview on #998BAA background

This text has white color on #998BAA background.


Related colors

Complementary color

Complementary color for #hex is #667455.


I love getcolorcode.com

Triadic colors

1 #AA998B and #8BAA99 with #998BAA are triadic colors.

2 #AA8B99 and #8B99AA with #998BAA are triadic colors.