COLOR #98B6BC

HEX: #98B6BC
RGB: (152,182,188)

Color info

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

RGB color model

#98B6BC color RGB value is (152,182,188).

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

RGB channels and saturation

R 152 of 255 = 60%
G 182 of 255 = 71%
B 188 of 255 = 74%

152
182
188

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

Portions of RGB colors in percentages

R + G + B =
152 + 182 + 188 = 522 (100%)
R 152 of 522 ~ 29.12%
G 182 of 522 ~ 34.87%
B 188 of 522 ~ 36.02%

%29.12
%34.87
%36.02

CMYK color model

#98B6BC color CMYK value is (19,3,0,26).

  • cyan value is 19.15%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(19,3,0,26)
C19M3Y0K26 
(19%,3%,0%,26%)
(0.19/0.03/0.00/0.26)	

CMYK percentages

%19.15
%3.19
%0
%26.27

Codes

Color #98B6BC in popluar color models

98B6BC
RGB152182188
HSL190°21.18%66.67%
HSB/HSV190°19.15%73.73%
CMYK19.15%3.19%0.00%
26.27%

Color #98B6BC in popluar number systems.

HEX98B6BC
Decimal152182188
Binary100110001011011010111100
Octal230266274

Shades and tints

Shades of #98B6BC

#98B6BC
(152,182,188)
#8BA6AB
(139,166,171)
#7E969A
(126,150,154)
#718689
(113,134,137)
#647678
(100,118,120)
#576667
(87,102,103)
#4A5656
(74,86,86)
#3D4645
(61,70,69)
#303634
(48,54,52)
#232623
(35,38,35)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #98B6BC

#98B6BC
(152,182,188)
#A1BCC2
(161,188,194)
#AAC2C8
(170,194,200)
#B3C8CE
(179,200,206)
#BCCED4
(188,206,212)
#C5D4DA
(197,212,218)
#CEDAE0
(206,218,224)
#D7E0E6
(215,224,230)
#E0E6EC
(224,230,236)
#E9ECF2
(233,236,242)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B6BC; }

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

This text font color is #98B6BC.


Background Color

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

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

This div background color is #98B6BC.


Border color

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

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

This div border color is #98B6BC.


Opacity

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

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

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

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

This text has shadow with #98B6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B6BC on black background.


Color preview on white background

This text has color #98B6BC on white background.



Black color preview on #98B6BC background

This text has black color on #98B6BC background.


White color preview on #98B6BC background

This text has white color on #98B6BC background.