COLOR #98A184

HEX: #98A184 RGB: (152,161,132)

Color info

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

RGB color model

#98A184 color RGB value is (152,161,132).

RGB: (152,161,132) (60%, 63%, 52%)

RGB channels and saturation

R 152 of 255 = 60%
G 161 of 255 = 63%
B 132 of 255 = 52%

152
161
132

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

Portions of RGB colors in percentages

R + G + B = 152 + 161 + 132 = 445 (100%)
R 152 of 445 ~ 34.16%
G 161 of 445 ~ 36.18%
B 132 of 445 ~ 29.66'%

%34.16
%36.18
%29.66

CMYK color model

#98A184 color CMYK value is (6,0,18,37).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 18.01%
  • key color value is 36.86%
CMYK: (6,0,18,37) C6M0Y18K37 (6%,0%,18%,37%) (0.06/0.00/0.18/0.37) 

CMYK percentages

%5.59
%0
%18.01
%36.86

Codes

Color #98A184 in popluar color models

98 A1 84
RGB 152 161 132
HSL 79° 13.36% 57.45%
HSB/HSV 79° 18.01% 63.14%
CMYK 5.59% 0.00% 18.01%
36.86%

Color #98A184 in popluar number systems.

HEX 98 A1 84
Decimal 152 161 132
Binary 10011000 10100001 10000100
Octal 230 241 204

Shades and tints

Shades of #98A184

#98A184
(152,161,132)
#8B9378
(139,147,120)
#7E856C
(126,133,108)
#717760
(113,119,96)
#646954
(100,105,84)
#575B48
(87,91,72)
#4A4D3C
(74,77,60)
#3D3F30
(61,63,48)
#303124
(48,49,36)
#232318
(35,35,24)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #98A184

#98A184
(152,161,132)
#A1A98F
(161,169,143)
#AAB19A
(170,177,154)
#B3B9A5
(179,185,165)
#BCC1B0
(188,193,176)
#C5C9BB
(197,201,187)
#CED1C6
(206,209,198)
#D7D9D1
(215,217,209)
#E0E1DC
(224,225,220)
#E9E9E7
(233,233,231)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A184; }

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

This text font color is #98A184.

Background Color

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

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

This div background color is #98A184.

Border color

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

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

This div border color is #98A184.

Opacity

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

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

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

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

This text has shadow with #98A184 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A184.

Preview

Color preview on black background

This text has color #98A184 on black background.


Color preview on white background

This text has color #98A184 on white background.


Black color preview on #98A184 background

This text has black color on #98A184 background.


White color preview on #98A184 background

This text has white color on #98A184 background.


Related colors

Complementary color

Complementary color for #hex is #675E7B.


I love getcolorcode.com

Triadic colors

1 #8498A1 and #A18498 with #98A184 are triadic colors.

2 #84A198 and #A19884 with #98A184 are triadic colors.