COLOR #998C90

HEX: #998C90 RGB: (153,140,144)

Color info

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

RGB color model

#998C90 color RGB value is (153,140,144).

RGB: (153,140,144) (60%, 55%, 56%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 144 of 255 = 56%

153
140
144

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

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 144 = 437 (100%)
R 153 of 437 ~ 35.01%
G 140 of 437 ~ 32.04%
B 144 of 437 ~ 32.95'%

%35.01
%32.04
%32.95

CMYK color model

#998C90 color CMYK value is (0,8,6,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 5.88%
  • key color value is 40.00%

CMYK: (0,8,6,40)
C0M8Y6K40 (0%, 8%, 6%, 40%)
(0.00 / 0.08 / 0.06 / 0.40)

CMYK percentages

%0
%8.5
%5.88
%40

Codes

Color #998C90 in popluar color models

99 8C 90
RGB 153 140 144
HSL 342° 5.99% 57.45%
HSB/HSV 342° 8.50% 60.00%
CMYK 0.00% 8.50% 5.88%
40.00%

Color #998C90 in popluar number systems.

HEX 99 8C 90
Decimal 153 140 144
Binary 10011001 10001100 10010000
Octal 231 214 220

Shades and tints

Shades of #998C90

#998C90
(153,140,144)
#8C8083
(140,128,131)
#7F7476
(127,116,118)
#726869
(114,104,105)
#655C5C
(101,92,92)
#58504F
(88,80,79)
#4B4442
(75,68,66)
#3E3835
(62,56,53)
#312C28
(49,44,40)
#24201B
(36,32,27)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #998C90

#998C90
(153,140,144)
#A2969A
(162,150,154)
#ABA0A4
(171,160,164)
#B4AAAE
(180,170,174)
#BDB4B8
(189,180,184)
#C6BEC2
(198,190,194)
#CFC8CC
(207,200,204)
#D8D2D6
(216,210,214)
#E1DCE0
(225,220,224)
#EAE6EA
(234,230,234)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998C90 color. Also use rgb(153,140,144) instead hex code.

Text Font Color

.myTextColor { color: #998C90; }

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

This text font color is #998C90.

Background Color

.myBgColor { background-color: #998C90; }

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

This div background color is #998C90.

Border color

.myBorderColor { border: 1px solid #998C90; }

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

This div border color is #998C90.

Opacity

.myOpacity80 { color: #998C90; opacity: 0.8; }

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

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

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

This text has shadow with #998C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998C90.

Preview

Color preview on black background

This text has color #998C90 on black background.


Color preview on white background

This text has color #998C90 on white background.


Black color preview on #998C90 background

This text has black color on #998C90 background.


White color preview on #998C90 background

This text has white color on #998C90 background.


Related colors

Complementary color

Complementary color for #hex is #66736F.


I love getcolorcode.com

Triadic colors

1 #90998C and #8C9099 with #998C90 are triadic colors.

2 #908C99 and #8C9990 with #998C90 are triadic colors.