COLOR #9ABBA0

HEX: #9ABBA0
RGB: (154,187,160)

Color info

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

RGB color model

#9ABBA0 color RGB value is (154,187,160).

  • red value is 154;
  • green value is 187;
  • blue value is 160.
RGB:
(154,187,160)
(60%,73%,63%)

RGB channels and saturation

R 154 of 255 = 60%
G 187 of 255 = 73%
B 160 of 255 = 63%

154
187
160

R + G + B ~ 65%. #9ABBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 187 + 160 = 501 (100%)
R 154 of 501 ~ 30.74%
G 187 of 501 ~ 37.33%
B 160 of 501 ~ 31.94%

%30.74
%37.33
%31.94

CMYK color model

#9ABBA0 color CMYK value is (18,0,14,27).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(18,0,14,27)
C18M0Y14K27 
(18%,0%,14%,27%)
(0.18/0.00/0.14/0.27)	

CMYK percentages

%17.65
%0
%14.44
%26.67

Codes

Color #9ABBA0 in popluar color models

9ABBA0
RGB154187160
HSL131°19.53%66.86%
HSB/HSV131°17.65%73.33%
CMYK17.65%0.00%14.44%
26.67%

Color #9ABBA0 in popluar number systems.

HEX9ABBA0
Decimal154187160
Binary100110101011101110100000
Octal232273240

Shades and tints

Shades of #9ABBA0

#9ABBA0
(154,187,160)
#8CAA92
(140,170,146)
#7E9984
(126,153,132)
#708876
(112,136,118)
#627768
(98,119,104)
#54665A
(84,102,90)
#46554C
(70,85,76)
#38443E
(56,68,62)
#2A3330
(42,51,48)
#1C2222
(28,34,34)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #9ABBA0

#9ABBA0
(154,187,160)
#A3C1A8
(163,193,168)
#ACC7B0
(172,199,176)
#B5CDB8
(181,205,184)
#BED3C0
(190,211,192)
#C7D9C8
(199,217,200)
#D0DFD0
(208,223,208)
#D9E5D8
(217,229,216)
#E2EBE0
(226,235,224)
#EBF1E8
(235,241,232)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABBA0 color. Also use rgb(154,187,160) instead hex code.

Text Font Color

.myTextColor { color: #9ABBA0; }

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

This text font color is #9ABBA0.


Background Color

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

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

This div background color is #9ABBA0.


Border color

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

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

This div border color is #9ABBA0.


Opacity

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

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

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

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

This text has shadow with #9ABBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABBA0 on black background.


Color preview on white background

This text has color #9ABBA0 on white background.



Black color preview on #9ABBA0 background

This text has black color on #9ABBA0 background.


White color preview on #9ABBA0 background

This text has white color on #9ABBA0 background.