COLOR #98A495

HEX: #98A495
RGB: (152,164,149)

Color info

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

RGB color model

#98A495 color RGB value is (152,164,149).

  • red value is 152;
  • green value is 164;
  • blue value is 149.
RGB:
(152,164,149)
(60%,64%,58%)

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 149 of 255 = 58%

152
164
149

R + G + B ~ 61%. #98A495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 164 + 149 = 465 (100%)
R 152 of 465 ~ 32.69%
G 164 of 465 ~ 35.27%
B 149 of 465 ~ 32.04%

%32.69
%35.27
%32.04

CMYK color model

#98A495 color CMYK value is (7,0,9,36).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(7,0,9,36)
C7M0Y9K36 
(7%,0%,9%,36%)
(0.07/0.00/0.09/0.36)	

CMYK percentages

%7.32
%0
%9.15
%35.69

Codes

Color #98A495 in popluar color models

98A495
RGB152164149
HSL108°7.61%61.37%
HSB/HSV108°9.15%64.31%
CMYK7.32%0.00%9.15%
35.69%

Color #98A495 in popluar number systems.

HEX98A495
Decimal152164149
Binary100110001010010010010101
Octal230244225

Shades and tints

Shades of #98A495

#98A495
(152,164,149)
#8B9688
(139,150,136)
#7E887B
(126,136,123)
#717A6E
(113,122,110)
#646C61
(100,108,97)
#575E54
(87,94,84)
#4A5047
(74,80,71)
#3D423A
(61,66,58)
#30342D
(48,52,45)
#232620
(35,38,32)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #98A495

#98A495
(152,164,149)
#A1AC9E
(161,172,158)
#AAB4A7
(170,180,167)
#B3BCB0
(179,188,176)
#BCC4B9
(188,196,185)
#C5CCC2
(197,204,194)
#CED4CB
(206,212,203)
#D7DCD4
(215,220,212)
#E0E4DD
(224,228,221)
#E9ECE6
(233,236,230)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A495 color. Also use rgb(152,164,149) instead hex code.

Text Font Color

.myTextColor { color: #98A495; }

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

This text font color is #98A495.


Background Color

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

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

This div background color is #98A495.


Border color

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

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

This div border color is #98A495.


Opacity

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

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

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

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

This text has shadow with #98A495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A495 on black background.


Color preview on white background

This text has color #98A495 on white background.



Black color preview on #98A495 background

This text has black color on #98A495 background.


White color preview on #98A495 background

This text has white color on #98A495 background.