COLOR #9AB28B

HEX: #9AB28B
RGB: (154,178,139)

Color info

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

RGB color model

#9AB28B color RGB value is (154,178,139).

  • red value is 154;
  • green value is 178;
  • blue value is 139.
RGB:
(154,178,139)
(60%,70%,55%)

RGB channels and saturation

R 154 of 255 = 60%
G 178 of 255 = 70%
B 139 of 255 = 55%

154
178
139

R + G + B ~ 62%. #9AB28B is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 178 + 139 = 471 (100%)
R 154 of 471 ~ 32.7%
G 178 of 471 ~ 37.79%
B 139 of 471 ~ 29.51%

%32.7
%37.79
%29.51

CMYK color model

#9AB28B color CMYK value is (13,0,22,30).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 21.91%
  • key color value is 30.20%
CMYK:
(13,0,22,30)
C13M0Y22K30 
(13%,0%,22%,30%)
(0.13/0.00/0.22/0.30)	

CMYK percentages

%13.48
%0
%21.91
%30.2

Codes

Color #9AB28B in popluar color models

9AB28B
RGB154178139
HSL97°20.21%62.16%
HSB/HSV97°21.91%69.80%
CMYK13.48%0.00%21.91%
30.20%

Color #9AB28B in popluar number systems.

HEX9AB28B
Decimal154178139
Binary100110101011001010001011
Octal232262213

Shades and tints

Shades of #9AB28B

#9AB28B
(154,178,139)
#8CA27F
(140,162,127)
#7E9273
(126,146,115)
#708267
(112,130,103)
#62725B
(98,114,91)
#54624F
(84,98,79)
#465243
(70,82,67)
#384237
(56,66,55)
#2A322B
(42,50,43)
#1C221F
(28,34,31)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #9AB28B

#9AB28B
(154,178,139)
#A3B995
(163,185,149)
#ACC09F
(172,192,159)
#B5C7A9
(181,199,169)
#BECEB3
(190,206,179)
#C7D5BD
(199,213,189)
#D0DCC7
(208,220,199)
#D9E3D1
(217,227,209)
#E2EADB
(226,234,219)
#EBF1E5
(235,241,229)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB28B color. Also use rgb(154,178,139) instead hex code.

Text Font Color

.myTextColor { color: #9AB28B; }

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

This text font color is #9AB28B.


Background Color

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

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

This div background color is #9AB28B.


Border color

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

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

This div border color is #9AB28B.


Opacity

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

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

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

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

This text has shadow with #9AB28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB28B on black background.


Color preview on white background

This text has color #9AB28B on white background.



Black color preview on #9AB28B background

This text has black color on #9AB28B background.


White color preview on #9AB28B background

This text has white color on #9AB28B background.