COLOR #90998B

HEX: #90998B
RGB: (144,153,139)

Color info

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

RGB color model

#90998B color RGB value is (144,153,139).

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

RGB channels and saturation

R 144 of 255 = 56%
G 153 of 255 = 60%
B 139 of 255 = 55%

144
153
139

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

Portions of RGB colors in percentages

R + G + B =
144 + 153 + 139 = 436 (100%)
R 144 of 436 ~ 33.03%
G 153 of 436 ~ 35.09%
B 139 of 436 ~ 31.88%

%33.03
%35.09
%31.88

CMYK color model

#90998B color CMYK value is (6,0,9,40).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 40.00%
CMYK:
(6,0,9,40)
C6M0Y9K40 
(6%,0%,9%,40%)
(0.06/0.00/0.09/0.40)	

CMYK percentages

%5.88
%0
%9.15
%40

Codes

Color #90998B in popluar color models

90998B
RGB144153139
HSL99°6.42%57.25%
HSB/HSV99°9.15%60.00%
CMYK5.88%0.00%9.15%
40.00%

Color #90998B in popluar number systems.

HEX90998B
Decimal144153139
Binary100100001001100110001011
Octal220231213

Shades and tints

Shades of #90998B

#90998B
(144,153,139)
#838C7F
(131,140,127)
#767F73
(118,127,115)
#697267
(105,114,103)
#5C655B
(92,101,91)
#4F584F
(79,88,79)
#424B43
(66,75,67)
#353E37
(53,62,55)
#28312B
(40,49,43)
#1B241F
(27,36,31)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #90998B

#90998B
(144,153,139)
#9AA295
(154,162,149)
#A4AB9F
(164,171,159)
#AEB4A9
(174,180,169)
#B8BDB3
(184,189,179)
#C2C6BD
(194,198,189)
#CCCFC7
(204,207,199)
#D6D8D1
(214,216,209)
#E0E1DB
(224,225,219)
#EAEAE5
(234,234,229)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90998B; }

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

This text font color is #90998B.


Background Color

.myBgColor { background-color: #90998B; }

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

This div background color is #90998B.


Border color

.myBorderColor { border: 1px solid #90998B; }

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

This div border color is #90998B.


Opacity

.myOpacity80 { color: #90998B; opacity: 0.8; }

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

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

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

This text has shadow with #90998B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90998B on black background.


Color preview on white background

This text has color #90998B on white background.



Black color preview on #90998B background

This text has black color on #90998B background.


White color preview on #90998B background

This text has white color on #90998B background.