COLOR #98A88A

HEX: #98A88A RGB: (152,168,138)

Color info

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

RGB color model

#98A88A color RGB value is (152,168,138).

RGB: (152,168,138) (60%, 66%, 54%)

RGB channels and saturation

R 152 of 255 = 60%
G 168 of 255 = 66%
B 138 of 255 = 54%

152
168
138

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

Portions of RGB colors in percentages

R + G + B = 152 + 168 + 138 = 458 (100%)
R 152 of 458 ~ 33.19%
G 168 of 458 ~ 36.68%
B 138 of 458 ~ 30.13'%

%33.19
%36.68
%30.13

CMYK color model

#98A88A color CMYK value is (10,0,18,34).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 34.12%

CMYK: (10,0,18,34)
C10M0Y18K34 (10%, 0%, 18%, 34%)
(0.10 / 0.00 / 0.18 / 0.34)

CMYK percentages

%9.52
%0
%17.86
%34.12

Codes

Color #98A88A in popluar color models

98 A8 8A
RGB 152 168 138
HSL 92° 14.71% 60.00%
HSB/HSV 92° 17.86% 65.88%
CMYK 9.52% 0.00% 17.86%
34.12%

Color #98A88A in popluar number systems.

HEX 98 A8 8A
Decimal 152 168 138
Binary 10011000 10101000 10001010
Octal 230 250 212

Shades and tints

Shades of #98A88A

#98A88A
(152,168,138)
#8B997E
(139,153,126)
#7E8A72
(126,138,114)
#717B66
(113,123,102)
#646C5A
(100,108,90)
#575D4E
(87,93,78)
#4A4E42
(74,78,66)
#3D3F36
(61,63,54)
#30302A
(48,48,42)
#23211E
(35,33,30)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #98A88A

#98A88A
(152,168,138)
#A1AF94
(161,175,148)
#AAB69E
(170,182,158)
#B3BDA8
(179,189,168)
#BCC4B2
(188,196,178)
#C5CBBC
(197,203,188)
#CED2C6
(206,210,198)
#D7D9D0
(215,217,208)
#E0E0DA
(224,224,218)
#E9E7E4
(233,231,228)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A88A; }

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

This text font color is #98A88A.

Background Color

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

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

This div background color is #98A88A.

Border color

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

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

This div border color is #98A88A.

Opacity

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

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

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

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

This text has shadow with #98A88A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A88A.

Preview

Color preview on black background

This text has color #98A88A on black background.


Color preview on white background

This text has color #98A88A on white background.


Black color preview on #98A88A background

This text has black color on #98A88A background.


White color preview on #98A88A background

This text has white color on #98A88A background.


Related colors

Complementary color

Complementary color for #hex is #675775.


I love getcolorcode.com

Triadic colors

1 #8A98A8 and #A88A98 with #98A88A are triadic colors.

2 #8AA898 and #A8988A with #98A88A are triadic colors.