COLOR #98C5B4

HEX: #98C5B4 RGB: (152,197,180)

Color info

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

RGB color model

#98C5B4 color RGB value is (152,197,180).

RGB: (152,197,180) (60%, 77%, 71%)

RGB channels and saturation

R 152 of 255 = 60%
G 197 of 255 = 77%
B 180 of 255 = 71%

152
197
180

R + G + B ~ 69%. #98C5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 197 + 180 = 529 (100%)
R 152 of 529 ~ 28.73%
G 197 of 529 ~ 37.24%
B 180 of 529 ~ 34.03'%

%28.73
%37.24
%34.03

CMYK color model

#98C5B4 color CMYK value is (23,0,9,23).

  • cyan value is 22.84%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 22.75%

CMYK: (23,0,9,23)
C23M0Y9K23 (23%, 0%, 9%, 23%)
(0.23 / 0.00 / 0.09 / 0.23)

CMYK percentages

%22.84
%0
%8.63
%22.75

Codes

Color #98C5B4 in popluar color models

98 C5 B4
RGB 152 197 180
HSL 157° 27.95% 68.43%
HSB/HSV 157° 22.84% 77.25%
CMYK 22.84% 0.00% 8.63%
22.75%

Color #98C5B4 in popluar number systems.

HEX 98 C5 B4
Decimal 152 197 180
Binary 10011000 11000101 10110100
Octal 230 305 264

Shades and tints

Shades of #98C5B4

#98C5B4
(152,197,180)
#8BB4A4
(139,180,164)
#7EA394
(126,163,148)
#719284
(113,146,132)
#648174
(100,129,116)
#577064
(87,112,100)
#4A5F54
(74,95,84)
#3D4E44
(61,78,68)
#303D34
(48,61,52)
#232C24
(35,44,36)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #98C5B4

#98C5B4
(152,197,180)
#A1CABA
(161,202,186)
#AACFC0
(170,207,192)
#B3D4C6
(179,212,198)
#BCD9CC
(188,217,204)
#C5DED2
(197,222,210)
#CEE3D8
(206,227,216)
#D7E8DE
(215,232,222)
#E0EDE4
(224,237,228)
#E9F2EA
(233,242,234)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C5B4 color. Also use rgb(152,197,180) instead hex code.

Text Font Color

.myTextColor { color: #98C5B4; }

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

This text font color is #98C5B4.

Background Color

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

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

This div background color is #98C5B4.

Border color

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

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

This div border color is #98C5B4.

Opacity

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

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

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

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

This text has shadow with #98C5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C5B4.

Preview

Color preview on black background

This text has color #98C5B4 on black background.


Color preview on white background

This text has color #98C5B4 on white background.


Black color preview on #98C5B4 background

This text has black color on #98C5B4 background.


White color preview on #98C5B4 background

This text has white color on #98C5B4 background.


Related colors

Complementary color

Complementary color for #hex is #673A4B.


I love getcolorcode.com

Triadic colors

1 #B498C5 and #C5B498 with #98C5B4 are triadic colors.

2 #B4C598 and #C598B4 with #98C5B4 are triadic colors.