COLOR #9AB18C

HEX: #9AB18C
RGB: (154,177,140)

Color info

#9AB18C contains red, green and blue colors in about the same proportion. Web safe color of #9AB18C is #999999 (or #999).

RGB color model

#9AB18C color RGB value is (154,177,140).

  • red value is 154;
  • green value is 177;
  • blue value is 140.
RGB:
(154,177,140)
(60%,69%,55%)

RGB channels and saturation

R 154 of 255 = 60%
G 177 of 255 = 69%
B 140 of 255 = 55%

154
177
140

R + G + B ~ 61%. #9AB18C is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 177 + 140 = 471 (100%)
R 154 of 471 ~ 32.7%
G 177 of 471 ~ 37.58%
B 140 of 471 ~ 29.72%

%32.7
%37.58
%29.72

CMYK color model

#9AB18C color CMYK value is (13,0,21,31).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 30.59%
CMYK:
(13,0,21,31)
C13M0Y21K31 
(13%,0%,21%,31%)
(0.13/0.00/0.21/0.31)	

CMYK percentages

%12.99
%0
%20.9
%30.59

Codes

Color #9AB18C in popluar color models

9AB18C
RGB154177140
HSL97°19.17%62.16%
HSB/HSV97°20.90%69.41%
CMYK12.99%0.00%20.90%
30.59%

Color #9AB18C in popluar number systems.

HEX9AB18C
Decimal154177140
Binary100110101011000110001100
Octal232261214

Shades and tints

Shades of #9AB18C

#9AB18C
(154,177,140)
#8CA180
(140,161,128)
#7E9174
(126,145,116)
#708168
(112,129,104)
#62715C
(98,113,92)
#546150
(84,97,80)
#465144
(70,81,68)
#384138
(56,65,56)
#2A312C
(42,49,44)
#1C2120
(28,33,32)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #9AB18C

#9AB18C
(154,177,140)
#A3B896
(163,184,150)
#ACBFA0
(172,191,160)
#B5C6AA
(181,198,170)
#BECDB4
(190,205,180)
#C7D4BE
(199,212,190)
#D0DBC8
(208,219,200)
#D9E2D2
(217,226,210)
#E2E9DC
(226,233,220)
#EBF0E6
(235,240,230)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB18C color. Also use rgb(154,177,140) instead hex code.

Text Font Color

.myTextColor { color: #9AB18C; }

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

This text font color is #9AB18C.


Background Color

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

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

This div background color is #9AB18C.


Border color

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

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

This div border color is #9AB18C.


Opacity

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

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

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

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

This text has shadow with #9AB18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB18C on black background.


Color preview on white background

This text has color #9AB18C on white background.



Black color preview on #9AB18C background

This text has black color on #9AB18C background.


White color preview on #9AB18C background

This text has white color on #9AB18C background.