COLOR #98A665

HEX: #98A665
RGB: (152,166,101)

Color info

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

RGB color model

#98A665 color RGB value is (152,166,101).

  • red value is 152;
  • green value is 166;
  • blue value is 101.
RGB:
(152,166,101)
(60%,65%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 166 of 255 = 65%
B 101 of 255 = 40%

152
166
101

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

Portions of RGB colors in percentages

R + G + B =
152 + 166 + 101 = 419 (100%)
R 152 of 419 ~ 36.28%
G 166 of 419 ~ 39.62%
B 101 of 419 ~ 24.11%

%36.28
%39.62
%24.11

CMYK color model

#98A665 color CMYK value is (8,0,39,35).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 39.16%
  • key color value is 34.90%
CMYK:
(8,0,39,35)
C8M0Y39K35 
(8%,0%,39%,35%)
(0.08/0.00/0.39/0.35)	

CMYK percentages

%8.43
%0
%39.16
%34.9

Codes

Color #98A665 in popluar color models

98A665
RGB152166101
HSL73°26.75%52.35%
HSB/HSV73°39.16%65.10%
CMYK8.43%0.00%39.16%
34.90%

Color #98A665 in popluar number systems.

HEX98A665
Decimal152166101
Binary10011000101001101100101
Octal230246145

Shades and tints

Shades of #98A665

#98A665
(152,166,101)
#8B975C
(139,151,92)
#7E8853
(126,136,83)
#71794A
(113,121,74)
#646A41
(100,106,65)
#575B38
(87,91,56)
#4A4C2F
(74,76,47)
#3D3D26
(61,61,38)
#302E1D
(48,46,29)
#231F14
(35,31,20)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #98A665

#98A665
(152,166,101)
#A1AE73
(161,174,115)
#AAB681
(170,182,129)
#B3BE8F
(179,190,143)
#BCC69D
(188,198,157)
#C5CEAB
(197,206,171)
#CED6B9
(206,214,185)
#D7DEC7
(215,222,199)
#E0E6D5
(224,230,213)
#E9EEE3
(233,238,227)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A665 color. Also use rgb(152,166,101) instead hex code.

Text Font Color

.myTextColor { color: #98A665; }

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

This text font color is #98A665.


Background Color

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

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

This div background color is #98A665.


Border color

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

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

This div border color is #98A665.


Opacity

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

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

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

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

This text has shadow with #98A665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A665 on black background.


Color preview on white background

This text has color #98A665 on white background.



Black color preview on #98A665 background

This text has black color on #98A665 background.


White color preview on #98A665 background

This text has white color on #98A665 background.