COLOR #998CAA

HEX: #998CAA RGB: (153,140,170)

Color info

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

RGB color model

#998CAA color RGB value is (153,140,170).

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

RGB channels and saturation

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

153
140
170

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

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 170 = 463 (100%)
R 153 of 463 ~ 33.05%
G 140 of 463 ~ 30.24%
B 170 of 463 ~ 36.72'%

%33.05
%30.24
%36.72

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 17.65%
  • 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
%17.65
%0
%33.33

Codes

Color #998CAA in popluar color models

99 8C AA
RGB 153 140 170
HSL 266° 15.00% 60.78%
HSB/HSV 266° 17.65% 66.67%
CMYK 10.00% 17.65% 0.00%
33.33%

Color #998CAA in popluar number systems.

HEX 99 8C AA
Decimal 153 140 170
Binary 10011001 10001100 10101010
Octal 231 214 252

Shades and tints

Shades of #998CAA

#998CAA
(153,140,170)
#8C809B
(140,128,155)
#7F748C
(127,116,140)
#72687D
(114,104,125)
#655C6E
(101,92,110)
#58505F
(88,80,95)
#4B4450
(75,68,80)
#3E3841
(62,56,65)
#312C32
(49,44,50)
#242023
(36,32,35)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #998CAA

#998CAA
(153,140,170)
#A296B1
(162,150,177)
#ABA0B8
(171,160,184)
#B4AABF
(180,170,191)
#BDB4C6
(189,180,198)
#C6BECD
(198,190,205)
#CFC8D4
(207,200,212)
#D8D2DB
(216,210,219)
#E1DCE2
(225,220,226)
#EAE6E9
(234,230,233)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998CAA; }

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

This text font color is #998CAA.

Background Color

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

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

This div background color is #998CAA.

Border color

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

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

This div border color is #998CAA.

Opacity

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

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

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

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

This text has shadow with #998CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998CAA.

Preview

Color preview on black background

This text has color #998CAA on black background.


Color preview on white background

This text has color #998CAA on white background.


Black color preview on #998CAA background

This text has black color on #998CAA background.


White color preview on #998CAA background

This text has white color on #998CAA background.


Related colors

Complementary color

Complementary color for #hex is #667355.


I love getcolorcode.com

Triadic colors

1 #AA998C and #8CAA99 with #998CAA are triadic colors.

2 #AA8C99 and #8C99AA with #998CAA are triadic colors.