COLOR #998597

HEX: #998597
RGB: (153,133,151)

Color info

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

RGB color model

#998597 color RGB value is (153,133,151).

  • red value is 153;
  • green value is 133;
  • blue value is 151.
RGB:
(153,133,151)
(60%,52%,59%)

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 151 of 255 = 59%

153
133
151

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

Portions of RGB colors in percentages

R + G + B =
153 + 133 + 151 = 437 (100%)
R 153 of 437 ~ 35.01%
G 133 of 437 ~ 30.43%
B 151 of 437 ~ 34.55%

%35.01
%30.43
%34.55

CMYK color model

#998597 color CMYK value is (0,13,1,40).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 1.31%
  • key color value is 40.00%
CMYK:
(0,13,1,40)
C0M13Y1K40 
(0%,13%,1%,40%)
(0.00/0.13/0.01/0.40)	

CMYK percentages

%0
%13.07
%1.31
%40

Codes

Color #998597 in popluar color models

998597
RGB153133151
HSL306°8.93%56.08%
HSB/HSV306°13.07%60.00%
CMYK0.00%13.07%1.31%
40.00%

Color #998597 in popluar number systems.

HEX998597
Decimal153133151
Binary100110011000010110010111
Octal231205227

Shades and tints

Shades of #998597

#998597
(153,133,151)
#8C798A
(140,121,138)
#7F6D7D
(127,109,125)
#726170
(114,97,112)
#655563
(101,85,99)
#584956
(88,73,86)
#4B3D49
(75,61,73)
#3E313C
(62,49,60)
#31252F
(49,37,47)
#241922
(36,25,34)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #998597

#998597
(153,133,151)
#A290A0
(162,144,160)
#AB9BA9
(171,155,169)
#B4A6B2
(180,166,178)
#BDB1BB
(189,177,187)
#C6BCC4
(198,188,196)
#CFC7CD
(207,199,205)
#D8D2D6
(216,210,214)
#E1DDDF
(225,221,223)
#EAE8E8
(234,232,232)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998597; }

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

This text font color is #998597.


Background Color

.myBgColor { background-color: #998597; }

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

This div background color is #998597.


Border color

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

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

This div border color is #998597.


Opacity

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

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

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

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

This text has shadow with #998597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998597 on black background.


Color preview on white background

This text has color #998597 on white background.



Black color preview on #998597 background

This text has black color on #998597 background.


White color preview on #998597 background

This text has white color on #998597 background.