COLOR #988F96

HEX: #988F96 RGB: (152,143,150)

Color info

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

RGB color model

#988F96 color RGB value is (152,143,150).

RGB: (152,143,150) (60%, 56%, 59%)

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 150 of 255 = 59%

152
143
150

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

Portions of RGB colors in percentages

R + G + B = 152 + 143 + 150 = 445 (100%)
R 152 of 445 ~ 34.16%
G 143 of 445 ~ 32.13%
B 150 of 445 ~ 33.71'%

%34.16
%32.13
%33.71

CMYK color model

#988F96 color CMYK value is (0,6,1,40).

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

CMYK: (0,6,1,40)
C0M6Y1K40 (0%, 6%, 1%, 40%)
(0.00 / 0.06 / 0.01 / 0.40)

CMYK percentages

%0
%5.92
%1.32
%40.39

Codes

Color #988F96 in popluar color models

98 8F 96
RGB 152 143 150
HSL 313° 4.19% 57.84%
HSB/HSV 313° 5.92% 59.61%
CMYK 0.00% 5.92% 1.32%
40.39%

Color #988F96 in popluar number systems.

HEX 98 8F 96
Decimal 152 143 150
Binary 10011000 10001111 10010110
Octal 230 217 226

Shades and tints

Shades of #988F96

#988F96
(152,143,150)
#8B8289
(139,130,137)
#7E757C
(126,117,124)
#71686F
(113,104,111)
#645B62
(100,91,98)
#574E55
(87,78,85)
#4A4148
(74,65,72)
#3D343B
(61,52,59)
#30272E
(48,39,46)
#231A21
(35,26,33)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #988F96

#988F96
(152,143,150)
#A1999F
(161,153,159)
#AAA3A8
(170,163,168)
#B3ADB1
(179,173,177)
#BCB7BA
(188,183,186)
#C5C1C3
(197,193,195)
#CECBCC
(206,203,204)
#D7D5D5
(215,213,213)
#E0DFDE
(224,223,222)
#E9E9E7
(233,233,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988F96; }

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

This text font color is #988F96.

Background Color

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

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

This div background color is #988F96.

Border color

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

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

This div border color is #988F96.

Opacity

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

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

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

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

This text has shadow with #988F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988F96.

Preview

Color preview on black background

This text has color #988F96 on black background.


Color preview on white background

This text has color #988F96 on white background.


Black color preview on #988F96 background

This text has black color on #988F96 background.


White color preview on #988F96 background

This text has white color on #988F96 background.


Related colors

Complementary color

Complementary color for #hex is #677069.


I love getcolorcode.com

Triadic colors

1 #96988F and #8F9698 with #988F96 are triadic colors.

2 #968F98 and #8F9896 with #988F96 are triadic colors.