COLOR #98A59B

HEX: #98A59B
RGB: (152,165,155)

Color info

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

RGB color model

#98A59B color RGB value is (152,165,155).

  • red value is 152;
  • green value is 165;
  • blue value is 155.
RGB:
(152,165,155)
(60%,65%,61%)

RGB channels and saturation

R 152 of 255 = 60%
G 165 of 255 = 65%
B 155 of 255 = 61%

152
165
155

R + G + B ~ 62%. #98A59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 165 + 155 = 472 (100%)
R 152 of 472 ~ 32.2%
G 165 of 472 ~ 34.96%
B 155 of 472 ~ 32.84%

%32.2
%34.96
%32.84

CMYK color model

#98A59B color CMYK value is (8,0,6,35).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(8,0,6,35)
C8M0Y6K35 
(8%,0%,6%,35%)
(0.08/0.00/0.06/0.35)	

CMYK percentages

%7.88
%0
%6.06
%35.29

Codes

Color #98A59B in popluar color models

98A59B
RGB152165155
HSL134°6.74%62.16%
HSB/HSV134°7.88%64.71%
CMYK7.88%0.00%6.06%
35.29%

Color #98A59B in popluar number systems.

HEX98A59B
Decimal152165155
Binary100110001010010110011011
Octal230245233

Shades and tints

Shades of #98A59B

#98A59B
(152,165,155)
#8B968D
(139,150,141)
#7E877F
(126,135,127)
#717871
(113,120,113)
#646963
(100,105,99)
#575A55
(87,90,85)
#4A4B47
(74,75,71)
#3D3C39
(61,60,57)
#302D2B
(48,45,43)
#231E1D
(35,30,29)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #98A59B

#98A59B
(152,165,155)
#A1ADA4
(161,173,164)
#AAB5AD
(170,181,173)
#B3BDB6
(179,189,182)
#BCC5BF
(188,197,191)
#C5CDC8
(197,205,200)
#CED5D1
(206,213,209)
#D7DDDA
(215,221,218)
#E0E5E3
(224,229,227)
#E9EDEC
(233,237,236)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A59B color. Also use rgb(152,165,155) instead hex code.

Text Font Color

.myTextColor { color: #98A59B; }

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

This text font color is #98A59B.


Background Color

.myBgColor { background-color: #98A59B; }

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

This div background color is #98A59B.


Border color

.myBorderColor { border: 1px solid #98A59B; }

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

This div border color is #98A59B.


Opacity

.myOpacity80 { color: #98A59B; opacity: 0.8; }

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

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

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

This text has shadow with #98A59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A59B on black background.


Color preview on white background

This text has color #98A59B on white background.



Black color preview on #98A59B background

This text has black color on #98A59B background.


White color preview on #98A59B background

This text has white color on #98A59B background.