COLOR #98BCAE

HEX: #98BCAE
RGB: (152,188,174)

Color info

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

RGB color model

#98BCAE color RGB value is (152,188,174).

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

RGB channels and saturation

R 152 of 255 = 60%
G 188 of 255 = 74%
B 174 of 255 = 68%

152
188
174

R + G + B ~ 67%. #98BCAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 188 + 174 = 514 (100%)
R 152 of 514 ~ 29.57%
G 188 of 514 ~ 36.58%
B 174 of 514 ~ 33.85%

%29.57
%36.58
%33.85

CMYK color model

#98BCAE color CMYK value is (19,0,7,26).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(19,0,7,26)
C19M0Y7K26 
(19%,0%,7%,26%)
(0.19/0.00/0.07/0.26)	

CMYK percentages

%19.15
%0
%7.45
%26.27

Codes

Color #98BCAE in popluar color models

98BCAE
RGB152188174
HSL157°21.18%66.67%
HSB/HSV157°19.15%73.73%
CMYK19.15%0.00%7.45%
26.27%

Color #98BCAE in popluar number systems.

HEX98BCAE
Decimal152188174
Binary100110001011110010101110
Octal230274256

Shades and tints

Shades of #98BCAE

#98BCAE
(152,188,174)
#8BAB9F
(139,171,159)
#7E9A90
(126,154,144)
#718981
(113,137,129)
#647872
(100,120,114)
#576763
(87,103,99)
#4A5654
(74,86,84)
#3D4545
(61,69,69)
#303436
(48,52,54)
#232327
(35,35,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #98BCAE

#98BCAE
(152,188,174)
#A1C2B5
(161,194,181)
#AAC8BC
(170,200,188)
#B3CEC3
(179,206,195)
#BCD4CA
(188,212,202)
#C5DAD1
(197,218,209)
#CEE0D8
(206,224,216)
#D7E6DF
(215,230,223)
#E0ECE6
(224,236,230)
#E9F2ED
(233,242,237)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BCAE; }

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

This text font color is #98BCAE.


Background Color

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

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

This div background color is #98BCAE.


Border color

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

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

This div border color is #98BCAE.


Opacity

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

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

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

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

This text has shadow with #98BCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BCAE on black background.


Color preview on white background

This text has color #98BCAE on white background.



Black color preview on #98BCAE background

This text has black color on #98BCAE background.


White color preview on #98BCAE background

This text has white color on #98BCAE background.