COLOR #988999

HEX: #988999 RGB: (152,137,153)

Color info

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

RGB color model

#988999 color RGB value is (152,137,153).

RGB: (152,137,153) (60%, 54%, 60%)

RGB channels and saturation

R 152 of 255 = 60%
G 137 of 255 = 54%
B 153 of 255 = 60%

152
137
153

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

Portions of RGB colors in percentages

R + G + B = 152 + 137 + 153 = 442 (100%)
R 152 of 442 ~ 34.39%
G 137 of 442 ~ 31%
B 153 of 442 ~ 34.62'%

%34.39
%31
%34.62

CMYK color model

#988999 color CMYK value is (1,10,0,40).

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

CMYK: (1,10,0,40)
C1M10Y0K40 (1%, 10%, 0%, 40%)
(0.01 / 0.10 / 0.00 / 0.40)

CMYK percentages

%0.65
%10.46
%0
%40

Codes

Color #988999 in popluar color models

98 89 99
RGB 152 137 153
HSL 296° 7.27% 56.86%
HSB/HSV 296° 10.46% 60.00%
CMYK 0.65% 10.46% 0.00%
40.00%

Color #988999 in popluar number systems.

HEX 98 89 99
Decimal 152 137 153
Binary 10011000 10001001 10011001
Octal 230 211 231

Shades and tints

Shades of #988999

#988999
(152,137,153)
#8B7D8C
(139,125,140)
#7E717F
(126,113,127)
#716572
(113,101,114)
#645965
(100,89,101)
#574D58
(87,77,88)
#4A414B
(74,65,75)
#3D353E
(61,53,62)
#302931
(48,41,49)
#231D24
(35,29,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #988999

#988999
(152,137,153)
#A193A2
(161,147,162)
#AA9DAB
(170,157,171)
#B3A7B4
(179,167,180)
#BCB1BD
(188,177,189)
#C5BBC6
(197,187,198)
#CEC5CF
(206,197,207)
#D7CFD8
(215,207,216)
#E0D9E1
(224,217,225)
#E9E3EA
(233,227,234)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988999; }

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

This text font color is #988999.

Background Color

.myBgColor { background-color: #988999; }

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

This div background color is #988999.

Border color

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

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

This div border color is #988999.

Opacity

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

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

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

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

This text has shadow with #988999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988999.

Preview

Color preview on black background

This text has color #988999 on black background.


Color preview on white background

This text has color #988999 on white background.


Black color preview on #988999 background

This text has black color on #988999 background.


White color preview on #988999 background

This text has white color on #988999 background.


Related colors

Complementary color

Complementary color for #hex is #677666.


I love getcolorcode.com

Triadic colors

1 #999889 and #899998 with #988999 are triadic colors.

2 #998998 and #899899 with #988999 are triadic colors.