COLOR #98AE76

HEX: #98AE76 RGB: (152,174,118)

Color info

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

RGB color model

#98AE76 color RGB value is (152,174,118).

RGB: (152,174,118) (60%, 68%, 46%)

RGB channels and saturation

R 152 of 255 = 60%
G 174 of 255 = 68%
B 118 of 255 = 46%

152
174
118

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

Portions of RGB colors in percentages

R + G + B = 152 + 174 + 118 = 444 (100%)
R 152 of 444 ~ 34.23%
G 174 of 444 ~ 39.19%
B 118 of 444 ~ 26.58'%

%34.23
%39.19
%26.58

CMYK color model

#98AE76 color CMYK value is (13,0,32,32).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 31.76%
CMYK: (13,0,32,32) C13M0Y32K32 (13%,0%,32%,32%) (0.13/0.00/0.32/0.32) 

CMYK percentages

%12.64
%0
%32.18
%31.76

Codes

Color #98AE76 in popluar color models

98 AE 76
RGB 152 174 118
HSL 84° 25.69% 57.25%
HSB/HSV 84° 32.18% 68.24%
CMYK 12.64% 0.00% 32.18%
31.76%

Color #98AE76 in popluar number systems.

HEX 98 AE 76
Decimal 152 174 118
Binary 10011000 10101110 1110110
Octal 230 256 166

Shades and tints

Shades of #98AE76

#98AE76
(152,174,118)
#8B9F6C
(139,159,108)
#7E9062
(126,144,98)
#718158
(113,129,88)
#64724E
(100,114,78)
#576344
(87,99,68)
#4A543A
(74,84,58)
#3D4530
(61,69,48)
#303626
(48,54,38)
#23271C
(35,39,28)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #98AE76

#98AE76
(152,174,118)
#A1B582
(161,181,130)
#AABC8E
(170,188,142)
#B3C39A
(179,195,154)
#BCCAA6
(188,202,166)
#C5D1B2
(197,209,178)
#CED8BE
(206,216,190)
#D7DFCA
(215,223,202)
#E0E6D6
(224,230,214)
#E9EDE2
(233,237,226)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AE76 color. Also use rgb(152,174,118) instead hex code.

Text Font Color

.myTextColor { color: #98AE76; }

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

This text font color is #98AE76.

Background Color

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

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

This div background color is #98AE76.

Border color

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

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

This div border color is #98AE76.

Opacity

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

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

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

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

This text has shadow with #98AE76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AE76.

Preview

Color preview on black background

This text has color #98AE76 on black background.


Color preview on white background

This text has color #98AE76 on white background.


Black color preview on #98AE76 background

This text has black color on #98AE76 background.


White color preview on #98AE76 background

This text has white color on #98AE76 background.


Related colors

Complementary color

Complementary color for #hex is #675189.


I love getcolorcode.com

Triadic colors

1 #7698AE and #AE7698 with #98AE76 are triadic colors.

2 #76AE98 and #AE9876 with #98AE76 are triadic colors.