COLOR #98BAA5

HEX: #98BAA5 RGB: (152,186,165)

Color info

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

RGB color model

#98BAA5 color RGB value is (152,186,165).

RGB: (152,186,165) (60%, 73%, 65%)

RGB channels and saturation

R 152 of 255 = 60%
G 186 of 255 = 73%
B 165 of 255 = 65%

152
186
165

R + G + B ~ 66%. #98BAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 186 + 165 = 503 (100%)
R 152 of 503 ~ 30.22%
G 186 of 503 ~ 36.98%
B 165 of 503 ~ 32.8'%

%30.22
%36.98
%32.8

CMYK color model

#98BAA5 color CMYK value is (18,0,11,27).

  • cyan value is 18.28%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 27.06%

CMYK: (18,0,11,27)
C18M0Y11K27 (18%, 0%, 11%, 27%)
(0.18 / 0.00 / 0.11 / 0.27)

CMYK percentages

%18.28
%0
%11.29
%27.06

Codes

Color #98BAA5 in popluar color models

98 BA A5
RGB 152 186 165
HSL 143° 19.77% 66.27%
HSB/HSV 143° 18.28% 72.94%
CMYK 18.28% 0.00% 11.29%
27.06%

Color #98BAA5 in popluar number systems.

HEX 98 BA A5
Decimal 152 186 165
Binary 10011000 10111010 10100101
Octal 230 272 245

Shades and tints

Shades of #98BAA5

#98BAA5
(152,186,165)
#8BAA96
(139,170,150)
#7E9A87
(126,154,135)
#718A78
(113,138,120)
#647A69
(100,122,105)
#576A5A
(87,106,90)
#4A5A4B
(74,90,75)
#3D4A3C
(61,74,60)
#303A2D
(48,58,45)
#232A1E
(35,42,30)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #98BAA5

#98BAA5
(152,186,165)
#A1C0AD
(161,192,173)
#AAC6B5
(170,198,181)
#B3CCBD
(179,204,189)
#BCD2C5
(188,210,197)
#C5D8CD
(197,216,205)
#CEDED5
(206,222,213)
#D7E4DD
(215,228,221)
#E0EAE5
(224,234,229)
#E9F0ED
(233,240,237)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BAA5 color. Also use rgb(152,186,165) instead hex code.

Text Font Color

.myTextColor { color: #98BAA5; }

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

This text font color is #98BAA5.

Background Color

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

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

This div background color is #98BAA5.

Border color

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

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

This div border color is #98BAA5.

Opacity

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

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

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

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

This text has shadow with #98BAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BAA5.

Preview

Color preview on black background

This text has color #98BAA5 on black background.


Color preview on white background

This text has color #98BAA5 on white background.


Black color preview on #98BAA5 background

This text has black color on #98BAA5 background.


White color preview on #98BAA5 background

This text has white color on #98BAA5 background.


Related colors

Complementary color

Complementary color for #hex is #67455A.


I love getcolorcode.com

Triadic colors

1 #A598BA and #BAA598 with #98BAA5 are triadic colors.

2 #A5BA98 and #BA98A5 with #98BAA5 are triadic colors.