COLOR #98AF85

HEX: #98AF85
RGB: (152,175,133)

Color info

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

RGB color model

#98AF85 color RGB value is (152,175,133).

  • red value is 152;
  • green value is 175;
  • blue value is 133.
RGB:
(152,175,133)
(60%,69%,52%)

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 133 of 255 = 52%

152
175
133

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

Portions of RGB colors in percentages

R + G + B =
152 + 175 + 133 = 460 (100%)
R 152 of 460 ~ 33.04%
G 175 of 460 ~ 38.04%
B 133 of 460 ~ 28.91%

%33.04
%38.04
%28.91

CMYK color model

#98AF85 color CMYK value is (13,0,24,31).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(13,0,24,31)
C13M0Y24K31 
(13%,0%,24%,31%)
(0.13/0.00/0.24/0.31)	

CMYK percentages

%13.14
%0
%24
%31.37

Codes

Color #98AF85 in popluar color models

98AF85
RGB152175133
HSL93°20.79%60.39%
HSB/HSV93°24.00%68.63%
CMYK13.14%0.00%24.00%
31.37%

Color #98AF85 in popluar number systems.

HEX98AF85
Decimal152175133
Binary100110001010111110000101
Octal230257205

Shades and tints

Shades of #98AF85

#98AF85
(152,175,133)
#8BA079
(139,160,121)
#7E916D
(126,145,109)
#718261
(113,130,97)
#647355
(100,115,85)
#576449
(87,100,73)
#4A553D
(74,85,61)
#3D4631
(61,70,49)
#303725
(48,55,37)
#232819
(35,40,25)
#16190D
(22,25,13)
#000000
(0,0,0)

Tints of #98AF85

#98AF85
(152,175,133)
#A1B690
(161,182,144)
#AABD9B
(170,189,155)
#B3C4A6
(179,196,166)
#BCCBB1
(188,203,177)
#C5D2BC
(197,210,188)
#CED9C7
(206,217,199)
#D7E0D2
(215,224,210)
#E0E7DD
(224,231,221)
#E9EEE8
(233,238,232)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AF85 color. Also use rgb(152,175,133) instead hex code.

Text Font Color

.myTextColor { color: #98AF85; }

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

This text font color is #98AF85.


Background Color

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

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

This div background color is #98AF85.


Border color

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

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

This div border color is #98AF85.


Opacity

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

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

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

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

This text has shadow with #98AF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AF85 on black background.


Color preview on white background

This text has color #98AF85 on white background.



Black color preview on #98AF85 background

This text has black color on #98AF85 background.


White color preview on #98AF85 background

This text has white color on #98AF85 background.