COLOR #98BDAC

HEX: #98BDAC
RGB: (152,189,172)

Color info

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

RGB color model

#98BDAC color RGB value is (152,189,172).

  • red value is 152;
  • green value is 189;
  • blue value is 172.
RGB:
(152,189,172)
(60%,74%,67%)

RGB channels and saturation

R 152 of 255 = 60%
G 189 of 255 = 74%
B 172 of 255 = 67%

152
189
172

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

Portions of RGB colors in percentages

R + G + B =
152 + 189 + 172 = 513 (100%)
R 152 of 513 ~ 29.63%
G 189 of 513 ~ 36.84%
B 172 of 513 ~ 33.53%

%29.63
%36.84
%33.53

CMYK color model

#98BDAC color CMYK value is (20,0,9,26).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK:
(20,0,9,26)
C20M0Y9K26 
(20%,0%,9%,26%)
(0.20/0.00/0.09/0.26)	

CMYK percentages

%19.58
%0
%8.99
%25.88

Codes

Color #98BDAC in popluar color models

98BDAC
RGB152189172
HSL152°21.89%66.86%
HSB/HSV152°19.58%74.12%
CMYK19.58%0.00%8.99%
25.88%

Color #98BDAC in popluar number systems.

HEX98BDAC
Decimal152189172
Binary100110001011110110101100
Octal230275254

Shades and tints

Shades of #98BDAC

#98BDAC
(152,189,172)
#8BAC9D
(139,172,157)
#7E9B8E
(126,155,142)
#718A7F
(113,138,127)
#647970
(100,121,112)
#576861
(87,104,97)
#4A5752
(74,87,82)
#3D4643
(61,70,67)
#303534
(48,53,52)
#232425
(35,36,37)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #98BDAC

#98BDAC
(152,189,172)
#A1C3B3
(161,195,179)
#AAC9BA
(170,201,186)
#B3CFC1
(179,207,193)
#BCD5C8
(188,213,200)
#C5DBCF
(197,219,207)
#CEE1D6
(206,225,214)
#D7E7DD
(215,231,221)
#E0EDE4
(224,237,228)
#E9F3EB
(233,243,235)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BDAC color. Also use rgb(152,189,172) instead hex code.

Text Font Color

.myTextColor { color: #98BDAC; }

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

This text font color is #98BDAC.


Background Color

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

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

This div background color is #98BDAC.


Border color

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

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

This div border color is #98BDAC.


Opacity

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

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

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

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

This text has shadow with #98BDAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BDAC on black background.


Color preview on white background

This text has color #98BDAC on white background.



Black color preview on #98BDAC background

This text has black color on #98BDAC background.


White color preview on #98BDAC background

This text has white color on #98BDAC background.