COLOR #98BCA6

HEX: #98BCA6
RGB: (152,188,166)

Color info

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

RGB color model

#98BCA6 color RGB value is (152,188,166).

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

RGB channels and saturation

R 152 of 255 = 60%
G 188 of 255 = 74%
B 166 of 255 = 65%

152
188
166

R + G + B ~ 66%. #98BCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 188 + 166 = 506 (100%)
R 152 of 506 ~ 30.04%
G 188 of 506 ~ 37.15%
B 166 of 506 ~ 32.81%

%30.04
%37.15
%32.81

CMYK color model

#98BCA6 color CMYK value is (19,0,12,26).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(19,0,12,26)
C19M0Y12K26 
(19%,0%,12%,26%)
(0.19/0.00/0.12/0.26)	

CMYK percentages

%19.15
%0
%11.7
%26.27

Codes

Color #98BCA6 in popluar color models

98BCA6
RGB152188166
HSL143°21.18%66.67%
HSB/HSV143°19.15%73.73%
CMYK19.15%0.00%11.70%
26.27%

Color #98BCA6 in popluar number systems.

HEX98BCA6
Decimal152188166
Binary100110001011110010100110
Octal230274246

Shades and tints

Shades of #98BCA6

#98BCA6
(152,188,166)
#8BAB97
(139,171,151)
#7E9A88
(126,154,136)
#718979
(113,137,121)
#64786A
(100,120,106)
#57675B
(87,103,91)
#4A564C
(74,86,76)
#3D453D
(61,69,61)
#30342E
(48,52,46)
#23231F
(35,35,31)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #98BCA6

#98BCA6
(152,188,166)
#A1C2AE
(161,194,174)
#AAC8B6
(170,200,182)
#B3CEBE
(179,206,190)
#BCD4C6
(188,212,198)
#C5DACE
(197,218,206)
#CEE0D6
(206,224,214)
#D7E6DE
(215,230,222)
#E0ECE6
(224,236,230)
#E9F2EE
(233,242,238)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BCA6; }

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

This text font color is #98BCA6.


Background Color

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

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

This div background color is #98BCA6.


Border color

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

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

This div border color is #98BCA6.


Opacity

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

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

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

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

This text has shadow with #98BCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BCA6 on black background.


Color preview on white background

This text has color #98BCA6 on white background.



Black color preview on #98BCA6 background

This text has black color on #98BCA6 background.


White color preview on #98BCA6 background

This text has white color on #98BCA6 background.