COLOR #98A690

HEX: #98A690
RGB: (152,166,144)

Color info

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

RGB color model

#98A690 color RGB value is (152,166,144).

  • red value is 152;
  • green value is 166;
  • blue value is 144.
RGB:
(152,166,144)
(60%,65%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 166 of 255 = 65%
B 144 of 255 = 56%

152
166
144

R + G + B ~ 60%. #98A690 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 166 + 144 = 462 (100%)
R 152 of 462 ~ 32.9%
G 166 of 462 ~ 35.93%
B 144 of 462 ~ 31.17%

%32.9
%35.93
%31.17

CMYK color model

#98A690 color CMYK value is (8,0,13,35).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 34.90%
CMYK:
(8,0,13,35)
C8M0Y13K35 
(8%,0%,13%,35%)
(0.08/0.00/0.13/0.35)	

CMYK percentages

%8.43
%0
%13.25
%34.9

Codes

Color #98A690 in popluar color models

98A690
RGB152166144
HSL98°11.00%60.78%
HSB/HSV98°13.25%65.10%
CMYK8.43%0.00%13.25%
34.90%

Color #98A690 in popluar number systems.

HEX98A690
Decimal152166144
Binary100110001010011010010000
Octal230246220

Shades and tints

Shades of #98A690

#98A690
(152,166,144)
#8B9783
(139,151,131)
#7E8876
(126,136,118)
#717969
(113,121,105)
#646A5C
(100,106,92)
#575B4F
(87,91,79)
#4A4C42
(74,76,66)
#3D3D35
(61,61,53)
#302E28
(48,46,40)
#231F1B
(35,31,27)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #98A690

#98A690
(152,166,144)
#A1AE9A
(161,174,154)
#AAB6A4
(170,182,164)
#B3BEAE
(179,190,174)
#BCC6B8
(188,198,184)
#C5CEC2
(197,206,194)
#CED6CC
(206,214,204)
#D7DED6
(215,222,214)
#E0E6E0
(224,230,224)
#E9EEEA
(233,238,234)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A690 color. Also use rgb(152,166,144) instead hex code.

Text Font Color

.myTextColor { color: #98A690; }

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

This text font color is #98A690.


Background Color

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

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

This div background color is #98A690.


Border color

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

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

This div border color is #98A690.


Opacity

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

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

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

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

This text has shadow with #98A690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A690 on black background.


Color preview on white background

This text has color #98A690 on white background.



Black color preview on #98A690 background

This text has black color on #98A690 background.


White color preview on #98A690 background

This text has white color on #98A690 background.