COLOR #98A393

HEX: #98A393 RGB: (152,163,147)

Color info

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

RGB color model

#98A393 color RGB value is (152,163,147).

RGB: (152,163,147) (60%, 64%, 58%)

RGB channels and saturation

R 152 of 255 = 60%
G 163 of 255 = 64%
B 147 of 255 = 58%

152
163
147

R + G + B ~ 61%. #98A393 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 163 + 147 = 462 (100%)
R 152 of 462 ~ 32.9%
G 163 of 462 ~ 35.28%
B 147 of 462 ~ 31.82'%

%32.9
%35.28
%31.82

CMYK color model

#98A393 color CMYK value is (7,0,10,36).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 36.08%

CMYK: (7,0,10,36)
C7M0Y10K36 (7%, 0%, 10%, 36%)
(0.07 / 0.00 / 0.10 / 0.36)

CMYK percentages

%6.75
%0
%9.82
%36.08

Codes

Color #98A393 in popluar color models

98 A3 93
RGB 152 163 147
HSL 101° 8.00% 60.78%
HSB/HSV 101° 9.82% 63.92%
CMYK 6.75% 0.00% 9.82%
36.08%

Color #98A393 in popluar number systems.

HEX 98 A3 93
Decimal 152 163 147
Binary 10011000 10100011 10010011
Octal 230 243 223

Shades and tints

Shades of #98A393

#98A393
(152,163,147)
#8B9586
(139,149,134)
#7E8779
(126,135,121)
#71796C
(113,121,108)
#646B5F
(100,107,95)
#575D52
(87,93,82)
#4A4F45
(74,79,69)
#3D4138
(61,65,56)
#30332B
(48,51,43)
#23251E
(35,37,30)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #98A393

#98A393
(152,163,147)
#A1AB9C
(161,171,156)
#AAB3A5
(170,179,165)
#B3BBAE
(179,187,174)
#BCC3B7
(188,195,183)
#C5CBC0
(197,203,192)
#CED3C9
(206,211,201)
#D7DBD2
(215,219,210)
#E0E3DB
(224,227,219)
#E9EBE4
(233,235,228)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A393 color. Also use rgb(152,163,147) instead hex code.

Text Font Color

.myTextColor { color: #98A393; }

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

This text font color is #98A393.

Background Color

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

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

This div background color is #98A393.

Border color

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

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

This div border color is #98A393.

Opacity

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

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

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

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

This text has shadow with #98A393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A393.

Preview

Color preview on black background

This text has color #98A393 on black background.


Color preview on white background

This text has color #98A393 on white background.


Black color preview on #98A393 background

This text has black color on #98A393 background.


White color preview on #98A393 background

This text has white color on #98A393 background.


Related colors

Complementary color

Complementary color for #hex is #675C6C.


I love getcolorcode.com

Triadic colors

1 #9398A3 and #A39398 with #98A393 are triadic colors.

2 #93A398 and #A39893 with #98A393 are triadic colors.