COLOR #988DA1

HEX: #988DA1 RGB: (152,141,161)

Color info

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

RGB color model

#988DA1 color RGB value is (152,141,161).

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

RGB channels and saturation

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

152
141
161

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

Portions of RGB colors in percentages

R + G + B = 152 + 141 + 161 = 454 (100%)
R 152 of 454 ~ 33.48%
G 141 of 454 ~ 31.06%
B 161 of 454 ~ 35.46'%

%33.48
%31.06
%35.46

CMYK color model

#988DA1 color CMYK value is (6,12,0,37).

  • cyan value is 5.59%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (6,12,0,37)
C6M12Y0K37 (6%, 12%, 0%, 37%)
(0.06 / 0.12 / 0.00 / 0.37)

CMYK percentages

%5.59
%12.42
%0
%36.86

Codes

Color #988DA1 in popluar color models

98 8D A1
RGB 152 141 161
HSL 273° 9.62% 59.22%
HSB/HSV 273° 12.42% 63.14%
CMYK 5.59% 12.42% 0.00%
36.86%

Color #988DA1 in popluar number systems.

HEX 98 8D A1
Decimal 152 141 161
Binary 10011000 10001101 10100001
Octal 230 215 241

Shades and tints

Shades of #988DA1

#988DA1
(152,141,161)
#8B8193
(139,129,147)
#7E7585
(126,117,133)
#716977
(113,105,119)
#645D69
(100,93,105)
#57515B
(87,81,91)
#4A454D
(74,69,77)
#3D393F
(61,57,63)
#302D31
(48,45,49)
#232123
(35,33,35)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #988DA1

#988DA1
(152,141,161)
#A197A9
(161,151,169)
#AAA1B1
(170,161,177)
#B3ABB9
(179,171,185)
#BCB5C1
(188,181,193)
#C5BFC9
(197,191,201)
#CEC9D1
(206,201,209)
#D7D3D9
(215,211,217)
#E0DDE1
(224,221,225)
#E9E7E9
(233,231,233)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988DA1; }

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

This text font color is #988DA1.

Background Color

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

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

This div background color is #988DA1.

Border color

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

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

This div border color is #988DA1.

Opacity

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

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

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

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

This text has shadow with #988DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988DA1.

Preview

Color preview on black background

This text has color #988DA1 on black background.


Color preview on white background

This text has color #988DA1 on white background.


Black color preview on #988DA1 background

This text has black color on #988DA1 background.


White color preview on #988DA1 background

This text has white color on #988DA1 background.


Related colors

Complementary color

Complementary color for #hex is #67725E.


I love getcolorcode.com

Triadic colors

1 #A1988D and #8DA198 with #988DA1 are triadic colors.

2 #A18D98 and #8D98A1 with #988DA1 are triadic colors.