COLOR #98BCB6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

152
188
182

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

Portions of RGB colors in percentages

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

%29.12
%36.02
%34.87

CMYK color model

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

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

CMYK percentages

%19.15
%0
%3.19
%26.27

Codes

Color #98BCB6 in popluar color models

98BCB6
RGB152188182
HSL170°21.18%66.67%
HSB/HSV170°19.15%73.73%
CMYK19.15%0.00%3.19%
26.27%

Color #98BCB6 in popluar number systems.

HEX98BCB6
Decimal152188182
Binary100110001011110010110110
Octal230274266

Shades and tints

Shades of #98BCB6

#98BCB6
(152,188,182)
#8BABA6
(139,171,166)
#7E9A96
(126,154,150)
#718986
(113,137,134)
#647876
(100,120,118)
#576766
(87,103,102)
#4A5656
(74,86,86)
#3D4546
(61,69,70)
#303436
(48,52,54)
#232326
(35,35,38)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #98BCB6

#98BCB6
(152,188,182)
#A1C2BC
(161,194,188)
#AAC8C2
(170,200,194)
#B3CEC8
(179,206,200)
#BCD4CE
(188,212,206)
#C5DAD4
(197,218,212)
#CEE0DA
(206,224,218)
#D7E6E0
(215,230,224)
#E0ECE6
(224,236,230)
#E9F2EC
(233,242,236)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BCB6; }

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

This text font color is #98BCB6.


Background Color

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

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

This div background color is #98BCB6.


Border color

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

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

This div border color is #98BCB6.


Opacity

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

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

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

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

This text has shadow with #98BCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BCB6 on black background.


Color preview on white background

This text has color #98BCB6 on white background.



Black color preview on #98BCB6 background

This text has black color on #98BCB6 background.


White color preview on #98BCB6 background

This text has white color on #98BCB6 background.