COLOR #988C9C

HEX: #988C9C RGB: (152,140,156)

Color info

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

RGB color model

#988C9C color RGB value is (152,140,156).

RGB: (152,140,156) (60%, 55%, 61%)

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 156 of 255 = 61%

152
140
156

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

Portions of RGB colors in percentages

R + G + B = 152 + 140 + 156 = 448 (100%)
R 152 of 448 ~ 33.93%
G 140 of 448 ~ 31.25%
B 156 of 448 ~ 34.82'%

%33.93
%31.25
%34.82

CMYK color model

#988C9C color CMYK value is (3,10,0,39).

  • cyan value is 2.56%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (3,10,0,39)
C3M10Y0K39 (3%, 10%, 0%, 39%)
(0.03 / 0.10 / 0.00 / 0.39)

CMYK percentages

%2.56
%10.26
%0
%38.82

Codes

Color #988C9C in popluar color models

98 8C 9C
RGB 152 140 156
HSL 285° 7.48% 58.04%
HSB/HSV 285° 10.26% 61.18%
CMYK 2.56% 10.26% 0.00%
38.82%

Color #988C9C in popluar number systems.

HEX 98 8C 9C
Decimal 152 140 156
Binary 10011000 10001100 10011100
Octal 230 214 234

Shades and tints

Shades of #988C9C

#988C9C
(152,140,156)
#8B808E
(139,128,142)
#7E7480
(126,116,128)
#716872
(113,104,114)
#645C64
(100,92,100)
#575056
(87,80,86)
#4A4448
(74,68,72)
#3D383A
(61,56,58)
#302C2C
(48,44,44)
#23201E
(35,32,30)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #988C9C

#988C9C
(152,140,156)
#A196A5
(161,150,165)
#AAA0AE
(170,160,174)
#B3AAB7
(179,170,183)
#BCB4C0
(188,180,192)
#C5BEC9
(197,190,201)
#CEC8D2
(206,200,210)
#D7D2DB
(215,210,219)
#E0DCE4
(224,220,228)
#E9E6ED
(233,230,237)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988C9C color. Also use rgb(152,140,156) instead hex code.

Text Font Color

.myTextColor { color: #988C9C; }

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

This text font color is #988C9C.

Background Color

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

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

This div background color is #988C9C.

Border color

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

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

This div border color is #988C9C.

Opacity

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

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

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

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

This text has shadow with #988C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988C9C.

Preview

Color preview on black background

This text has color #988C9C on black background.


Color preview on white background

This text has color #988C9C on white background.


Black color preview on #988C9C background

This text has black color on #988C9C background.


White color preview on #988C9C background

This text has white color on #988C9C background.


Related colors

Complementary color

Complementary color for #hex is #677363.


I love getcolorcode.com

Triadic colors

1 #9C988C and #8C9C98 with #988C9C are triadic colors.

2 #9C8C98 and #8C989C with #988C9C are triadic colors.