COLOR #9AB996

HEX: #9AB996
RGB: (154,185,150)

Color info

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

RGB color model

#9AB996 color RGB value is (154,185,150).

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

RGB channels and saturation

R 154 of 255 = 60%
G 185 of 255 = 73%
B 150 of 255 = 59%

154
185
150

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

Portions of RGB colors in percentages

R + G + B =
154 + 185 + 150 = 489 (100%)
R 154 of 489 ~ 31.49%
G 185 of 489 ~ 37.83%
B 150 of 489 ~ 30.67%

%31.49
%37.83
%30.67

CMYK color model

#9AB996 color CMYK value is (17,0,19,27).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 27.45%
CMYK:
(17,0,19,27)
C17M0Y19K27 
(17%,0%,19%,27%)
(0.17/0.00/0.19/0.27)	

CMYK percentages

%16.76
%0
%18.92
%27.45

Codes

Color #9AB996 in popluar color models

9AB996
RGB154185150
HSL113°20.00%65.69%
HSB/HSV113°18.92%72.55%
CMYK16.76%0.00%18.92%
27.45%

Color #9AB996 in popluar number systems.

HEX9AB996
Decimal154185150
Binary100110101011100110010110
Octal232271226

Shades and tints

Shades of #9AB996

#9AB996
(154,185,150)
#8CA989
(140,169,137)
#7E997C
(126,153,124)
#70896F
(112,137,111)
#627962
(98,121,98)
#546955
(84,105,85)
#465948
(70,89,72)
#38493B
(56,73,59)
#2A392E
(42,57,46)
#1C2921
(28,41,33)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #9AB996

#9AB996
(154,185,150)
#A3BF9F
(163,191,159)
#ACC5A8
(172,197,168)
#B5CBB1
(181,203,177)
#BED1BA
(190,209,186)
#C7D7C3
(199,215,195)
#D0DDCC
(208,221,204)
#D9E3D5
(217,227,213)
#E2E9DE
(226,233,222)
#EBEFE7
(235,239,231)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB996; }

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

This text font color is #9AB996.


Background Color

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

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

This div background color is #9AB996.


Border color

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

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

This div border color is #9AB996.


Opacity

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

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

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

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

This text has shadow with #9AB996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB996 on black background.


Color preview on white background

This text has color #9AB996 on white background.



Black color preview on #9AB996 background

This text has black color on #9AB996 background.


White color preview on #9AB996 background

This text has white color on #9AB996 background.