COLOR #998DA1

HEX: #998DA1 RGB: (153,141,161)

Color info

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

RGB color model

#998DA1 color RGB value is (153,141,161).

RGB: (153,141,161) (60%, 55%, 63%)

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 161 of 255 = 63%

153
141
161

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

Portions of RGB colors in percentages

R + G + B = 153 + 141 + 161 = 455 (100%)
R 153 of 455 ~ 33.63%
G 141 of 455 ~ 30.99%
B 161 of 455 ~ 35.38'%

%33.63
%30.99
%35.38

CMYK color model

#998DA1 color CMYK value is (5,12,0,37).

  • cyan value is 4.97%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (5,12,0,37) C5M12Y0K37 (5%,12%,0%,37%) (0.05/0.12/0.00/0.37) 

CMYK percentages

%4.97
%12.42
%0
%36.86

Codes

Color #998DA1 in popluar color models

99 8D A1
RGB 153 141 161
HSL 276° 9.62% 59.22%
HSB/HSV 276° 12.42% 63.14%
CMYK 4.97% 12.42% 0.00%
36.86%

Color #998DA1 in popluar number systems.

HEX 99 8D A1
Decimal 153 141 161
Binary 10011001 10001101 10100001
Octal 231 215 241

Shades and tints

Shades of #998DA1

#998DA1
(153,141,161)
#8C8193
(140,129,147)
#7F7585
(127,117,133)
#726977
(114,105,119)
#655D69
(101,93,105)
#58515B
(88,81,91)
#4B454D
(75,69,77)
#3E393F
(62,57,63)
#312D31
(49,45,49)
#242123
(36,33,35)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #998DA1

#998DA1
(153,141,161)
#A297A9
(162,151,169)
#ABA1B1
(171,161,177)
#B4ABB9
(180,171,185)
#BDB5C1
(189,181,193)
#C6BFC9
(198,191,201)
#CFC9D1
(207,201,209)
#D8D3D9
(216,211,217)
#E1DDE1
(225,221,225)
#EAE7E9
(234,231,233)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998DA1 color. Also use rgb(153,141,161) instead hex code.

Text Font Color

.myTextColor { color: #998DA1; }

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

This text font color is #998DA1.

Background Color

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

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

This div background color is #998DA1.

Border color

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

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

This div border color is #998DA1.

Opacity

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

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

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

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

This text has shadow with #998DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998DA1.

Preview

Color preview on black background

This text has color #998DA1 on black background.


Color preview on white background

This text has color #998DA1 on white background.


Black color preview on #998DA1 background

This text has black color on #998DA1 background.


White color preview on #998DA1 background

This text has white color on #998DA1 background.


Related colors

Complementary color

Complementary color for #hex is #66725E.


I love getcolorcode.com

Triadic colors

1 #A1998D and #8DA199 with #998DA1 are triadic colors.

2 #A18D99 and #8D99A1 with #998DA1 are triadic colors.