COLOR #98B2BD

HEX: #98B2BD
RGB: (152,178,189)

Color info

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

RGB color model

#98B2BD color RGB value is (152,178,189).

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

RGB channels and saturation

R 152 of 255 = 60%
G 178 of 255 = 70%
B 189 of 255 = 74%

152
178
189

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

Portions of RGB colors in percentages

R + G + B =
152 + 178 + 189 = 519 (100%)
R 152 of 519 ~ 29.29%
G 178 of 519 ~ 34.3%
B 189 of 519 ~ 36.42%

%29.29
%34.3
%36.42

CMYK color model

#98B2BD color CMYK value is (20,6,0,26).

  • cyan value is 19.58%
  • magenta value is 5.82%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(20,6,0,26)
C20M6Y0K26 
(20%,6%,0%,26%)
(0.20/0.06/0.00/0.26)	

CMYK percentages

%19.58
%5.82
%0
%25.88

Codes

Color #98B2BD in popluar color models

98B2BD
RGB152178189
HSL198°21.89%66.86%
HSB/HSV198°19.58%74.12%
CMYK19.58%5.82%0.00%
25.88%

Color #98B2BD in popluar number systems.

HEX98B2BD
Decimal152178189
Binary100110001011001010111101
Octal230262275

Shades and tints

Shades of #98B2BD

#98B2BD
(152,178,189)
#8BA2AC
(139,162,172)
#7E929B
(126,146,155)
#71828A
(113,130,138)
#647279
(100,114,121)
#576268
(87,98,104)
#4A5257
(74,82,87)
#3D4246
(61,66,70)
#303235
(48,50,53)
#232224
(35,34,36)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #98B2BD

#98B2BD
(152,178,189)
#A1B9C3
(161,185,195)
#AAC0C9
(170,192,201)
#B3C7CF
(179,199,207)
#BCCED5
(188,206,213)
#C5D5DB
(197,213,219)
#CEDCE1
(206,220,225)
#D7E3E7
(215,227,231)
#E0EAED
(224,234,237)
#E9F1F3
(233,241,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B2BD; }

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

This text font color is #98B2BD.


Background Color

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

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

This div background color is #98B2BD.


Border color

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

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

This div border color is #98B2BD.


Opacity

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

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

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

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

This text has shadow with #98B2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B2BD on black background.


Color preview on white background

This text has color #98B2BD on white background.



Black color preview on #98B2BD background

This text has black color on #98B2BD background.


White color preview on #98B2BD background

This text has white color on #98B2BD background.