COLOR #98BCA3

HEX: #98BCA3
RGB: (152,188,163)

Color info

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

RGB color model

#98BCA3 color RGB value is (152,188,163).

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

RGB channels and saturation

R 152 of 255 = 60%
G 188 of 255 = 74%
B 163 of 255 = 64%

152
188
163

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

Portions of RGB colors in percentages

R + G + B =
152 + 188 + 163 = 503 (100%)
R 152 of 503 ~ 30.22%
G 188 of 503 ~ 37.38%
B 163 of 503 ~ 32.41%

%30.22
%37.38
%32.41

CMYK color model

#98BCA3 color CMYK value is (19,0,13,26).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 26.27%
CMYK:
(19,0,13,26)
C19M0Y13K26 
(19%,0%,13%,26%)
(0.19/0.00/0.13/0.26)	

CMYK percentages

%19.15
%0
%13.3
%26.27

Codes

Color #98BCA3 in popluar color models

98BCA3
RGB152188163
HSL138°21.18%66.67%
HSB/HSV138°19.15%73.73%
CMYK19.15%0.00%13.30%
26.27%

Color #98BCA3 in popluar number systems.

HEX98BCA3
Decimal152188163
Binary100110001011110010100011
Octal230274243

Shades and tints

Shades of #98BCA3

#98BCA3
(152,188,163)
#8BAB95
(139,171,149)
#7E9A87
(126,154,135)
#718979
(113,137,121)
#64786B
(100,120,107)
#57675D
(87,103,93)
#4A564F
(74,86,79)
#3D4541
(61,69,65)
#303433
(48,52,51)
#232325
(35,35,37)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #98BCA3

#98BCA3
(152,188,163)
#A1C2AB
(161,194,171)
#AAC8B3
(170,200,179)
#B3CEBB
(179,206,187)
#BCD4C3
(188,212,195)
#C5DACB
(197,218,203)
#CEE0D3
(206,224,211)
#D7E6DB
(215,230,219)
#E0ECE3
(224,236,227)
#E9F2EB
(233,242,235)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BCA3; }

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

This text font color is #98BCA3.


Background Color

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

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

This div background color is #98BCA3.


Border color

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

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

This div border color is #98BCA3.


Opacity

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

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

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

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

This text has shadow with #98BCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BCA3 on black background.


Color preview on white background

This text has color #98BCA3 on white background.



Black color preview on #98BCA3 background

This text has black color on #98BCA3 background.


White color preview on #98BCA3 background

This text has white color on #98BCA3 background.