COLOR #98BEAF

HEX: #98BEAF
RGB: (152,190,175)

Color info

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

RGB color model

#98BEAF color RGB value is (152,190,175).

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

RGB channels and saturation

R 152 of 255 = 60%
G 190 of 255 = 75%
B 175 of 255 = 69%

152
190
175

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

Portions of RGB colors in percentages

R + G + B =
152 + 190 + 175 = 517 (100%)
R 152 of 517 ~ 29.4%
G 190 of 517 ~ 36.75%
B 175 of 517 ~ 33.85%

%29.4
%36.75
%33.85

CMYK color model

#98BEAF color CMYK value is (20,0,8,25).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(20,0,8,25)
C20M0Y8K25 
(20%,0%,8%,25%)
(0.20/0.00/0.08/0.25)	

CMYK percentages

%20
%0
%7.89
%25.49

Codes

Color #98BEAF in popluar color models

98BEAF
RGB152190175
HSL156°22.62%67.06%
HSB/HSV156°20.00%74.51%
CMYK20.00%0.00%7.89%
25.49%

Color #98BEAF in popluar number systems.

HEX98BEAF
Decimal152190175
Binary100110001011111010101111
Octal230276257

Shades and tints

Shades of #98BEAF

#98BEAF
(152,190,175)
#8BADA0
(139,173,160)
#7E9C91
(126,156,145)
#718B82
(113,139,130)
#647A73
(100,122,115)
#576964
(87,105,100)
#4A5855
(74,88,85)
#3D4746
(61,71,70)
#303637
(48,54,55)
#232528
(35,37,40)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #98BEAF

#98BEAF
(152,190,175)
#A1C3B6
(161,195,182)
#AAC8BD
(170,200,189)
#B3CDC4
(179,205,196)
#BCD2CB
(188,210,203)
#C5D7D2
(197,215,210)
#CEDCD9
(206,220,217)
#D7E1E0
(215,225,224)
#E0E6E7
(224,230,231)
#E9EBEE
(233,235,238)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BEAF; }

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

This text font color is #98BEAF.


Background Color

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

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

This div background color is #98BEAF.


Border color

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

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

This div border color is #98BEAF.


Opacity

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

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

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

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

This text has shadow with #98BEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BEAF on black background.


Color preview on white background

This text has color #98BEAF on white background.



Black color preview on #98BEAF background

This text has black color on #98BEAF background.


White color preview on #98BEAF background

This text has white color on #98BEAF background.