COLOR #998790

HEX: #998790
RGB: (153,135,144)

Color info

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

RGB color model

#998790 color RGB value is (153,135,144).

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

RGB channels and saturation

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

153
135
144

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

Portions of RGB colors in percentages

R + G + B =
153 + 135 + 144 = 432 (100%)
R 153 of 432 ~ 35.42%
G 135 of 432 ~ 31.25%
B 144 of 432 ~ 33.33%

%35.42
%31.25
%33.33

CMYK color model

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

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

CMYK percentages

%0
%11.76
%5.88
%40

Codes

Color #998790 in popluar color models

998790
RGB153135144
HSL330°8.11%56.47%
HSB/HSV330°11.76%60.00%
CMYK0.00%11.76%5.88%
40.00%

Color #998790 in popluar number systems.

HEX998790
Decimal153135144
Binary100110011000011110010000
Octal231207220

Shades and tints

Shades of #998790

#998790
(153,135,144)
#8C7B83
(140,123,131)
#7F6F76
(127,111,118)
#726369
(114,99,105)
#65575C
(101,87,92)
#584B4F
(88,75,79)
#4B3F42
(75,63,66)
#3E3335
(62,51,53)
#312728
(49,39,40)
#241B1B
(36,27,27)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #998790

#998790
(153,135,144)
#A2919A
(162,145,154)
#AB9BA4
(171,155,164)
#B4A5AE
(180,165,174)
#BDAFB8
(189,175,184)
#C6B9C2
(198,185,194)
#CFC3CC
(207,195,204)
#D8CDD6
(216,205,214)
#E1D7E0
(225,215,224)
#EAE1EA
(234,225,234)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998790; }

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

This text font color is #998790.


Background Color

.myBgColor { background-color: #998790; }

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

This div background color is #998790.


Border color

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

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

This div border color is #998790.


Opacity

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

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

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

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

This text has shadow with #998790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998790 on black background.


Color preview on white background

This text has color #998790 on white background.



Black color preview on #998790 background

This text has black color on #998790 background.


White color preview on #998790 background

This text has white color on #998790 background.