COLOR #998590

HEX: #998590 RGB: (153,133,144)

Color info

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

RGB color model

#998590 color RGB value is (153,133,144).

RGB: (153,133,144) (60%, 52%, 56%)

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 144 of 255 = 56%

153
133
144

R + G + B ~ 56%. #998590 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 133 + 144 = 430 (100%)
R 153 of 430 ~ 35.58%
G 133 of 430 ~ 30.93%
B 144 of 430 ~ 33.49'%

%35.58
%30.93
%33.49

CMYK color model

#998590 color CMYK value is (0,13,6,40).

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

CMYK: (0,13,6,40)
C0M13Y6K40 (0%, 13%, 6%, 40%)
(0.00 / 0.13 / 0.06 / 0.40)

CMYK percentages

%0
%13.07
%5.88
%40

Codes

Color #998590 in popluar color models

99 85 90
RGB 153 133 144
HSL 327° 8.93% 56.08%
HSB/HSV 327° 13.07% 60.00%
CMYK 0.00% 13.07% 5.88%
40.00%

Color #998590 in popluar number systems.

HEX 99 85 90
Decimal 153 133 144
Binary 10011001 10000101 10010000
Octal 231 205 220

Shades and tints

Shades of #998590

#998590
(153,133,144)
#8C7983
(140,121,131)
#7F6D76
(127,109,118)
#726169
(114,97,105)
#65555C
(101,85,92)
#58494F
(88,73,79)
#4B3D42
(75,61,66)
#3E3135
(62,49,53)
#312528
(49,37,40)
#24191B
(36,25,27)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #998590

#998590
(153,133,144)
#A2909A
(162,144,154)
#AB9BA4
(171,155,164)
#B4A6AE
(180,166,174)
#BDB1B8
(189,177,184)
#C6BCC2
(198,188,194)
#CFC7CC
(207,199,204)
#D8D2D6
(216,210,214)
#E1DDE0
(225,221,224)
#EAE8EA
(234,232,234)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998590; }

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

This text font color is #998590.

Background Color

.myBgColor { background-color: #998590; }

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

This div background color is #998590.

Border color

.myBorderColor { border: 1px solid #998590; }

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

This div border color is #998590.

Opacity

.myOpacity80 { color: #998590; opacity: 0.8; }

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

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

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

This text has shadow with #998590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998590.

Preview

Color preview on black background

This text has color #998590 on black background.


Color preview on white background

This text has color #998590 on white background.


Black color preview on #998590 background

This text has black color on #998590 background.


White color preview on #998590 background

This text has white color on #998590 background.


Related colors

Complementary color

Complementary color for #hex is #667A6F.


I love getcolorcode.com

Triadic colors

1 #909985 and #859099 with #998590 are triadic colors.

2 #908599 and #859990 with #998590 are triadic colors.