COLOR #988F90

HEX: #988F90 RGB: (152,143,144)

Color info

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

RGB color model

#988F90 color RGB value is (152,143,144).

RGB: (152,143,144) (60%, 56%, 56%)

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 144 of 255 = 56%

152
143
144

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

Portions of RGB colors in percentages

R + G + B = 152 + 143 + 144 = 439 (100%)
R 152 of 439 ~ 34.62%
G 143 of 439 ~ 32.57%
B 144 of 439 ~ 32.8'%

%34.62
%32.57
%32.8

CMYK color model

#988F90 color CMYK value is (0,6,5,40).

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

CMYK: (0,6,5,40)
C0M6Y5K40 (0%, 6%, 5%, 40%)
(0.00 / 0.06 / 0.05 / 0.40)

CMYK percentages

%0
%5.92
%5.26
%40.39

Codes

Color #988F90 in popluar color models

98 8F 90
RGB 152 143 144
HSL 353° 4.19% 57.84%
HSB/HSV 353° 5.92% 59.61%
CMYK 0.00% 5.92% 5.26%
40.39%

Color #988F90 in popluar number systems.

HEX 98 8F 90
Decimal 152 143 144
Binary 10011000 10001111 10010000
Octal 230 217 220

Shades and tints

Shades of #988F90

#988F90
(152,143,144)
#8B8283
(139,130,131)
#7E7576
(126,117,118)
#716869
(113,104,105)
#645B5C
(100,91,92)
#574E4F
(87,78,79)
#4A4142
(74,65,66)
#3D3435
(61,52,53)
#302728
(48,39,40)
#231A1B
(35,26,27)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #988F90

#988F90
(152,143,144)
#A1999A
(161,153,154)
#AAA3A4
(170,163,164)
#B3ADAE
(179,173,174)
#BCB7B8
(188,183,184)
#C5C1C2
(197,193,194)
#CECBCC
(206,203,204)
#D7D5D6
(215,213,214)
#E0DFE0
(224,223,224)
#E9E9EA
(233,233,234)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988F90; }

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

This text font color is #988F90.

Background Color

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

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

This div background color is #988F90.

Border color

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

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

This div border color is #988F90.

Opacity

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

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

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

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

This text has shadow with #988F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988F90.

Preview

Color preview on black background

This text has color #988F90 on black background.


Color preview on white background

This text has color #988F90 on white background.


Black color preview on #988F90 background

This text has black color on #988F90 background.


White color preview on #988F90 background

This text has white color on #988F90 background.


Related colors

Complementary color

Complementary color for #hex is #67706F.


I love getcolorcode.com

Triadic colors

1 #90988F and #8F9098 with #988F90 are triadic colors.

2 #908F98 and #8F9890 with #988F90 are triadic colors.