COLOR #98A38A

HEX: #98A38A RGB: (152,163,138)

Color info

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

RGB color model

#98A38A color RGB value is (152,163,138).

RGB: (152,163,138) (60%, 64%, 54%)

RGB channels and saturation

R 152 of 255 = 60%
G 163 of 255 = 64%
B 138 of 255 = 54%

152
163
138

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

Portions of RGB colors in percentages

R + G + B = 152 + 163 + 138 = 453 (100%)
R 152 of 453 ~ 33.55%
G 163 of 453 ~ 35.98%
B 138 of 453 ~ 30.46'%

%33.55
%35.98
%30.46

CMYK color model

#98A38A color CMYK value is (7,0,15,36).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 36.08%

CMYK: (7,0,15,36)
C7M0Y15K36 (7%, 0%, 15%, 36%)
(0.07 / 0.00 / 0.15 / 0.36)

CMYK percentages

%6.75
%0
%15.34
%36.08

Codes

Color #98A38A in popluar color models

98 A3 8A
RGB 152 163 138
HSL 86° 11.96% 59.02%
HSB/HSV 86° 15.34% 63.92%
CMYK 6.75% 0.00% 15.34%
36.08%

Color #98A38A in popluar number systems.

HEX 98 A3 8A
Decimal 152 163 138
Binary 10011000 10100011 10001010
Octal 230 243 212

Shades and tints

Shades of #98A38A

#98A38A
(152,163,138)
#8B957E
(139,149,126)
#7E8772
(126,135,114)
#717966
(113,121,102)
#646B5A
(100,107,90)
#575D4E
(87,93,78)
#4A4F42
(74,79,66)
#3D4136
(61,65,54)
#30332A
(48,51,42)
#23251E
(35,37,30)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #98A38A

#98A38A
(152,163,138)
#A1AB94
(161,171,148)
#AAB39E
(170,179,158)
#B3BBA8
(179,187,168)
#BCC3B2
(188,195,178)
#C5CBBC
(197,203,188)
#CED3C6
(206,211,198)
#D7DBD0
(215,219,208)
#E0E3DA
(224,227,218)
#E9EBE4
(233,235,228)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A38A; }

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

This text font color is #98A38A.

Background Color

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

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

This div background color is #98A38A.

Border color

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

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

This div border color is #98A38A.

Opacity

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

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

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

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

This text has shadow with #98A38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A38A.

Preview

Color preview on black background

This text has color #98A38A on black background.


Color preview on white background

This text has color #98A38A on white background.


Black color preview on #98A38A background

This text has black color on #98A38A background.


White color preview on #98A38A background

This text has white color on #98A38A background.


Related colors

Complementary color

Complementary color for #hex is #675C75.


I love getcolorcode.com

Triadic colors

1 #8A98A3 and #A38A98 with #98A38A are triadic colors.

2 #8AA398 and #A3988A with #98A38A are triadic colors.