COLOR #98ABB8

HEX: #98ABB8 RGB: (152,171,184)

Color info

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

RGB color model

#98ABB8 color RGB value is (152,171,184).

RGB: (152,171,184) (60%, 67%, 72%)

RGB channels and saturation

R 152 of 255 = 60%
G 171 of 255 = 67%
B 184 of 255 = 72%

152
171
184

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

Portions of RGB colors in percentages

R + G + B = 152 + 171 + 184 = 507 (100%)
R 152 of 507 ~ 29.98%
G 171 of 507 ~ 33.73%
B 184 of 507 ~ 36.29'%

%29.98
%33.73
%36.29

CMYK color model

#98ABB8 color CMYK value is (17,7,0,28).

  • cyan value is 17.39%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (17,7,0,28)
C17M7Y0K28 (17%, 7%, 0%, 28%)
(0.17 / 0.07 / 0.00 / 0.28)

CMYK percentages

%17.39
%7.07
%0
%27.84

Codes

Color #98ABB8 in popluar color models

98 AB B8
RGB 152 171 184
HSL 204° 18.39% 65.88%
HSB/HSV 204° 17.39% 72.16%
CMYK 17.39% 7.07% 0.00%
27.84%

Color #98ABB8 in popluar number systems.

HEX 98 AB B8
Decimal 152 171 184
Binary 10011000 10101011 10111000
Octal 230 253 270

Shades and tints

Shades of #98ABB8

#98ABB8
(152,171,184)
#8B9CA8
(139,156,168)
#7E8D98
(126,141,152)
#717E88
(113,126,136)
#646F78
(100,111,120)
#576068
(87,96,104)
#4A5158
(74,81,88)
#3D4248
(61,66,72)
#303338
(48,51,56)
#232428
(35,36,40)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #98ABB8

#98ABB8
(152,171,184)
#A1B2BE
(161,178,190)
#AAB9C4
(170,185,196)
#B3C0CA
(179,192,202)
#BCC7D0
(188,199,208)
#C5CED6
(197,206,214)
#CED5DC
(206,213,220)
#D7DCE2
(215,220,226)
#E0E3E8
(224,227,232)
#E9EAEE
(233,234,238)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98ABB8; }

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

This text font color is #98ABB8.

Background Color

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

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

This div background color is #98ABB8.

Border color

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

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

This div border color is #98ABB8.

Opacity

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

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

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

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

This text has shadow with #98ABB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98ABB8.

Preview

Color preview on black background

This text has color #98ABB8 on black background.


Color preview on white background

This text has color #98ABB8 on white background.


Black color preview on #98ABB8 background

This text has black color on #98ABB8 background.


White color preview on #98ABB8 background

This text has white color on #98ABB8 background.


Related colors

Complementary color

Complementary color for #hex is #675447.


I love getcolorcode.com

Triadic colors

1 #B898AB and #ABB898 with #98ABB8 are triadic colors.

2 #B8AB98 and #AB98B8 with #98ABB8 are triadic colors.