COLOR #98BCAF

HEX: #98BCAF
RGB: (152,188,175)

Color info

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

RGB color model

#98BCAF color RGB value is (152,188,175).

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

RGB channels and saturation

R 152 of 255 = 60%
G 188 of 255 = 74%
B 175 of 255 = 69%

152
188
175

R + G + B ~ 68%. #98BCAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 188 + 175 = 515 (100%)
R 152 of 515 ~ 29.51%
G 188 of 515 ~ 36.5%
B 175 of 515 ~ 33.98%

%29.51
%36.5
%33.98

CMYK color model

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

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • 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
%6.91
%26.27

Codes

Color #98BCAF in popluar color models

98BCAF
RGB152188175
HSL158°21.18%66.67%
HSB/HSV158°19.15%73.73%
CMYK19.15%0.00%6.91%
26.27%

Color #98BCAF in popluar number systems.

HEX98BCAF
Decimal152188175
Binary100110001011110010101111
Octal230274257

Shades and tints

Shades of #98BCAF

#98BCAF
(152,188,175)
#8BABA0
(139,171,160)
#7E9A91
(126,154,145)
#718982
(113,137,130)
#647873
(100,120,115)
#576764
(87,103,100)
#4A5655
(74,86,85)
#3D4546
(61,69,70)
#303437
(48,52,55)
#232328
(35,35,40)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #98BCAF

#98BCAF
(152,188,175)
#A1C2B6
(161,194,182)
#AAC8BD
(170,200,189)
#B3CEC4
(179,206,196)
#BCD4CB
(188,212,203)
#C5DAD2
(197,218,210)
#CEE0D9
(206,224,217)
#D7E6E0
(215,230,224)
#E0ECE7
(224,236,231)
#E9F2EE
(233,242,238)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BCAF; }

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

This text font color is #98BCAF.


Background Color

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

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

This div background color is #98BCAF.


Border color

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

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

This div border color is #98BCAF.


Opacity

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

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

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

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

This text has shadow with #98BCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BCAF on black background.


Color preview on white background

This text has color #98BCAF on white background.



Black color preview on #98BCAF background

This text has black color on #98BCAF background.


White color preview on #98BCAF background

This text has white color on #98BCAF background.