COLOR #98CABE

HEX: #98CABE
RGB: (152,202,190)

Color info

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

RGB color model

#98CABE color RGB value is (152,202,190).

  • red value is 152;
  • green value is 202;
  • blue value is 190.
RGB:
(152,202,190)
(60%,79%,75%)

RGB channels and saturation

R 152 of 255 = 60%
G 202 of 255 = 79%
B 190 of 255 = 75%

152
202
190

R + G + B ~ 71%. #98CABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 202 + 190 = 544 (100%)
R 152 of 544 ~ 27.94%
G 202 of 544 ~ 37.13%
B 190 of 544 ~ 34.93%

%27.94
%37.13
%34.93

CMYK color model

#98CABE color CMYK value is (25,0,6,21).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 20.78%
CMYK:
(25,0,6,21)
C25M0Y6K21 
(25%,0%,6%,21%)
(0.25/0.00/0.06/0.21)	

CMYK percentages

%24.75
%0
%5.94
%20.78

Codes

Color #98CABE in popluar color models

98CABE
RGB152202190
HSL166°32.05%69.41%
HSB/HSV166°24.75%79.22%
CMYK24.75%0.00%5.94%
20.78%

Color #98CABE in popluar number systems.

HEX98CABE
Decimal152202190
Binary100110001100101010111110
Octal230312276

Shades and tints

Shades of #98CABE

#98CABE
(152,202,190)
#8BB8AD
(139,184,173)
#7EA69C
(126,166,156)
#71948B
(113,148,139)
#64827A
(100,130,122)
#577069
(87,112,105)
#4A5E58
(74,94,88)
#3D4C47
(61,76,71)
#303A36
(48,58,54)
#232825
(35,40,37)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #98CABE

#98CABE
(152,202,190)
#A1CEC3
(161,206,195)
#AAD2C8
(170,210,200)
#B3D6CD
(179,214,205)
#BCDAD2
(188,218,210)
#C5DED7
(197,222,215)
#CEE2DC
(206,226,220)
#D7E6E1
(215,230,225)
#E0EAE6
(224,234,230)
#E9EEEB
(233,238,235)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CABE color. Also use rgb(152,202,190) instead hex code.

Text Font Color

.myTextColor { color: #98CABE; }

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

This text font color is #98CABE.


Background Color

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

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

This div background color is #98CABE.


Border color

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

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

This div border color is #98CABE.


Opacity

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

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

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

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

This text has shadow with #98CABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CABE on black background.


Color preview on white background

This text has color #98CABE on white background.



Black color preview on #98CABE background

This text has black color on #98CABE background.


White color preview on #98CABE background

This text has white color on #98CABE background.