COLOR #98B184

HEX: #98B184 RGB: (152,177,132)

Color info

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

RGB color model

#98B184 color RGB value is (152,177,132).

RGB: (152,177,132) (60%, 69%, 52%)

RGB channels and saturation

R 152 of 255 = 60%
G 177 of 255 = 69%
B 132 of 255 = 52%

152
177
132

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

Portions of RGB colors in percentages

R + G + B = 152 + 177 + 132 = 461 (100%)
R 152 of 461 ~ 32.97%
G 177 of 461 ~ 38.39%
B 132 of 461 ~ 28.63'%

%32.97
%38.39
%28.63

CMYK color model

#98B184 color CMYK value is (14,0,25,31).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 30.59%
CMYK: (14,0,25,31) C14M0Y25K31 (14%,0%,25%,31%) (0.14/0.00/0.25/0.31) 

CMYK percentages

%14.12
%0
%25.42
%30.59

Codes

Color #98B184 in popluar color models

98 B1 84
RGB 152 177 132
HSL 93° 22.39% 60.59%
HSB/HSV 93° 25.42% 69.41%
CMYK 14.12% 0.00% 25.42%
30.59%

Color #98B184 in popluar number systems.

HEX 98 B1 84
Decimal 152 177 132
Binary 10011000 10110001 10000100
Octal 230 261 204

Shades and tints

Shades of #98B184

#98B184
(152,177,132)
#8BA178
(139,161,120)
#7E916C
(126,145,108)
#718160
(113,129,96)
#647154
(100,113,84)
#576148
(87,97,72)
#4A513C
(74,81,60)
#3D4130
(61,65,48)
#303124
(48,49,36)
#232118
(35,33,24)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #98B184

#98B184
(152,177,132)
#A1B88F
(161,184,143)
#AABF9A
(170,191,154)
#B3C6A5
(179,198,165)
#BCCDB0
(188,205,176)
#C5D4BB
(197,212,187)
#CEDBC6
(206,219,198)
#D7E2D1
(215,226,209)
#E0E9DC
(224,233,220)
#E9F0E7
(233,240,231)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B184; }

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

This text font color is #98B184.

Background Color

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

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

This div background color is #98B184.

Border color

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

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

This div border color is #98B184.

Opacity

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

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

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

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

This text has shadow with #98B184 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B184.

Preview

Color preview on black background

This text has color #98B184 on black background.


Color preview on white background

This text has color #98B184 on white background.


Black color preview on #98B184 background

This text has black color on #98B184 background.


White color preview on #98B184 background

This text has white color on #98B184 background.


Related colors

Complementary color

Complementary color for #hex is #674E7B.


I love getcolorcode.com

Triadic colors

1 #8498B1 and #B18498 with #98B184 are triadic colors.

2 #84B198 and #B19884 with #98B184 are triadic colors.