COLOR #98A699

HEX: #98A699
RGB: (152,166,153)

Color info

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

RGB color model

#98A699 color RGB value is (152,166,153).

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

RGB channels and saturation

R 152 of 255 = 60%
G 166 of 255 = 65%
B 153 of 255 = 60%

152
166
153

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

Portions of RGB colors in percentages

R + G + B =
152 + 166 + 153 = 471 (100%)
R 152 of 471 ~ 32.27%
G 166 of 471 ~ 35.24%
B 153 of 471 ~ 32.48%

%32.27
%35.24
%32.48

CMYK color model

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

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(8,0,8,35)
C8M0Y8K35 
(8%,0%,8%,35%)
(0.08/0.00/0.08/0.35)	

CMYK percentages

%8.43
%0
%7.83
%34.9

Codes

Color #98A699 in popluar color models

98A699
RGB152166153
HSL124°7.29%62.35%
HSB/HSV124°8.43%65.10%
CMYK8.43%0.00%7.83%
34.90%

Color #98A699 in popluar number systems.

HEX98A699
Decimal152166153
Binary100110001010011010011001
Octal230246231

Shades and tints

Shades of #98A699

#98A699
(152,166,153)
#8B978C
(139,151,140)
#7E887F
(126,136,127)
#717972
(113,121,114)
#646A65
(100,106,101)
#575B58
(87,91,88)
#4A4C4B
(74,76,75)
#3D3D3E
(61,61,62)
#302E31
(48,46,49)
#231F24
(35,31,36)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #98A699

#98A699
(152,166,153)
#A1AEA2
(161,174,162)
#AAB6AB
(170,182,171)
#B3BEB4
(179,190,180)
#BCC6BD
(188,198,189)
#C5CEC6
(197,206,198)
#CED6CF
(206,214,207)
#D7DED8
(215,222,216)
#E0E6E1
(224,230,225)
#E9EEEA
(233,238,234)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A699; }

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

This text font color is #98A699.


Background Color

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

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

This div background color is #98A699.


Border color

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

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

This div border color is #98A699.


Opacity

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

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

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

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

This text has shadow with #98A699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A699 on black background.


Color preview on white background

This text has color #98A699 on white background.



Black color preview on #98A699 background

This text has black color on #98A699 background.


White color preview on #98A699 background

This text has white color on #98A699 background.