COLOR #98A87A

HEX: #98A87A
RGB: (152,168,122)

Color info

#98A87A contains red, green and blue colors in about the same proportion. Web safe color of #98A87A is #999966 (or #996).

RGB color model

#98A87A color RGB value is (152,168,122).

  • red value is 152;
  • green value is 168;
  • blue value is 122.
RGB:
(152,168,122)
(60%,66%,48%)

RGB channels and saturation

R 152 of 255 = 60%
G 168 of 255 = 66%
B 122 of 255 = 48%

152
168
122

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

Portions of RGB colors in percentages

R + G + B =
152 + 168 + 122 = 442 (100%)
R 152 of 442 ~ 34.39%
G 168 of 442 ~ 38.01%
B 122 of 442 ~ 27.6%

%34.39
%38.01
%27.6

CMYK color model

#98A87A color CMYK value is (10,0,27,34).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 27.38%
  • key color value is 34.12%
CMYK:
(10,0,27,34)
C10M0Y27K34 
(10%,0%,27%,34%)
(0.10/0.00/0.27/0.34)	

CMYK percentages

%9.52
%0
%27.38
%34.12

Codes

Color #98A87A in popluar color models

98A87A
RGB152168122
HSL81°20.91%56.86%
HSB/HSV81°27.38%65.88%
CMYK9.52%0.00%27.38%
34.12%

Color #98A87A in popluar number systems.

HEX98A87A
Decimal152168122
Binary10011000101010001111010
Octal230250172

Shades and tints

Shades of #98A87A

#98A87A
(152,168,122)
#8B996F
(139,153,111)
#7E8A64
(126,138,100)
#717B59
(113,123,89)
#646C4E
(100,108,78)
#575D43
(87,93,67)
#4A4E38
(74,78,56)
#3D3F2D
(61,63,45)
#303022
(48,48,34)
#232117
(35,33,23)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #98A87A

#98A87A
(152,168,122)
#A1AF86
(161,175,134)
#AAB692
(170,182,146)
#B3BD9E
(179,189,158)
#BCC4AA
(188,196,170)
#C5CBB6
(197,203,182)
#CED2C2
(206,210,194)
#D7D9CE
(215,217,206)
#E0E0DA
(224,224,218)
#E9E7E6
(233,231,230)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A87A color. Also use rgb(152,168,122) instead hex code.

Text Font Color

.myTextColor { color: #98A87A; }

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

This text font color is #98A87A.


Background Color

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

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

This div background color is #98A87A.


Border color

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

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

This div border color is #98A87A.


Opacity

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

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

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

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

This text has shadow with #98A87A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A87A on black background.


Color preview on white background

This text has color #98A87A on white background.



Black color preview on #98A87A background

This text has black color on #98A87A background.


White color preview on #98A87A background

This text has white color on #98A87A background.