COLOR #98A78D

HEX: #98A78D RGB: (152,167,141)

Color info

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

RGB color model

#98A78D color RGB value is (152,167,141).

RGB: (152,167,141) (60%, 65%, 55%)

RGB channels and saturation

R 152 of 255 = 60%
G 167 of 255 = 65%
B 141 of 255 = 55%

152
167
141

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

Portions of RGB colors in percentages

R + G + B = 152 + 167 + 141 = 460 (100%)
R 152 of 460 ~ 33.04%
G 167 of 460 ~ 36.3%
B 141 of 460 ~ 30.65'%

%33.04
%36.3
%30.65

CMYK color model

#98A78D color CMYK value is (9,0,16,35).

  • cyan value is 8.98%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 34.51%

CMYK: (9,0,16,35)
C9M0Y16K35 (9%, 0%, 16%, 35%)
(0.09 / 0.00 / 0.16 / 0.35)

CMYK percentages

%8.98
%0
%15.57
%34.51

Codes

Color #98A78D in popluar color models

98 A7 8D
RGB 152 167 141
HSL 95° 12.87% 60.39%
HSB/HSV 95° 15.57% 65.49%
CMYK 8.98% 0.00% 15.57%
34.51%

Color #98A78D in popluar number systems.

HEX 98 A7 8D
Decimal 152 167 141
Binary 10011000 10100111 10001101
Octal 230 247 215

Shades and tints

Shades of #98A78D

#98A78D
(152,167,141)
#8B9881
(139,152,129)
#7E8975
(126,137,117)
#717A69
(113,122,105)
#646B5D
(100,107,93)
#575C51
(87,92,81)
#4A4D45
(74,77,69)
#3D3E39
(61,62,57)
#302F2D
(48,47,45)
#232021
(35,32,33)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #98A78D

#98A78D
(152,167,141)
#A1AF97
(161,175,151)
#AAB7A1
(170,183,161)
#B3BFAB
(179,191,171)
#BCC7B5
(188,199,181)
#C5CFBF
(197,207,191)
#CED7C9
(206,215,201)
#D7DFD3
(215,223,211)
#E0E7DD
(224,231,221)
#E9EFE7
(233,239,231)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A78D color. Also use rgb(152,167,141) instead hex code.

Text Font Color

.myTextColor { color: #98A78D; }

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

This text font color is #98A78D.

Background Color

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

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

This div background color is #98A78D.

Border color

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

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

This div border color is #98A78D.

Opacity

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

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

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

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

This text has shadow with #98A78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A78D.

Preview

Color preview on black background

This text has color #98A78D on black background.


Color preview on white background

This text has color #98A78D on white background.


Black color preview on #98A78D background

This text has black color on #98A78D background.


White color preview on #98A78D background

This text has white color on #98A78D background.


Related colors

Complementary color

Complementary color for #hex is #675872.


I love getcolorcode.com

Triadic colors

1 #8D98A7 and #A78D98 with #98A78D are triadic colors.

2 #8DA798 and #A7988D with #98A78D are triadic colors.