COLOR #98B8BB

HEX: #98B8BB
RGB: (152,184,187)

Color info

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

RGB color model

#98B8BB color RGB value is (152,184,187).

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

RGB channels and saturation

R 152 of 255 = 60%
G 184 of 255 = 72%
B 187 of 255 = 73%

152
184
187

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

Portions of RGB colors in percentages

R + G + B =
152 + 184 + 187 = 523 (100%)
R 152 of 523 ~ 29.06%
G 184 of 523 ~ 35.18%
B 187 of 523 ~ 35.76%

%29.06
%35.18
%35.76

CMYK color model

#98B8BB color CMYK value is (19,2,0,27).

  • cyan value is 18.72%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(19,2,0,27)
C19M2Y0K27 
(19%,2%,0%,27%)
(0.19/0.02/0.00/0.27)	

CMYK percentages

%18.72
%1.6
%0
%26.67

Codes

Color #98B8BB in popluar color models

98B8BB
RGB152184187
HSL185°20.47%66.47%
HSB/HSV185°18.72%73.33%
CMYK18.72%1.60%0.00%
26.67%

Color #98B8BB in popluar number systems.

HEX98B8BB
Decimal152184187
Binary100110001011100010111011
Octal230270273

Shades and tints

Shades of #98B8BB

#98B8BB
(152,184,187)
#8BA8AA
(139,168,170)
#7E9899
(126,152,153)
#718888
(113,136,136)
#647877
(100,120,119)
#576866
(87,104,102)
#4A5855
(74,88,85)
#3D4844
(61,72,68)
#303833
(48,56,51)
#232822
(35,40,34)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #98B8BB

#98B8BB
(152,184,187)
#A1BEC1
(161,190,193)
#AAC4C7
(170,196,199)
#B3CACD
(179,202,205)
#BCD0D3
(188,208,211)
#C5D6D9
(197,214,217)
#CEDCDF
(206,220,223)
#D7E2E5
(215,226,229)
#E0E8EB
(224,232,235)
#E9EEF1
(233,238,241)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B8BB; }

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

This text font color is #98B8BB.


Background Color

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

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

This div background color is #98B8BB.


Border color

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

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

This div border color is #98B8BB.


Opacity

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

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

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

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

This text has shadow with #98B8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B8BB on black background.


Color preview on white background

This text has color #98B8BB on white background.



Black color preview on #98B8BB background

This text has black color on #98B8BB background.


White color preview on #98B8BB background

This text has white color on #98B8BB background.