COLOR #98A06C

HEX: #98A06C
RGB: (152,160,108)

Color info

#98A06C contains red, green and blue colors in about the same proportion. Web safe color of #98A06C is #999966 (or #996).

RGB color model

#98A06C color RGB value is (152,160,108).

  • red value is 152;
  • green value is 160;
  • blue value is 108.
RGB:
(152,160,108)
(60%,63%,42%)

RGB channels and saturation

R 152 of 255 = 60%
G 160 of 255 = 63%
B 108 of 255 = 42%

152
160
108

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

Portions of RGB colors in percentages

R + G + B =
152 + 160 + 108 = 420 (100%)
R 152 of 420 ~ 36.19%
G 160 of 420 ~ 38.1%
B 108 of 420 ~ 25.71%

%36.19
%38.1
%25.71

CMYK color model

#98A06C color CMYK value is (5,0,33,37).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 37.25%
CMYK:
(5,0,33,37)
C5M0Y33K37 
(5%,0%,33%,37%)
(0.05/0.00/0.33/0.37)	

CMYK percentages

%5
%0
%32.5
%37.25

Codes

Color #98A06C in popluar color models

98A06C
RGB152160108
HSL69°21.49%52.55%
HSB/HSV69°32.50%62.75%
CMYK5.00%0.00%32.50%
37.25%

Color #98A06C in popluar number systems.

HEX98A06C
Decimal152160108
Binary10011000101000001101100
Octal230240154

Shades and tints

Shades of #98A06C

#98A06C
(152,160,108)
#8B9263
(139,146,99)
#7E845A
(126,132,90)
#717651
(113,118,81)
#646848
(100,104,72)
#575A3F
(87,90,63)
#4A4C36
(74,76,54)
#3D3E2D
(61,62,45)
#303024
(48,48,36)
#23221B
(35,34,27)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #98A06C

#98A06C
(152,160,108)
#A1A879
(161,168,121)
#AAB086
(170,176,134)
#B3B893
(179,184,147)
#BCC0A0
(188,192,160)
#C5C8AD
(197,200,173)
#CED0BA
(206,208,186)
#D7D8C7
(215,216,199)
#E0E0D4
(224,224,212)
#E9E8E1
(233,232,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A06C color. Also use rgb(152,160,108) instead hex code.

Text Font Color

.myTextColor { color: #98A06C; }

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

This text font color is #98A06C.


Background Color

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

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

This div background color is #98A06C.


Border color

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

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

This div border color is #98A06C.


Opacity

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

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

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

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

This text has shadow with #98A06C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A06C on black background.


Color preview on white background

This text has color #98A06C on white background.



Black color preview on #98A06C background

This text has black color on #98A06C background.


White color preview on #98A06C background

This text has white color on #98A06C background.