COLOR #98BEAA

HEX: #98BEAA RGB: (152,190,170)

Color info

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

RGB color model

#98BEAA color RGB value is (152,190,170).

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

RGB channels and saturation

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

152
190
170

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

Portions of RGB colors in percentages

R + G + B = 152 + 190 + 170 = 512 (100%)
R 152 of 512 ~ 29.69%
G 190 of 512 ~ 37.11%
B 170 of 512 ~ 33.2'%

%29.69
%37.11
%33.2

CMYK color model

#98BEAA color CMYK value is (20,0,11,25).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 25.49%
CMYK: (20,0,11,25) C20M0Y11K25 (20%,0%,11%,25%) (0.20/0.00/0.11/0.25) 

CMYK percentages

%20
%0
%10.53
%25.49

Codes

Color #98BEAA in popluar color models

98 BE AA
RGB 152 190 170
HSL 148° 22.62% 67.06%
HSB/HSV 148° 20.00% 74.51%
CMYK 20.00% 0.00% 10.53%
25.49%

Color #98BEAA in popluar number systems.

HEX 98 BE AA
Decimal 152 190 170
Binary 10011000 10111110 10101010
Octal 230 276 252

Shades and tints

Shades of #98BEAA

#98BEAA
(152,190,170)
#8BAD9B
(139,173,155)
#7E9C8C
(126,156,140)
#718B7D
(113,139,125)
#647A6E
(100,122,110)
#57695F
(87,105,95)
#4A5850
(74,88,80)
#3D4741
(61,71,65)
#303632
(48,54,50)
#232523
(35,37,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #98BEAA

#98BEAA
(152,190,170)
#A1C3B1
(161,195,177)
#AAC8B8
(170,200,184)
#B3CDBF
(179,205,191)
#BCD2C6
(188,210,198)
#C5D7CD
(197,215,205)
#CEDCD4
(206,220,212)
#D7E1DB
(215,225,219)
#E0E6E2
(224,230,226)
#E9EBE9
(233,235,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BEAA; }

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

This text font color is #98BEAA.

Background Color

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

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

This div background color is #98BEAA.

Border color

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

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

This div border color is #98BEAA.

Opacity

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

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

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

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

This text has shadow with #98BEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BEAA.

Preview

Color preview on black background

This text has color #98BEAA on black background.


Color preview on white background

This text has color #98BEAA on white background.


Black color preview on #98BEAA background

This text has black color on #98BEAA background.


White color preview on #98BEAA background

This text has white color on #98BEAA background.


Related colors

Complementary color

Complementary color for #hex is #674155.


I love getcolorcode.com

Triadic colors

1 #AA98BE and #BEAA98 with #98BEAA are triadic colors.

2 #AABE98 and #BE98AA with #98BEAA are triadic colors.