COLOR #998AAC

HEX: #998AAC RGB: (153,138,172)

Color info

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

RGB color model

#998AAC color RGB value is (153,138,172).

RGB: (153,138,172) (60%, 54%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 172 of 255 = 67%

153
138
172

R + G + B ~ 60%. #998AAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 138 + 172 = 463 (100%)
R 153 of 463 ~ 33.05%
G 138 of 463 ~ 29.81%
B 172 of 463 ~ 37.15'%

%33.05
%29.81
%37.15

CMYK color model

#998AAC color CMYK value is (11,20,0,33).

  • cyan value is 11.05%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (11,20,0,33) C11M20Y0K33 (11%,20%,0%,33%) (0.11/0.20/0.00/0.33) 

CMYK percentages

%11.05
%19.77
%0
%32.55

Codes

Color #998AAC in popluar color models

99 8A AC
RGB 153 138 172
HSL 266° 17.00% 60.78%
HSB/HSV 266° 19.77% 67.45%
CMYK 11.05% 19.77% 0.00%
32.55%

Color #998AAC in popluar number systems.

HEX 99 8A AC
Decimal 153 138 172
Binary 10011001 10001010 10101100
Octal 231 212 254

Shades and tints

Shades of #998AAC

#998AAC
(153,138,172)
#8C7E9D
(140,126,157)
#7F728E
(127,114,142)
#72667F
(114,102,127)
#655A70
(101,90,112)
#584E61
(88,78,97)
#4B4252
(75,66,82)
#3E3643
(62,54,67)
#312A34
(49,42,52)
#241E25
(36,30,37)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #998AAC

#998AAC
(153,138,172)
#A294B3
(162,148,179)
#AB9EBA
(171,158,186)
#B4A8C1
(180,168,193)
#BDB2C8
(189,178,200)
#C6BCCF
(198,188,207)
#CFC6D6
(207,198,214)
#D8D0DD
(216,208,221)
#E1DAE4
(225,218,228)
#EAE4EB
(234,228,235)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998AAC; }

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

This text font color is #998AAC.

Background Color

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

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

This div background color is #998AAC.

Border color

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

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

This div border color is #998AAC.

Opacity

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

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

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

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

This text has shadow with #998AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998AAC.

Preview

Color preview on black background

This text has color #998AAC on black background.


Color preview on white background

This text has color #998AAC on white background.


Black color preview on #998AAC background

This text has black color on #998AAC background.


White color preview on #998AAC background

This text has white color on #998AAC background.


Related colors

Complementary color

Complementary color for #hex is #667553.


I love getcolorcode.com

Triadic colors

1 #AC998A and #8AAC99 with #998AAC are triadic colors.

2 #AC8A99 and #8A99AC with #998AAC are triadic colors.