COLOR #98A88C

HEX: #98A88C
RGB: (152,168,140)

Color info

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

RGB color model

#98A88C color RGB value is (152,168,140).

  • red value is 152;
  • green value is 168;
  • blue value is 140.
RGB:
(152,168,140)
(60%,66%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 168 of 255 = 66%
B 140 of 255 = 55%

152
168
140

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

Portions of RGB colors in percentages

R + G + B =
152 + 168 + 140 = 460 (100%)
R 152 of 460 ~ 33.04%
G 168 of 460 ~ 36.52%
B 140 of 460 ~ 30.43%

%33.04
%36.52
%30.43

CMYK color model

#98A88C color CMYK value is (10,0,17,34).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK:
(10,0,17,34)
C10M0Y17K34 
(10%,0%,17%,34%)
(0.10/0.00/0.17/0.34)	

CMYK percentages

%9.52
%0
%16.67
%34.12

Codes

Color #98A88C in popluar color models

98A88C
RGB152168140
HSL94°13.86%60.39%
HSB/HSV94°16.67%65.88%
CMYK9.52%0.00%16.67%
34.12%

Color #98A88C in popluar number systems.

HEX98A88C
Decimal152168140
Binary100110001010100010001100
Octal230250214

Shades and tints

Shades of #98A88C

#98A88C
(152,168,140)
#8B9980
(139,153,128)
#7E8A74
(126,138,116)
#717B68
(113,123,104)
#646C5C
(100,108,92)
#575D50
(87,93,80)
#4A4E44
(74,78,68)
#3D3F38
(61,63,56)
#30302C
(48,48,44)
#232120
(35,33,32)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #98A88C

#98A88C
(152,168,140)
#A1AF96
(161,175,150)
#AAB6A0
(170,182,160)
#B3BDAA
(179,189,170)
#BCC4B4
(188,196,180)
#C5CBBE
(197,203,190)
#CED2C8
(206,210,200)
#D7D9D2
(215,217,210)
#E0E0DC
(224,224,220)
#E9E7E6
(233,231,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A88C color. Also use rgb(152,168,140) instead hex code.

Text Font Color

.myTextColor { color: #98A88C; }

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

This text font color is #98A88C.


Background Color

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

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

This div background color is #98A88C.


Border color

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

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

This div border color is #98A88C.


Opacity

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

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

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

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

This text has shadow with #98A88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A88C on black background.


Color preview on white background

This text has color #98A88C on white background.



Black color preview on #98A88C background

This text has black color on #98A88C background.


White color preview on #98A88C background

This text has white color on #98A88C background.