COLOR #98A191

HEX: #98A191
RGB: (152,161,145)

Color info

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

RGB color model

#98A191 color RGB value is (152,161,145).

  • red value is 152;
  • green value is 161;
  • blue value is 145.
RGB:
(152,161,145)
(60%,63%,57%)

RGB channels and saturation

R 152 of 255 = 60%
G 161 of 255 = 63%
B 145 of 255 = 57%

152
161
145

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

Portions of RGB colors in percentages

R + G + B =
152 + 161 + 145 = 458 (100%)
R 152 of 458 ~ 33.19%
G 161 of 458 ~ 35.15%
B 145 of 458 ~ 31.66%

%33.19
%35.15
%31.66

CMYK color model

#98A191 color CMYK value is (6,0,10,37).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 9.94%
  • key color value is 36.86%
CMYK:
(6,0,10,37)
C6M0Y10K37 
(6%,0%,10%,37%)
(0.06/0.00/0.10/0.37)	

CMYK percentages

%5.59
%0
%9.94
%36.86

Codes

Color #98A191 in popluar color models

98A191
RGB152161145
HSL94°7.84%60.00%
HSB/HSV94°9.94%63.14%
CMYK5.59%0.00%9.94%
36.86%

Color #98A191 in popluar number systems.

HEX98A191
Decimal152161145
Binary100110001010000110010001
Octal230241221

Shades and tints

Shades of #98A191

#98A191
(152,161,145)
#8B9384
(139,147,132)
#7E8577
(126,133,119)
#71776A
(113,119,106)
#64695D
(100,105,93)
#575B50
(87,91,80)
#4A4D43
(74,77,67)
#3D3F36
(61,63,54)
#303129
(48,49,41)
#23231C
(35,35,28)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #98A191

#98A191
(152,161,145)
#A1A99B
(161,169,155)
#AAB1A5
(170,177,165)
#B3B9AF
(179,185,175)
#BCC1B9
(188,193,185)
#C5C9C3
(197,201,195)
#CED1CD
(206,209,205)
#D7D9D7
(215,217,215)
#E0E1E1
(224,225,225)
#E9E9EB
(233,233,235)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A191 color. Also use rgb(152,161,145) instead hex code.

Text Font Color

.myTextColor { color: #98A191; }

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

This text font color is #98A191.


Background Color

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

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

This div background color is #98A191.


Border color

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

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

This div border color is #98A191.


Opacity

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

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

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

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

This text has shadow with #98A191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A191 on black background.


Color preview on white background

This text has color #98A191 on white background.



Black color preview on #98A191 background

This text has black color on #98A191 background.


White color preview on #98A191 background

This text has white color on #98A191 background.