COLOR #98AE81

HEX: #98AE81 RGB: (152,174,129)

Color info

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

RGB color model

#98AE81 color RGB value is (152,174,129).

RGB: (152,174,129) (60%, 68%, 51%)

RGB channels and saturation

R 152 of 255 = 60%
G 174 of 255 = 68%
B 129 of 255 = 51%

152
174
129

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

Portions of RGB colors in percentages

R + G + B = 152 + 174 + 129 = 455 (100%)
R 152 of 455 ~ 33.41%
G 174 of 455 ~ 38.24%
B 129 of 455 ~ 28.35'%

%33.41
%38.24
%28.35

CMYK color model

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

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 25.86%
  • key color value is 31.76%

CMYK: (13,0,26,32)
C13M0Y26K32 (13%, 0%, 26%, 32%)
(0.13 / 0.00 / 0.26 / 0.32)

CMYK percentages

%12.64
%0
%25.86
%31.76

Codes

Color #98AE81 in popluar color models

98 AE 81
RGB 152 174 129
HSL 89° 21.74% 59.41%
HSB/HSV 89° 25.86% 68.24%
CMYK 12.64% 0.00% 25.86%
31.76%

Color #98AE81 in popluar number systems.

HEX 98 AE 81
Decimal 152 174 129
Binary 10011000 10101110 10000001
Octal 230 256 201

Shades and tints

Shades of #98AE81

#98AE81
(152,174,129)
#8B9F76
(139,159,118)
#7E906B
(126,144,107)
#718160
(113,129,96)
#647255
(100,114,85)
#57634A
(87,99,74)
#4A543F
(74,84,63)
#3D4534
(61,69,52)
#303629
(48,54,41)
#23271E
(35,39,30)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #98AE81

#98AE81
(152,174,129)
#A1B58C
(161,181,140)
#AABC97
(170,188,151)
#B3C3A2
(179,195,162)
#BCCAAD
(188,202,173)
#C5D1B8
(197,209,184)
#CED8C3
(206,216,195)
#D7DFCE
(215,223,206)
#E0E6D9
(224,230,217)
#E9EDE4
(233,237,228)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AE81; }

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

This text font color is #98AE81.

Background Color

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

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

This div background color is #98AE81.

Border color

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

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

This div border color is #98AE81.

Opacity

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

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

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

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

This text has shadow with #98AE81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AE81.

Preview

Color preview on black background

This text has color #98AE81 on black background.


Color preview on white background

This text has color #98AE81 on white background.


Black color preview on #98AE81 background

This text has black color on #98AE81 background.


White color preview on #98AE81 background

This text has white color on #98AE81 background.


Related colors

Complementary color

Complementary color for #hex is #67517E.


I love getcolorcode.com

Triadic colors

1 #8198AE and #AE8198 with #98AE81 are triadic colors.

2 #81AE98 and #AE9881 with #98AE81 are triadic colors.