COLOR #98A783

HEX: #98A783
RGB: (152,167,131)

Color info

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

RGB color model

#98A783 color RGB value is (152,167,131).

  • red value is 152;
  • green value is 167;
  • blue value is 131.
RGB:
(152,167,131)
(60%,65%,51%)

RGB channels and saturation

R 152 of 255 = 60%
G 167 of 255 = 65%
B 131 of 255 = 51%

152
167
131

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

Portions of RGB colors in percentages

R + G + B =
152 + 167 + 131 = 450 (100%)
R 152 of 450 ~ 33.78%
G 167 of 450 ~ 37.11%
B 131 of 450 ~ 29.11%

%33.78
%37.11
%29.11

CMYK color model

#98A783 color CMYK value is (9,0,22,35).

  • cyan value is 8.98%
  • magenta value is 0.00%
  • yellow value is 21.56%
  • key color value is 34.51%
CMYK:
(9,0,22,35)
C9M0Y22K35 
(9%,0%,22%,35%)
(0.09/0.00/0.22/0.35)	

CMYK percentages

%8.98
%0
%21.56
%34.51

Codes

Color #98A783 in popluar color models

98A783
RGB152167131
HSL85°16.98%58.43%
HSB/HSV85°21.56%65.49%
CMYK8.98%0.00%21.56%
34.51%

Color #98A783 in popluar number systems.

HEX98A783
Decimal152167131
Binary100110001010011110000011
Octal230247203

Shades and tints

Shades of #98A783

#98A783
(152,167,131)
#8B9878
(139,152,120)
#7E896D
(126,137,109)
#717A62
(113,122,98)
#646B57
(100,107,87)
#575C4C
(87,92,76)
#4A4D41
(74,77,65)
#3D3E36
(61,62,54)
#302F2B
(48,47,43)
#232020
(35,32,32)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #98A783

#98A783
(152,167,131)
#A1AF8E
(161,175,142)
#AAB799
(170,183,153)
#B3BFA4
(179,191,164)
#BCC7AF
(188,199,175)
#C5CFBA
(197,207,186)
#CED7C5
(206,215,197)
#D7DFD0
(215,223,208)
#E0E7DB
(224,231,219)
#E9EFE6
(233,239,230)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A783 color. Also use rgb(152,167,131) instead hex code.

Text Font Color

.myTextColor { color: #98A783; }

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

This text font color is #98A783.


Background Color

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

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

This div background color is #98A783.


Border color

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

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

This div border color is #98A783.


Opacity

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

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

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

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

This text has shadow with #98A783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A783 on black background.


Color preview on white background

This text has color #98A783 on white background.



Black color preview on #98A783 background

This text has black color on #98A783 background.


White color preview on #98A783 background

This text has white color on #98A783 background.