COLOR #98B2A4

HEX: #98B2A4
RGB: (152,178,164)

Color info

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

RGB color model

#98B2A4 color RGB value is (152,178,164).

  • red value is 152;
  • green value is 178;
  • blue value is 164.
RGB:
(152,178,164)
(60%,70%,64%)

RGB channels and saturation

R 152 of 255 = 60%
G 178 of 255 = 70%
B 164 of 255 = 64%

152
178
164

R + G + B ~ 65%. #98B2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 178 + 164 = 494 (100%)
R 152 of 494 ~ 30.77%
G 178 of 494 ~ 36.03%
B 164 of 494 ~ 33.2%

%30.77
%36.03
%33.2

CMYK color model

#98B2A4 color CMYK value is (15,0,8,30).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 30.20%
CMYK:
(15,0,8,30)
C15M0Y8K30 
(15%,0%,8%,30%)
(0.15/0.00/0.08/0.30)	

CMYK percentages

%14.61
%0
%7.87
%30.2

Codes

Color #98B2A4 in popluar color models

98B2A4
RGB152178164
HSL148°14.44%64.71%
HSB/HSV148°14.61%69.80%
CMYK14.61%0.00%7.87%
30.20%

Color #98B2A4 in popluar number systems.

HEX98B2A4
Decimal152178164
Binary100110001011001010100100
Octal230262244

Shades and tints

Shades of #98B2A4

#98B2A4
(152,178,164)
#8BA296
(139,162,150)
#7E9288
(126,146,136)
#71827A
(113,130,122)
#64726C
(100,114,108)
#57625E
(87,98,94)
#4A5250
(74,82,80)
#3D4242
(61,66,66)
#303234
(48,50,52)
#232226
(35,34,38)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #98B2A4

#98B2A4
(152,178,164)
#A1B9AC
(161,185,172)
#AAC0B4
(170,192,180)
#B3C7BC
(179,199,188)
#BCCEC4
(188,206,196)
#C5D5CC
(197,213,204)
#CEDCD4
(206,220,212)
#D7E3DC
(215,227,220)
#E0EAE4
(224,234,228)
#E9F1EC
(233,241,236)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B2A4 color. Also use rgb(152,178,164) instead hex code.

Text Font Color

.myTextColor { color: #98B2A4; }

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

This text font color is #98B2A4.


Background Color

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

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

This div background color is #98B2A4.


Border color

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

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

This div border color is #98B2A4.


Opacity

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

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

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

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

This text has shadow with #98B2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B2A4 on black background.


Color preview on white background

This text has color #98B2A4 on white background.



Black color preview on #98B2A4 background

This text has black color on #98B2A4 background.


White color preview on #98B2A4 background

This text has white color on #98B2A4 background.