COLOR #98A39B

HEX: #98A39B RGB: (152,163,155)

Color info

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

RGB color model

#98A39B color RGB value is (152,163,155).

RGB: (152,163,155) (60%, 64%, 61%)

RGB channels and saturation

R 152 of 255 = 60%
G 163 of 255 = 64%
B 155 of 255 = 61%

152
163
155

R + G + B ~ 62%. #98A39B is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 163 + 155 = 470 (100%)
R 152 of 470 ~ 32.34%
G 163 of 470 ~ 34.68%
B 155 of 470 ~ 32.98'%

%32.34
%34.68
%32.98

CMYK color model

#98A39B color CMYK value is (7,0,5,36).

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

CMYK: (7,0,5,36)
C7M0Y5K36 (7%, 0%, 5%, 36%)
(0.07 / 0.00 / 0.05 / 0.36)

CMYK percentages

%6.75
%0
%4.91
%36.08

Codes

Color #98A39B in popluar color models

98 A3 9B
RGB 152 163 155
HSL 136° 5.64% 61.76%
HSB/HSV 136° 6.75% 63.92%
CMYK 6.75% 0.00% 4.91%
36.08%

Color #98A39B in popluar number systems.

HEX 98 A3 9B
Decimal 152 163 155
Binary 10011000 10100011 10011011
Octal 230 243 233

Shades and tints

Shades of #98A39B

#98A39B
(152,163,155)
#8B958D
(139,149,141)
#7E877F
(126,135,127)
#717971
(113,121,113)
#646B63
(100,107,99)
#575D55
(87,93,85)
#4A4F47
(74,79,71)
#3D4139
(61,65,57)
#30332B
(48,51,43)
#23251D
(35,37,29)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #98A39B

#98A39B
(152,163,155)
#A1ABA4
(161,171,164)
#AAB3AD
(170,179,173)
#B3BBB6
(179,187,182)
#BCC3BF
(188,195,191)
#C5CBC8
(197,203,200)
#CED3D1
(206,211,209)
#D7DBDA
(215,219,218)
#E0E3E3
(224,227,227)
#E9EBEC
(233,235,236)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A39B; }

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

This text font color is #98A39B.

Background Color

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

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

This div background color is #98A39B.

Border color

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

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

This div border color is #98A39B.

Opacity

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

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

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

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

This text has shadow with #98A39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A39B.

Preview

Color preview on black background

This text has color #98A39B on black background.


Color preview on white background

This text has color #98A39B on white background.


Black color preview on #98A39B background

This text has black color on #98A39B background.


White color preview on #98A39B background

This text has white color on #98A39B background.


Related colors

Complementary color

Complementary color for #hex is #675C64.


I love getcolorcode.com

Triadic colors

1 #9B98A3 and #A39B98 with #98A39B are triadic colors.

2 #9BA398 and #A3989B with #98A39B are triadic colors.