COLOR #9ABAA3

HEX: #9ABAA3
RGB: (154,186,163)

Color info

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

RGB color model

#9ABAA3 color RGB value is (154,186,163).

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

RGB channels and saturation

R 154 of 255 = 60%
G 186 of 255 = 73%
B 163 of 255 = 64%

154
186
163

R + G + B ~ 66%. #9ABAA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 186 + 163 = 503 (100%)
R 154 of 503 ~ 30.62%
G 186 of 503 ~ 36.98%
B 163 of 503 ~ 32.41%

%30.62
%36.98
%32.41

CMYK color model

#9ABAA3 color CMYK value is (17,0,12,27).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(17,0,12,27)
C17M0Y12K27 
(17%,0%,12%,27%)
(0.17/0.00/0.12/0.27)	

CMYK percentages

%17.2
%0
%12.37
%27.06

Codes

Color #9ABAA3 in popluar color models

9ABAA3
RGB154186163
HSL137°18.82%66.67%
HSB/HSV137°17.20%72.94%
CMYK17.20%0.00%12.37%
27.06%

Color #9ABAA3 in popluar number systems.

HEX9ABAA3
Decimal154186163
Binary100110101011101010100011
Octal232272243

Shades and tints

Shades of #9ABAA3

#9ABAA3
(154,186,163)
#8CAA95
(140,170,149)
#7E9A87
(126,154,135)
#708A79
(112,138,121)
#627A6B
(98,122,107)
#546A5D
(84,106,93)
#465A4F
(70,90,79)
#384A41
(56,74,65)
#2A3A33
(42,58,51)
#1C2A25
(28,42,37)
#0E1A17
(14,26,23)
#000000
(0,0,0)

Tints of #9ABAA3

#9ABAA3
(154,186,163)
#A3C0AB
(163,192,171)
#ACC6B3
(172,198,179)
#B5CCBB
(181,204,187)
#BED2C3
(190,210,195)
#C7D8CB
(199,216,203)
#D0DED3
(208,222,211)
#D9E4DB
(217,228,219)
#E2EAE3
(226,234,227)
#EBF0EB
(235,240,235)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABAA3; }

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

This text font color is #9ABAA3.


Background Color

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

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

This div background color is #9ABAA3.


Border color

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

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

This div border color is #9ABAA3.


Opacity

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

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

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

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

This text has shadow with #9ABAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABAA3 on black background.


Color preview on white background

This text has color #9ABAA3 on white background.



Black color preview on #9ABAA3 background

This text has black color on #9ABAA3 background.


White color preview on #9ABAA3 background

This text has white color on #9ABAA3 background.