COLOR #9ABE96

HEX: #9ABE96
RGB: (154,190,150)

Color info

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

RGB color model

#9ABE96 color RGB value is (154,190,150).

  • red value is 154;
  • green value is 190;
  • blue value is 150.
RGB:
(154,190,150)
(60%,75%,59%)

RGB channels and saturation

R 154 of 255 = 60%
G 190 of 255 = 75%
B 150 of 255 = 59%

154
190
150

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

Portions of RGB colors in percentages

R + G + B =
154 + 190 + 150 = 494 (100%)
R 154 of 494 ~ 31.17%
G 190 of 494 ~ 38.46%
B 150 of 494 ~ 30.36%

%31.17
%38.46
%30.36

CMYK color model

#9ABE96 color CMYK value is (19,0,21,25).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(19,0,21,25)
C19M0Y21K25 
(19%,0%,21%,25%)
(0.19/0.00/0.21/0.25)	

CMYK percentages

%18.95
%0
%21.05
%25.49

Codes

Color #9ABE96 in popluar color models

9ABE96
RGB154190150
HSL114°23.53%66.67%
HSB/HSV114°21.05%74.51%
CMYK18.95%0.00%21.05%
25.49%

Color #9ABE96 in popluar number systems.

HEX9ABE96
Decimal154190150
Binary100110101011111010010110
Octal232276226

Shades and tints

Shades of #9ABE96

#9ABE96
(154,190,150)
#8CAD89
(140,173,137)
#7E9C7C
(126,156,124)
#708B6F
(112,139,111)
#627A62
(98,122,98)
#546955
(84,105,85)
#465848
(70,88,72)
#38473B
(56,71,59)
#2A362E
(42,54,46)
#1C2521
(28,37,33)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #9ABE96

#9ABE96
(154,190,150)
#A3C39F
(163,195,159)
#ACC8A8
(172,200,168)
#B5CDB1
(181,205,177)
#BED2BA
(190,210,186)
#C7D7C3
(199,215,195)
#D0DCCC
(208,220,204)
#D9E1D5
(217,225,213)
#E2E6DE
(226,230,222)
#EBEBE7
(235,235,231)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABE96 color. Also use rgb(154,190,150) instead hex code.

Text Font Color

.myTextColor { color: #9ABE96; }

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

This text font color is #9ABE96.


Background Color

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

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

This div background color is #9ABE96.


Border color

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

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

This div border color is #9ABE96.


Opacity

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

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

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

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

This text has shadow with #9ABE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABE96 on black background.


Color preview on white background

This text has color #9ABE96 on white background.



Black color preview on #9ABE96 background

This text has black color on #9ABE96 background.


White color preview on #9ABE96 background

This text has white color on #9ABE96 background.