COLOR #9ABAB8

HEX: #9ABAB8
RGB: (154,186,184)

Color info

#9ABAB8 contains red, green and blue colors in about the same proportion. Web safe color of #9ABAB8 is #99CCCC (or #9CC).

RGB color model

#9ABAB8 color RGB value is (154,186,184).

  • red value is 154;
  • green value is 186;
  • blue value is 184.
RGB:
(154,186,184)
(60%,73%,72%)

RGB channels and saturation

R 154 of 255 = 60%
G 186 of 255 = 73%
B 184 of 255 = 72%

154
186
184

R + G + B ~ 68%. #9ABAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 186 + 184 = 524 (100%)
R 154 of 524 ~ 29.39%
G 186 of 524 ~ 35.5%
B 184 of 524 ~ 35.11%

%29.39
%35.5
%35.11

CMYK color model

#9ABAB8 color CMYK value is (17,0,1,27).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 27.06%
CMYK:
(17,0,1,27)
C17M0Y1K27 
(17%,0%,1%,27%)
(0.17/0.00/0.01/0.27)	

CMYK percentages

%17.2
%0
%1.08
%27.06

Codes

Color #9ABAB8 in popluar color models

9ABAB8
RGB154186184
HSL176°18.82%66.67%
HSB/HSV176°17.20%72.94%
CMYK17.20%0.00%1.08%
27.06%

Color #9ABAB8 in popluar number systems.

HEX9ABAB8
Decimal154186184
Binary100110101011101010111000
Octal232272270

Shades and tints

Shades of #9ABAB8

#9ABAB8
(154,186,184)
#8CAAA8
(140,170,168)
#7E9A98
(126,154,152)
#708A88
(112,138,136)
#627A78
(98,122,120)
#546A68
(84,106,104)
#465A58
(70,90,88)
#384A48
(56,74,72)
#2A3A38
(42,58,56)
#1C2A28
(28,42,40)
#0E1A18
(14,26,24)
#000000
(0,0,0)

Tints of #9ABAB8

#9ABAB8
(154,186,184)
#A3C0BE
(163,192,190)
#ACC6C4
(172,198,196)
#B5CCCA
(181,204,202)
#BED2D0
(190,210,208)
#C7D8D6
(199,216,214)
#D0DEDC
(208,222,220)
#D9E4E2
(217,228,226)
#E2EAE8
(226,234,232)
#EBF0EE
(235,240,238)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABAB8 color. Also use rgb(154,186,184) instead hex code.

Text Font Color

.myTextColor { color: #9ABAB8; }

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

This text font color is #9ABAB8.


Background Color

.myBgColor { background-color: #9ABAB8; }

<div style="background-color:#9ABAB8">Inner text</div>

This div background color is #9ABAB8.


Border color

.myBorderColor { border: 1px solid #9ABAB8; }

<div style="border:3px solid #9ABAB8">Div</div>

This div border color is #9ABAB8.


Opacity

.myOpacity80 { color: #9ABAB8; opacity: 0.8; }

<p style="color:#9ABAB8;opacity:0.8;">80%</p>

Text with #9ABAB8 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 #9ABAB8;}

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

This text has shadow with #9ABAB8 color.

.textShadow {text-shadow: 3px 3px 1px #9ABAB8, 3px 3px 1px red;}

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

This text has shadow with #9ABAB8 primary color and red secondary color.


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

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

This text has shadow with #9ABAB8 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ABAB8;
-webkit-box-shadow: 1px 1px 3px 2px #9ABAB8;
box-shadow:1px 1px 3px 2px #9ABAB8;">
Div content here</div>
This div box has shadow with color #9ABAB8.

Preview

Color preview on black background

This text has color #9ABAB8 on black background.


Color preview on white background

This text has color #9ABAB8 on white background.



Black color preview on #9ABAB8 background

This text has black color on #9ABAB8 background.


White color preview on #9ABAB8 background

This text has white color on #9ABAB8 background.