COLOR #98AC6B

HEX: #98AC6B
RGB: (152,172,107)

Color info

#98AC6B contains mainly red and green colors. Web safe color of #98AC6B is #999966 (or #996).

RGB color model

#98AC6B color RGB value is (152,172,107).

  • red value is 152;
  • green value is 172;
  • blue value is 107.
RGB:
(152,172,107)
(60%,67%,42%)

RGB channels and saturation

R 152 of 255 = 60%
G 172 of 255 = 67%
B 107 of 255 = 42%

152
172
107

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

Portions of RGB colors in percentages

R + G + B =
152 + 172 + 107 = 431 (100%)
R 152 of 431 ~ 35.27%
G 172 of 431 ~ 39.91%
B 107 of 431 ~ 24.83%

%35.27
%39.91
%24.83

CMYK color model

#98AC6B color CMYK value is (12,0,38,33).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 37.79%
  • key color value is 32.55%
CMYK:
(12,0,38,33)
C12M0Y38K33 
(12%,0%,38%,33%)
(0.12/0.00/0.38/0.33)	

CMYK percentages

%11.63
%0
%37.79
%32.55

Codes

Color #98AC6B in popluar color models

98AC6B
RGB152172107
HSL78°28.14%54.71%
HSB/HSV78°37.79%67.45%
CMYK11.63%0.00%37.79%
32.55%

Color #98AC6B in popluar number systems.

HEX98AC6B
Decimal152172107
Binary10011000101011001101011
Octal230254153

Shades and tints

Shades of #98AC6B

#98AC6B
(152,172,107)
#8B9D62
(139,157,98)
#7E8E59
(126,142,89)
#717F50
(113,127,80)
#647047
(100,112,71)
#57613E
(87,97,62)
#4A5235
(74,82,53)
#3D432C
(61,67,44)
#303423
(48,52,35)
#23251A
(35,37,26)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #98AC6B

#98AC6B
(152,172,107)
#A1B378
(161,179,120)
#AABA85
(170,186,133)
#B3C192
(179,193,146)
#BCC89F
(188,200,159)
#C5CFAC
(197,207,172)
#CED6B9
(206,214,185)
#D7DDC6
(215,221,198)
#E0E4D3
(224,228,211)
#E9EBE0
(233,235,224)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AC6B color. Also use rgb(152,172,107) instead hex code.

Text Font Color

.myTextColor { color: #98AC6B; }

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

This text font color is #98AC6B.


Background Color

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

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

This div background color is #98AC6B.


Border color

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

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

This div border color is #98AC6B.


Opacity

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

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

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

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

This text has shadow with #98AC6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AC6B on black background.


Color preview on white background

This text has color #98AC6B on white background.



Black color preview on #98AC6B background

This text has black color on #98AC6B background.


White color preview on #98AC6B background

This text has white color on #98AC6B background.