COLOR #998198

HEX: #998198 RGB: (153,129,152)

Color info

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

RGB color model

#998198 color RGB value is (153,129,152).

RGB: (153,129,152) (60%, 51%, 60%)

RGB channels and saturation

R 153 of 255 = 60%
G 129 of 255 = 51%
B 152 of 255 = 60%

153
129
152

R + G + B ~ 57%. #998198 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 129 + 152 = 434 (100%)
R 153 of 434 ~ 35.25%
G 129 of 434 ~ 29.72%
B 152 of 434 ~ 35.02'%

%35.25
%29.72
%35.02

CMYK color model

#998198 color CMYK value is (0,16,1,40).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 0.65%
  • key color value is 40.00%

CMYK: (0,16,1,40)
C0M16Y1K40 (0%, 16%, 1%, 40%)
(0.00 / 0.16 / 0.01 / 0.40)

CMYK percentages

%0
%15.69
%0.65
%40

Codes

Color #998198 in popluar color models

99 81 98
RGB 153 129 152
HSL 303° 10.53% 55.29%
HSB/HSV 303° 15.69% 60.00%
CMYK 0.00% 15.69% 0.65%
40.00%

Color #998198 in popluar number systems.

HEX 99 81 98
Decimal 153 129 152
Binary 10011001 10000001 10011000
Octal 231 201 230

Shades and tints

Shades of #998198

#998198
(153,129,152)
#8C768B
(140,118,139)
#7F6B7E
(127,107,126)
#726071
(114,96,113)
#655564
(101,85,100)
#584A57
(88,74,87)
#4B3F4A
(75,63,74)
#3E343D
(62,52,61)
#312930
(49,41,48)
#241E23
(36,30,35)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #998198

#998198
(153,129,152)
#A28CA1
(162,140,161)
#AB97AA
(171,151,170)
#B4A2B3
(180,162,179)
#BDADBC
(189,173,188)
#C6B8C5
(198,184,197)
#CFC3CE
(207,195,206)
#D8CED7
(216,206,215)
#E1D9E0
(225,217,224)
#EAE4E9
(234,228,233)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998198 color. Also use rgb(153,129,152) instead hex code.

Text Font Color

.myTextColor { color: #998198; }

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

This text font color is #998198.

Background Color

.myBgColor { background-color: #998198; }

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

This div background color is #998198.

Border color

.myBorderColor { border: 1px solid #998198; }

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

This div border color is #998198.

Opacity

.myOpacity80 { color: #998198; opacity: 0.8; }

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

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

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

This text has shadow with #998198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998198.

Preview

Color preview on black background

This text has color #998198 on black background.


Color preview on white background

This text has color #998198 on white background.


Black color preview on #998198 background

This text has black color on #998198 background.


White color preview on #998198 background

This text has white color on #998198 background.


Related colors

Complementary color

Complementary color for #hex is #667E67.


I love getcolorcode.com

Triadic colors

1 #989981 and #819899 with #998198 are triadic colors.

2 #988199 and #819998 with #998198 are triadic colors.