COLOR #988A96

HEX: #988A96 RGB: (152,138,150)

Color info

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

RGB color model

#988A96 color RGB value is (152,138,150).

RGB: (152,138,150) (60%, 54%, 59%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 150 of 255 = 59%

152
138
150

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

Portions of RGB colors in percentages

R + G + B = 152 + 138 + 150 = 440 (100%)
R 152 of 440 ~ 34.55%
G 138 of 440 ~ 31.36%
B 150 of 440 ~ 34.09'%

%34.55
%31.36
%34.09

CMYK color model

#988A96 color CMYK value is (0,9,1,40).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 1.32%
  • key color value is 40.39%

CMYK: (0,9,1,40)
C0M9Y1K40 (0%, 9%, 1%, 40%)
(0.00 / 0.09 / 0.01 / 0.40)

CMYK percentages

%0
%9.21
%1.32
%40.39

Codes

Color #988A96 in popluar color models

98 8A 96
RGB 152 138 150
HSL 309° 6.36% 56.86%
HSB/HSV 309° 9.21% 59.61%
CMYK 0.00% 9.21% 1.32%
40.39%

Color #988A96 in popluar number systems.

HEX 98 8A 96
Decimal 152 138 150
Binary 10011000 10001010 10010110
Octal 230 212 226

Shades and tints

Shades of #988A96

#988A96
(152,138,150)
#8B7E89
(139,126,137)
#7E727C
(126,114,124)
#71666F
(113,102,111)
#645A62
(100,90,98)
#574E55
(87,78,85)
#4A4248
(74,66,72)
#3D363B
(61,54,59)
#302A2E
(48,42,46)
#231E21
(35,30,33)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #988A96

#988A96
(152,138,150)
#A1949F
(161,148,159)
#AA9EA8
(170,158,168)
#B3A8B1
(179,168,177)
#BCB2BA
(188,178,186)
#C5BCC3
(197,188,195)
#CEC6CC
(206,198,204)
#D7D0D5
(215,208,213)
#E0DADE
(224,218,222)
#E9E4E7
(233,228,231)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988A96 color. Also use rgb(152,138,150) instead hex code.

Text Font Color

.myTextColor { color: #988A96; }

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

This text font color is #988A96.

Background Color

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

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

This div background color is #988A96.

Border color

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

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

This div border color is #988A96.

Opacity

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

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

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

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

This text has shadow with #988A96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988A96.

Preview

Color preview on black background

This text has color #988A96 on black background.


Color preview on white background

This text has color #988A96 on white background.


Black color preview on #988A96 background

This text has black color on #988A96 background.


White color preview on #988A96 background

This text has white color on #988A96 background.


Related colors

Complementary color

Complementary color for #hex is #677569.


I love getcolorcode.com

Triadic colors

1 #96988A and #8A9698 with #988A96 are triadic colors.

2 #968A98 and #8A9896 with #988A96 are triadic colors.