COLOR #9ABCA5

HEX: #9ABCA5
RGB: (154,188,165)

Color info

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

RGB color model

#9ABCA5 color RGB value is (154,188,165).

  • red value is 154;
  • green value is 188;
  • blue value is 165.
RGB:
(154,188,165)
(60%,74%,65%)

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 165 of 255 = 65%

154
188
165

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

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 165 = 507 (100%)
R 154 of 507 ~ 30.37%
G 188 of 507 ~ 37.08%
B 165 of 507 ~ 32.54%

%30.37
%37.08
%32.54

CMYK color model

#9ABCA5 color CMYK value is (18,0,12,26).

  • cyan value is 18.09%
  • magenta value is 0.00%
  • yellow value is 12.23%
  • key color value is 26.27%
CMYK:
(18,0,12,26)
C18M0Y12K26 
(18%,0%,12%,26%)
(0.18/0.00/0.12/0.26)	

CMYK percentages

%18.09
%0
%12.23
%26.27

Codes

Color #9ABCA5 in popluar color models

9ABCA5
RGB154188165
HSL139°20.24%67.06%
HSB/HSV139°18.09%73.73%
CMYK18.09%0.00%12.23%
26.27%

Color #9ABCA5 in popluar number systems.

HEX9ABCA5
Decimal154188165
Binary100110101011110010100101
Octal232274245

Shades and tints

Shades of #9ABCA5

#9ABCA5
(154,188,165)
#8CAB96
(140,171,150)
#7E9A87
(126,154,135)
#708978
(112,137,120)
#627869
(98,120,105)
#54675A
(84,103,90)
#46564B
(70,86,75)
#38453C
(56,69,60)
#2A342D
(42,52,45)
#1C231E
(28,35,30)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #9ABCA5

#9ABCA5
(154,188,165)
#A3C2AD
(163,194,173)
#ACC8B5
(172,200,181)
#B5CEBD
(181,206,189)
#BED4C5
(190,212,197)
#C7DACD
(199,218,205)
#D0E0D5
(208,224,213)
#D9E6DD
(217,230,221)
#E2ECE5
(226,236,229)
#EBF2ED
(235,242,237)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABCA5 color. Also use rgb(154,188,165) instead hex code.

Text Font Color

.myTextColor { color: #9ABCA5; }

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

This text font color is #9ABCA5.


Background Color

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

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

This div background color is #9ABCA5.


Border color

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

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

This div border color is #9ABCA5.


Opacity

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

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

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

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

This text has shadow with #9ABCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABCA5 on black background.


Color preview on white background

This text has color #9ABCA5 on white background.



Black color preview on #9ABCA5 background

This text has black color on #9ABCA5 background.


White color preview on #9ABCA5 background

This text has white color on #9ABCA5 background.