COLOR #98A77E

HEX: #98A77E RGB: (152,167,126)

Color info

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

RGB color model

#98A77E color RGB value is (152,167,126).

RGB: (152,167,126) (60%, 65%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 167 of 255 = 65%
B 126 of 255 = 49%

152
167
126

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

Portions of RGB colors in percentages

R + G + B = 152 + 167 + 126 = 445 (100%)
R 152 of 445 ~ 34.16%
G 167 of 445 ~ 37.53%
B 126 of 445 ~ 28.31'%

%34.16
%37.53
%28.31

CMYK color model

#98A77E color CMYK value is (9,0,25,35).

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

CMYK: (9,0,25,35)
C9M0Y25K35 (9%, 0%, 25%, 35%)
(0.09 / 0.00 / 0.25 / 0.35)

CMYK percentages

%8.98
%0
%24.55
%34.51

Codes

Color #98A77E in popluar color models

98 A7 7E
RGB 152 167 126
HSL 82° 18.89% 57.45%
HSB/HSV 82° 24.55% 65.49%
CMYK 8.98% 0.00% 24.55%
34.51%

Color #98A77E in popluar number systems.

HEX 98 A7 7E
Decimal 152 167 126
Binary 10011000 10100111 1111110
Octal 230 247 176

Shades and tints

Shades of #98A77E

#98A77E
(152,167,126)
#8B9873
(139,152,115)
#7E8968
(126,137,104)
#717A5D
(113,122,93)
#646B52
(100,107,82)
#575C47
(87,92,71)
#4A4D3C
(74,77,60)
#3D3E31
(61,62,49)
#302F26
(48,47,38)
#23201B
(35,32,27)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #98A77E

#98A77E
(152,167,126)
#A1AF89
(161,175,137)
#AAB794
(170,183,148)
#B3BF9F
(179,191,159)
#BCC7AA
(188,199,170)
#C5CFB5
(197,207,181)
#CED7C0
(206,215,192)
#D7DFCB
(215,223,203)
#E0E7D6
(224,231,214)
#E9EFE1
(233,239,225)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A77E; }

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

This text font color is #98A77E.

Background Color

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

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

This div background color is #98A77E.

Border color

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

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

This div border color is #98A77E.

Opacity

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

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

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

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

This text has shadow with #98A77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A77E.

Preview

Color preview on black background

This text has color #98A77E on black background.


Color preview on white background

This text has color #98A77E on white background.


Black color preview on #98A77E background

This text has black color on #98A77E background.


White color preview on #98A77E background

This text has white color on #98A77E background.


Related colors

Complementary color

Complementary color for #hex is #675881.


I love getcolorcode.com

Triadic colors

1 #7E98A7 and #A77E98 with #98A77E are triadic colors.

2 #7EA798 and #A7987E with #98A77E are triadic colors.