COLOR #998799

HEX: #998799
RGB: (153,135,153)

Color info

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

RGB color model

#998799 color RGB value is (153,135,153).

  • red value is 153;
  • green value is 135;
  • blue value is 153.
RGB:
(153,135,153)
(60%,53%,60%)

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 153 of 255 = 60%

153
135
153

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

Portions of RGB colors in percentages

R + G + B =
153 + 135 + 153 = 441 (100%)
R 153 of 441 ~ 34.69%
G 135 of 441 ~ 30.61%
B 153 of 441 ~ 34.69%

%34.69
%30.61
%34.69

CMYK color model

#998799 color CMYK value is (0,12,0,40).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(0,12,0,40)
C0M12Y0K40 
(0%,12%,0%,40%)
(0.00/0.12/0.00/0.40)	

CMYK percentages

%0
%11.76
%0
%40

Codes

Color #998799 in popluar color models

998799
RGB153135153
HSL300°8.11%56.47%
HSB/HSV300°11.76%60.00%
CMYK0.00%11.76%0.00%
40.00%

Color #998799 in popluar number systems.

HEX998799
Decimal153135153
Binary100110011000011110011001
Octal231207231

Shades and tints

Shades of #998799

#998799
(153,135,153)
#8C7B8C
(140,123,140)
#7F6F7F
(127,111,127)
#726372
(114,99,114)
#655765
(101,87,101)
#584B58
(88,75,88)
#4B3F4B
(75,63,75)
#3E333E
(62,51,62)
#312731
(49,39,49)
#241B24
(36,27,36)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #998799

#998799
(153,135,153)
#A291A2
(162,145,162)
#AB9BAB
(171,155,171)
#B4A5B4
(180,165,180)
#BDAFBD
(189,175,189)
#C6B9C6
(198,185,198)
#CFC3CF
(207,195,207)
#D8CDD8
(216,205,216)
#E1D7E1
(225,215,225)
#EAE1EA
(234,225,234)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998799; }

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

This text font color is #998799.


Background Color

.myBgColor { background-color: #998799; }

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

This div background color is #998799.


Border color

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

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

This div border color is #998799.


Opacity

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

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

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

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

This text has shadow with #998799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998799 on black background.


Color preview on white background

This text has color #998799 on white background.



Black color preview on #998799 background

This text has black color on #998799 background.


White color preview on #998799 background

This text has white color on #998799 background.