COLOR #98BEB1

HEX: #98BEB1
RGB: (152,190,177)

Color info

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

RGB color model

#98BEB1 color RGB value is (152,190,177).

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

RGB channels and saturation

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

152
190
177

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

Portions of RGB colors in percentages

R + G + B =
152 + 190 + 177 = 519 (100%)
R 152 of 519 ~ 29.29%
G 190 of 519 ~ 36.61%
B 177 of 519 ~ 34.1%

%29.29
%36.61
%34.1

CMYK color model

#98BEB1 color CMYK value is (20,0,7,25).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(20,0,7,25)
C20M0Y7K25 
(20%,0%,7%,25%)
(0.20/0.00/0.07/0.25)	

CMYK percentages

%20
%0
%6.84
%25.49

Codes

Color #98BEB1 in popluar color models

98BEB1
RGB152190177
HSL159°22.62%67.06%
HSB/HSV159°20.00%74.51%
CMYK20.00%0.00%6.84%
25.49%

Color #98BEB1 in popluar number systems.

HEX98BEB1
Decimal152190177
Binary100110001011111010110001
Octal230276261

Shades and tints

Shades of #98BEB1

#98BEB1
(152,190,177)
#8BADA1
(139,173,161)
#7E9C91
(126,156,145)
#718B81
(113,139,129)
#647A71
(100,122,113)
#576961
(87,105,97)
#4A5851
(74,88,81)
#3D4741
(61,71,65)
#303631
(48,54,49)
#232521
(35,37,33)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #98BEB1

#98BEB1
(152,190,177)
#A1C3B8
(161,195,184)
#AAC8BF
(170,200,191)
#B3CDC6
(179,205,198)
#BCD2CD
(188,210,205)
#C5D7D4
(197,215,212)
#CEDCDB
(206,220,219)
#D7E1E2
(215,225,226)
#E0E6E9
(224,230,233)
#E9EBF0
(233,235,240)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BEB1; }

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

This text font color is #98BEB1.


Background Color

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

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

This div background color is #98BEB1.


Border color

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

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

This div border color is #98BEB1.


Opacity

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

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

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

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

This text has shadow with #98BEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BEB1 on black background.


Color preview on white background

This text has color #98BEB1 on white background.



Black color preview on #98BEB1 background

This text has black color on #98BEB1 background.


White color preview on #98BEB1 background

This text has white color on #98BEB1 background.