COLOR #98B4AE

HEX: #98B4AE
RGB: (152,180,174)

Color info

#98B4AE contains red, green and blue colors in about the same proportion. Web safe color of #98B4AE is #99CC99 (or #9C9).

RGB color model

#98B4AE color RGB value is (152,180,174).

  • red value is 152;
  • green value is 180;
  • blue value is 174.
RGB:
(152,180,174)
(60%,71%,68%)

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 174 of 255 = 68%

152
180
174

R + G + B ~ 66%. #98B4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 180 + 174 = 506 (100%)
R 152 of 506 ~ 30.04%
G 180 of 506 ~ 35.57%
B 174 of 506 ~ 34.39%

%30.04
%35.57
%34.39

CMYK color model

#98B4AE color CMYK value is (16,0,3,29).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK:
(16,0,3,29)
C16M0Y3K29 
(16%,0%,3%,29%)
(0.16/0.00/0.03/0.29)	

CMYK percentages

%15.56
%0
%3.33
%29.41

Codes

Color #98B4AE in popluar color models

98B4AE
RGB152180174
HSL167°15.73%65.10%
HSB/HSV167°15.56%70.59%
CMYK15.56%0.00%3.33%
29.41%

Color #98B4AE in popluar number systems.

HEX98B4AE
Decimal152180174
Binary100110001011010010101110
Octal230264256

Shades and tints

Shades of #98B4AE

#98B4AE
(152,180,174)
#8BA49F
(139,164,159)
#7E9490
(126,148,144)
#718481
(113,132,129)
#647472
(100,116,114)
#576463
(87,100,99)
#4A5454
(74,84,84)
#3D4445
(61,68,69)
#303436
(48,52,54)
#232427
(35,36,39)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #98B4AE

#98B4AE
(152,180,174)
#A1BAB5
(161,186,181)
#AAC0BC
(170,192,188)
#B3C6C3
(179,198,195)
#BCCCCA
(188,204,202)
#C5D2D1
(197,210,209)
#CED8D8
(206,216,216)
#D7DEDF
(215,222,223)
#E0E4E6
(224,228,230)
#E9EAED
(233,234,237)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B4AE color. Also use rgb(152,180,174) instead hex code.

Text Font Color

.myTextColor { color: #98B4AE; }

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

This text font color is #98B4AE.


Background Color

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

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

This div background color is #98B4AE.


Border color

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

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

This div border color is #98B4AE.


Opacity

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

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

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

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

This text has shadow with #98B4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B4AE on black background.


Color preview on white background

This text has color #98B4AE on white background.



Black color preview on #98B4AE background

This text has black color on #98B4AE background.


White color preview on #98B4AE background

This text has white color on #98B4AE background.