COLOR #98BD85

HEX: #98BD85
RGB: (152,189,133)

Color info

#98BD85 contains red, green and blue colors in about the same proportion. Web safe color of #98BD85 is #99CC99 (or #9C9).

RGB color model

#98BD85 color RGB value is (152,189,133).

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

RGB channels and saturation

R 152 of 255 = 60%
G 189 of 255 = 74%
B 133 of 255 = 52%

152
189
133

R + G + B ~ 62%. #98BD85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 189 + 133 = 474 (100%)
R 152 of 474 ~ 32.07%
G 189 of 474 ~ 39.87%
B 133 of 474 ~ 28.06%

%32.07
%39.87
%28.06

CMYK color model

#98BD85 color CMYK value is (20,0,30,26).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 25.88%
CMYK:
(20,0,30,26)
C20M0Y30K26 
(20%,0%,30%,26%)
(0.20/0.00/0.30/0.26)	

CMYK percentages

%19.58
%0
%29.63
%25.88

Codes

Color #98BD85 in popluar color models

98BD85
RGB152189133
HSL100°29.79%63.14%
HSB/HSV100°29.63%74.12%
CMYK19.58%0.00%29.63%
25.88%

Color #98BD85 in popluar number systems.

HEX98BD85
Decimal152189133
Binary100110001011110110000101
Octal230275205

Shades and tints

Shades of #98BD85

#98BD85
(152,189,133)
#8BAC79
(139,172,121)
#7E9B6D
(126,155,109)
#718A61
(113,138,97)
#647955
(100,121,85)
#576849
(87,104,73)
#4A573D
(74,87,61)
#3D4631
(61,70,49)
#303525
(48,53,37)
#232419
(35,36,25)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #98BD85

#98BD85
(152,189,133)
#A1C390
(161,195,144)
#AAC99B
(170,201,155)
#B3CFA6
(179,207,166)
#BCD5B1
(188,213,177)
#C5DBBC
(197,219,188)
#CEE1C7
(206,225,199)
#D7E7D2
(215,231,210)
#E0EDDD
(224,237,221)
#E9F3E8
(233,243,232)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BD85; }

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

This text font color is #98BD85.


Background Color

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

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

This div background color is #98BD85.


Border color

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

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

This div border color is #98BD85.


Opacity

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

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

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

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

This text has shadow with #98BD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BD85 on black background.


Color preview on white background

This text has color #98BD85 on white background.



Black color preview on #98BD85 background

This text has black color on #98BD85 background.


White color preview on #98BD85 background

This text has white color on #98BD85 background.