COLOR #98B782

HEX: #98B782 RGB: (152,183,130)

Color info

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

RGB color model

#98B782 color RGB value is (152,183,130).

RGB: (152,183,130) (60%, 72%, 51%)

RGB channels and saturation

R 152 of 255 = 60%
G 183 of 255 = 72%
B 130 of 255 = 51%

152
183
130

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

Portions of RGB colors in percentages

R + G + B = 152 + 183 + 130 = 465 (100%)
R 152 of 465 ~ 32.69%
G 183 of 465 ~ 39.35%
B 130 of 465 ~ 27.96'%

%32.69
%39.35
%27.96

CMYK color model

#98B782 color CMYK value is (17,0,29,28).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 28.96%
  • key color value is 28.24%

CMYK: (17,0,29,28)
C17M0Y29K28 (17%, 0%, 29%, 28%)
(0.17 / 0.00 / 0.29 / 0.28)

CMYK percentages

%16.94
%0
%28.96
%28.24

Codes

Color #98B782 in popluar color models

98 B7 82
RGB 152 183 130
HSL 95° 26.90% 61.37%
HSB/HSV 95° 28.96% 71.76%
CMYK 16.94% 0.00% 28.96%
28.24%

Color #98B782 in popluar number systems.

HEX 98 B7 82
Decimal 152 183 130
Binary 10011000 10110111 10000010
Octal 230 267 202

Shades and tints

Shades of #98B782

#98B782
(152,183,130)
#8BA777
(139,167,119)
#7E976C
(126,151,108)
#718761
(113,135,97)
#647756
(100,119,86)
#57674B
(87,103,75)
#4A5740
(74,87,64)
#3D4735
(61,71,53)
#30372A
(48,55,42)
#23271F
(35,39,31)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #98B782

#98B782
(152,183,130)
#A1BD8D
(161,189,141)
#AAC398
(170,195,152)
#B3C9A3
(179,201,163)
#BCCFAE
(188,207,174)
#C5D5B9
(197,213,185)
#CEDBC4
(206,219,196)
#D7E1CF
(215,225,207)
#E0E7DA
(224,231,218)
#E9EDE5
(233,237,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B782 color. Also use rgb(152,183,130) instead hex code.

Text Font Color

.myTextColor { color: #98B782; }

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

This text font color is #98B782.

Background Color

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

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

This div background color is #98B782.

Border color

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

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

This div border color is #98B782.

Opacity

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

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

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

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

This text has shadow with #98B782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B782.

Preview

Color preview on black background

This text has color #98B782 on black background.


Color preview on white background

This text has color #98B782 on white background.


Black color preview on #98B782 background

This text has black color on #98B782 background.


White color preview on #98B782 background

This text has white color on #98B782 background.


Related colors

Complementary color

Complementary color for #hex is #67487D.


I love getcolorcode.com

Triadic colors

1 #8298B7 and #B78298 with #98B782 are triadic colors.

2 #82B798 and #B79882 with #98B782 are triadic colors.