COLOR #98B287

HEX: #98B287
RGB: (152,178,135)

Color info

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

RGB color model

#98B287 color RGB value is (152,178,135).

  • red value is 152;
  • green value is 178;
  • blue value is 135.
RGB:
(152,178,135)
(60%,70%,53%)

RGB channels and saturation

R 152 of 255 = 60%
G 178 of 255 = 70%
B 135 of 255 = 53%

152
178
135

R + G + B ~ 61%. #98B287 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 178 + 135 = 465 (100%)
R 152 of 465 ~ 32.69%
G 178 of 465 ~ 38.28%
B 135 of 465 ~ 29.03%

%32.69
%38.28
%29.03

CMYK color model

#98B287 color CMYK value is (15,0,24,30).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 24.16%
  • key color value is 30.20%
CMYK:
(15,0,24,30)
C15M0Y24K30 
(15%,0%,24%,30%)
(0.15/0.00/0.24/0.30)	

CMYK percentages

%14.61
%0
%24.16
%30.2

Codes

Color #98B287 in popluar color models

98B287
RGB152178135
HSL96°21.83%61.37%
HSB/HSV96°24.16%69.80%
CMYK14.61%0.00%24.16%
30.20%

Color #98B287 in popluar number systems.

HEX98B287
Decimal152178135
Binary100110001011001010000111
Octal230262207

Shades and tints

Shades of #98B287

#98B287
(152,178,135)
#8BA27B
(139,162,123)
#7E926F
(126,146,111)
#718263
(113,130,99)
#647257
(100,114,87)
#57624B
(87,98,75)
#4A523F
(74,82,63)
#3D4233
(61,66,51)
#303227
(48,50,39)
#23221B
(35,34,27)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #98B287

#98B287
(152,178,135)
#A1B991
(161,185,145)
#AAC09B
(170,192,155)
#B3C7A5
(179,199,165)
#BCCEAF
(188,206,175)
#C5D5B9
(197,213,185)
#CEDCC3
(206,220,195)
#D7E3CD
(215,227,205)
#E0EAD7
(224,234,215)
#E9F1E1
(233,241,225)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B287 color. Also use rgb(152,178,135) instead hex code.

Text Font Color

.myTextColor { color: #98B287; }

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

This text font color is #98B287.


Background Color

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

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

This div background color is #98B287.


Border color

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

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

This div border color is #98B287.


Opacity

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

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

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

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

This text has shadow with #98B287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B287 on black background.


Color preview on white background

This text has color #98B287 on white background.



Black color preview on #98B287 background

This text has black color on #98B287 background.


White color preview on #98B287 background

This text has white color on #98B287 background.