COLOR #98BDB9

HEX: #98BDB9
RGB: (152,189,185)

Color info

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

RGB color model

#98BDB9 color RGB value is (152,189,185).

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

RGB channels and saturation

R 152 of 255 = 60%
G 189 of 255 = 74%
B 185 of 255 = 73%

152
189
185

R + G + B ~ 69%. #98BDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 189 + 185 = 526 (100%)
R 152 of 526 ~ 28.9%
G 189 of 526 ~ 35.93%
B 185 of 526 ~ 35.17%

%28.9
%35.93
%35.17

CMYK color model

#98BDB9 color CMYK value is (20,0,2,26).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 2.12%
  • key color value is 25.88%
CMYK:
(20,0,2,26)
C20M0Y2K26 
(20%,0%,2%,26%)
(0.20/0.00/0.02/0.26)	

CMYK percentages

%19.58
%0
%2.12
%25.88

Codes

Color #98BDB9 in popluar color models

98BDB9
RGB152189185
HSL174°21.89%66.86%
HSB/HSV174°19.58%74.12%
CMYK19.58%0.00%2.12%
25.88%

Color #98BDB9 in popluar number systems.

HEX98BDB9
Decimal152189185
Binary100110001011110110111001
Octal230275271

Shades and tints

Shades of #98BDB9

#98BDB9
(152,189,185)
#8BACA9
(139,172,169)
#7E9B99
(126,155,153)
#718A89
(113,138,137)
#647979
(100,121,121)
#576869
(87,104,105)
#4A5759
(74,87,89)
#3D4649
(61,70,73)
#303539
(48,53,57)
#232429
(35,36,41)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #98BDB9

#98BDB9
(152,189,185)
#A1C3BF
(161,195,191)
#AAC9C5
(170,201,197)
#B3CFCB
(179,207,203)
#BCD5D1
(188,213,209)
#C5DBD7
(197,219,215)
#CEE1DD
(206,225,221)
#D7E7E3
(215,231,227)
#E0EDE9
(224,237,233)
#E9F3EF
(233,243,239)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BDB9; }

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

This text font color is #98BDB9.


Background Color

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

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

This div background color is #98BDB9.


Border color

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

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

This div border color is #98BDB9.


Opacity

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

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

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

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

This text has shadow with #98BDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BDB9 on black background.


Color preview on white background

This text has color #98BDB9 on white background.



Black color preview on #98BDB9 background

This text has black color on #98BDB9 background.


White color preview on #98BDB9 background

This text has white color on #98BDB9 background.