COLOR #998593

HEX: #998593 RGB: (153,133,147)

Color info

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

RGB color model

#998593 color RGB value is (153,133,147).

RGB: (153,133,147) (60%, 52%, 58%)

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 147 of 255 = 58%

153
133
147

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

Portions of RGB colors in percentages

R + G + B = 153 + 133 + 147 = 433 (100%)
R 153 of 433 ~ 35.33%
G 133 of 433 ~ 30.72%
B 147 of 433 ~ 33.95'%

%35.33
%30.72
%33.95

CMYK color model

#998593 color CMYK value is (0,13,4,40).

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

CMYK: (0,13,4,40)
C0M13Y4K40 (0%, 13%, 4%, 40%)
(0.00 / 0.13 / 0.04 / 0.40)

CMYK percentages

%0
%13.07
%3.92
%40

Codes

Color #998593 in popluar color models

99 85 93
RGB 153 133 147
HSL 318° 8.93% 56.08%
HSB/HSV 318° 13.07% 60.00%
CMYK 0.00% 13.07% 3.92%
40.00%

Color #998593 in popluar number systems.

HEX 99 85 93
Decimal 153 133 147
Binary 10011001 10000101 10010011
Octal 231 205 223

Shades and tints

Shades of #998593

#998593
(153,133,147)
#8C7986
(140,121,134)
#7F6D79
(127,109,121)
#72616C
(114,97,108)
#65555F
(101,85,95)
#584952
(88,73,82)
#4B3D45
(75,61,69)
#3E3138
(62,49,56)
#31252B
(49,37,43)
#24191E
(36,25,30)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #998593

#998593
(153,133,147)
#A2909C
(162,144,156)
#AB9BA5
(171,155,165)
#B4A6AE
(180,166,174)
#BDB1B7
(189,177,183)
#C6BCC0
(198,188,192)
#CFC7C9
(207,199,201)
#D8D2D2
(216,210,210)
#E1DDDB
(225,221,219)
#EAE8E4
(234,232,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998593; }

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

This text font color is #998593.

Background Color

.myBgColor { background-color: #998593; }

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

This div background color is #998593.

Border color

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

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

This div border color is #998593.

Opacity

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

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

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

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

This text has shadow with #998593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998593.

Preview

Color preview on black background

This text has color #998593 on black background.


Color preview on white background

This text has color #998593 on white background.


Black color preview on #998593 background

This text has black color on #998593 background.


White color preview on #998593 background

This text has white color on #998593 background.


Related colors

Complementary color

Complementary color for #hex is #667A6C.


I love getcolorcode.com

Triadic colors

1 #939985 and #859399 with #998593 are triadic colors.

2 #938599 and #859993 with #998593 are triadic colors.