COLOR #9AB798

HEX: #9AB798
RGB: (154,183,152)

Color info

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

RGB color model

#9AB798 color RGB value is (154,183,152).

  • red value is 154;
  • green value is 183;
  • blue value is 152.
RGB:
(154,183,152)
(60%,72%,60%)

RGB channels and saturation

R 154 of 255 = 60%
G 183 of 255 = 72%
B 152 of 255 = 60%

154
183
152

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

Portions of RGB colors in percentages

R + G + B =
154 + 183 + 152 = 489 (100%)
R 154 of 489 ~ 31.49%
G 183 of 489 ~ 37.42%
B 152 of 489 ~ 31.08%

%31.49
%37.42
%31.08

CMYK color model

#9AB798 color CMYK value is (16,0,17,28).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 28.24%
CMYK:
(16,0,17,28)
C16M0Y17K28 
(16%,0%,17%,28%)
(0.16/0.00/0.17/0.28)	

CMYK percentages

%15.85
%0
%16.94
%28.24

Codes

Color #9AB798 in popluar color models

9AB798
RGB154183152
HSL116°17.71%65.69%
HSB/HSV116°16.94%71.76%
CMYK15.85%0.00%16.94%
28.24%

Color #9AB798 in popluar number systems.

HEX9AB798
Decimal154183152
Binary100110101011011110011000
Octal232267230

Shades and tints

Shades of #9AB798

#9AB798
(154,183,152)
#8CA78B
(140,167,139)
#7E977E
(126,151,126)
#708771
(112,135,113)
#627764
(98,119,100)
#546757
(84,103,87)
#46574A
(70,87,74)
#38473D
(56,71,61)
#2A3730
(42,55,48)
#1C2723
(28,39,35)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #9AB798

#9AB798
(154,183,152)
#A3BDA1
(163,189,161)
#ACC3AA
(172,195,170)
#B5C9B3
(181,201,179)
#BECFBC
(190,207,188)
#C7D5C5
(199,213,197)
#D0DBCE
(208,219,206)
#D9E1D7
(217,225,215)
#E2E7E0
(226,231,224)
#EBEDE9
(235,237,233)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB798 color. Also use rgb(154,183,152) instead hex code.

Text Font Color

.myTextColor { color: #9AB798; }

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

This text font color is #9AB798.


Background Color

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

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

This div background color is #9AB798.


Border color

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

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

This div border color is #9AB798.


Opacity

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

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

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

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

This text has shadow with #9AB798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB798 on black background.


Color preview on white background

This text has color #9AB798 on white background.



Black color preview on #9AB798 background

This text has black color on #9AB798 background.


White color preview on #9AB798 background

This text has white color on #9AB798 background.