COLOR #9ABC91

HEX: #9ABC91
RGB: (154,188,145)

Color info

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

RGB color model

#9ABC91 color RGB value is (154,188,145).

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

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 145 of 255 = 57%

154
188
145

R + G + B ~ 64%. #9ABC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 145 = 487 (100%)
R 154 of 487 ~ 31.62%
G 188 of 487 ~ 38.6%
B 145 of 487 ~ 29.77%

%31.62
%38.6
%29.77

CMYK color model

#9ABC91 color CMYK value is (18,0,23,26).

  • cyan value is 18.09%
  • magenta value is 0.00%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK:
(18,0,23,26)
C18M0Y23K26 
(18%,0%,23%,26%)
(0.18/0.00/0.23/0.26)	

CMYK percentages

%18.09
%0
%22.87
%26.27

Codes

Color #9ABC91 in popluar color models

9ABC91
RGB154188145
HSL107°24.29%65.29%
HSB/HSV107°22.87%73.73%
CMYK18.09%0.00%22.87%
26.27%

Color #9ABC91 in popluar number systems.

HEX9ABC91
Decimal154188145
Binary100110101011110010010001
Octal232274221

Shades and tints

Shades of #9ABC91

#9ABC91
(154,188,145)
#8CAB84
(140,171,132)
#7E9A77
(126,154,119)
#70896A
(112,137,106)
#62785D
(98,120,93)
#546750
(84,103,80)
#465643
(70,86,67)
#384536
(56,69,54)
#2A3429
(42,52,41)
#1C231C
(28,35,28)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #9ABC91

#9ABC91
(154,188,145)
#A3C29B
(163,194,155)
#ACC8A5
(172,200,165)
#B5CEAF
(181,206,175)
#BED4B9
(190,212,185)
#C7DAC3
(199,218,195)
#D0E0CD
(208,224,205)
#D9E6D7
(217,230,215)
#E2ECE1
(226,236,225)
#EBF2EB
(235,242,235)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABC91; }

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

This text font color is #9ABC91.


Background Color

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

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

This div background color is #9ABC91.


Border color

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

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

This div border color is #9ABC91.


Opacity

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

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

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

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

This text has shadow with #9ABC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABC91 on black background.


Color preview on white background

This text has color #9ABC91 on white background.



Black color preview on #9ABC91 background

This text has black color on #9ABC91 background.


White color preview on #9ABC91 background

This text has white color on #9ABC91 background.