COLOR #98B1BB

HEX: #98B1BB
RGB: (152,177,187)

Color info

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

RGB color model

#98B1BB color RGB value is (152,177,187).

  • red value is 152;
  • green value is 177;
  • blue value is 187.
RGB:
(152,177,187)
(60%,69%,73%)

RGB channels and saturation

R 152 of 255 = 60%
G 177 of 255 = 69%
B 187 of 255 = 73%

152
177
187

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

Portions of RGB colors in percentages

R + G + B =
152 + 177 + 187 = 516 (100%)
R 152 of 516 ~ 29.46%
G 177 of 516 ~ 34.3%
B 187 of 516 ~ 36.24%

%29.46
%34.3
%36.24

CMYK color model

#98B1BB color CMYK value is (19,5,0,27).

  • cyan value is 18.72%
  • magenta value is 5.35%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(19,5,0,27)
C19M5Y0K27 
(19%,5%,0%,27%)
(0.19/0.05/0.00/0.27)	

CMYK percentages

%18.72
%5.35
%0
%26.67

Codes

Color #98B1BB in popluar color models

98B1BB
RGB152177187
HSL197°20.47%66.47%
HSB/HSV197°18.72%73.33%
CMYK18.72%5.35%0.00%
26.67%

Color #98B1BB in popluar number systems.

HEX98B1BB
Decimal152177187
Binary100110001011000110111011
Octal230261273

Shades and tints

Shades of #98B1BB

#98B1BB
(152,177,187)
#8BA1AA
(139,161,170)
#7E9199
(126,145,153)
#718188
(113,129,136)
#647177
(100,113,119)
#576166
(87,97,102)
#4A5155
(74,81,85)
#3D4144
(61,65,68)
#303133
(48,49,51)
#232122
(35,33,34)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #98B1BB

#98B1BB
(152,177,187)
#A1B8C1
(161,184,193)
#AABFC7
(170,191,199)
#B3C6CD
(179,198,205)
#BCCDD3
(188,205,211)
#C5D4D9
(197,212,217)
#CEDBDF
(206,219,223)
#D7E2E5
(215,226,229)
#E0E9EB
(224,233,235)
#E9F0F1
(233,240,241)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B1BB color. Also use rgb(152,177,187) instead hex code.

Text Font Color

.myTextColor { color: #98B1BB; }

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

This text font color is #98B1BB.


Background Color

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

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

This div background color is #98B1BB.


Border color

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

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

This div border color is #98B1BB.


Opacity

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

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

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

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

This text has shadow with #98B1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B1BB on black background.


Color preview on white background

This text has color #98B1BB on white background.



Black color preview on #98B1BB background

This text has black color on #98B1BB background.


White color preview on #98B1BB background

This text has white color on #98B1BB background.