COLOR #98BEAB

HEX: #98BEAB RGB: (152,190,171)

Color info

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

RGB color model

#98BEAB color RGB value is (152,190,171).

RGB: (152,190,171) (60%, 75%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 190 of 255 = 75%
B 171 of 255 = 67%

152
190
171

R + G + B ~ 67%. #98BEAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 190 + 171 = 513 (100%)
R 152 of 513 ~ 29.63%
G 190 of 513 ~ 37.04%
B 171 of 513 ~ 33.33'%

%29.63
%37.04
%33.33

CMYK color model

#98BEAB color CMYK value is (20,0,10,25).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK: (20,0,10,25) C20M0Y10K25 (20%,0%,10%,25%) (0.20/0.00/0.10/0.25) 

CMYK percentages

%20
%0
%10
%25.49

Codes

Color #98BEAB in popluar color models

98 BE AB
RGB 152 190 171
HSL 150° 22.62% 67.06%
HSB/HSV 150° 20.00% 74.51%
CMYK 20.00% 0.00% 10.00%
25.49%

Color #98BEAB in popluar number systems.

HEX 98 BE AB
Decimal 152 190 171
Binary 10011000 10111110 10101011
Octal 230 276 253

Shades and tints

Shades of #98BEAB

#98BEAB
(152,190,171)
#8BAD9C
(139,173,156)
#7E9C8D
(126,156,141)
#718B7E
(113,139,126)
#647A6F
(100,122,111)
#576960
(87,105,96)
#4A5851
(74,88,81)
#3D4742
(61,71,66)
#303633
(48,54,51)
#232524
(35,37,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #98BEAB

#98BEAB
(152,190,171)
#A1C3B2
(161,195,178)
#AAC8B9
(170,200,185)
#B3CDC0
(179,205,192)
#BCD2C7
(188,210,199)
#C5D7CE
(197,215,206)
#CEDCD5
(206,220,213)
#D7E1DC
(215,225,220)
#E0E6E3
(224,230,227)
#E9EBEA
(233,235,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BEAB; }

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

This text font color is #98BEAB.

Background Color

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

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

This div background color is #98BEAB.

Border color

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

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

This div border color is #98BEAB.

Opacity

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

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

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

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

This text has shadow with #98BEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BEAB.

Preview

Color preview on black background

This text has color #98BEAB on black background.


Color preview on white background

This text has color #98BEAB on white background.


Black color preview on #98BEAB background

This text has black color on #98BEAB background.


White color preview on #98BEAB background

This text has white color on #98BEAB background.


Related colors

Complementary color

Complementary color for #hex is #674154.


I love getcolorcode.com

Triadic colors

1 #AB98BE and #BEAB98 with #98BEAB are triadic colors.

2 #ABBE98 and #BE98AB with #98BEAB are triadic colors.