COLOR #98ABBA

HEX: #98ABBA RGB: (152,171,186)

Color info

#98ABBA contains red, green and blue colors in about the same proportion. Web safe color of #98ABBA is #9999CC (or #99C).

RGB color model

#98ABBA color RGB value is (152,171,186).

RGB: (152,171,186) (60%, 67%, 73%)

RGB channels and saturation

R 152 of 255 = 60%
G 171 of 255 = 67%
B 186 of 255 = 73%

152
171
186

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

Portions of RGB colors in percentages

R + G + B = 152 + 171 + 186 = 509 (100%)
R 152 of 509 ~ 29.86%
G 171 of 509 ~ 33.6%
B 186 of 509 ~ 36.54'%

%29.86
%33.6
%36.54

CMYK color model

#98ABBA color CMYK value is (18,8,0,27).

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

CMYK: (18,8,0,27)
C18M8Y0K27 (18%, 8%, 0%, 27%)
(0.18 / 0.08 / 0.00 / 0.27)

CMYK percentages

%18.28
%8.06
%0
%27.06

Codes

Color #98ABBA in popluar color models

98 AB BA
RGB 152 171 186
HSL 206° 19.77% 66.27%
HSB/HSV 206° 18.28% 72.94%
CMYK 18.28% 8.06% 0.00%
27.06%

Color #98ABBA in popluar number systems.

HEX 98 AB BA
Decimal 152 171 186
Binary 10011000 10101011 10111010
Octal 230 253 272

Shades and tints

Shades of #98ABBA

#98ABBA
(152,171,186)
#8B9CAA
(139,156,170)
#7E8D9A
(126,141,154)
#717E8A
(113,126,138)
#646F7A
(100,111,122)
#57606A
(87,96,106)
#4A515A
(74,81,90)
#3D424A
(61,66,74)
#30333A
(48,51,58)
#23242A
(35,36,42)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #98ABBA

#98ABBA
(152,171,186)
#A1B2C0
(161,178,192)
#AAB9C6
(170,185,198)
#B3C0CC
(179,192,204)
#BCC7D2
(188,199,210)
#C5CED8
(197,206,216)
#CED5DE
(206,213,222)
#D7DCE4
(215,220,228)
#E0E3EA
(224,227,234)
#E9EAF0
(233,234,240)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98ABBA; }

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

This text font color is #98ABBA.

Background Color

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

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

This div background color is #98ABBA.

Border color

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

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

This div border color is #98ABBA.

Opacity

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

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

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

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

This text has shadow with #98ABBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98ABBA.

Preview

Color preview on black background

This text has color #98ABBA on black background.


Color preview on white background

This text has color #98ABBA on white background.


Black color preview on #98ABBA background

This text has black color on #98ABBA background.


White color preview on #98ABBA background

This text has white color on #98ABBA background.


Related colors

Complementary color

Complementary color for #hex is #675445.


I love getcolorcode.com

Triadic colors

1 #BA98AB and #ABBA98 with #98ABBA are triadic colors.

2 #BAAB98 and #AB98BA with #98ABBA are triadic colors.