COLOR #9ABD7B

HEX: #9ABD7B
RGB: (154,189,123)

Color info

#9ABD7B contains mainly red and green colors. Web safe color of #9ABD7B is #99CC66 (or #9C6).

RGB color model

#9ABD7B color RGB value is (154,189,123).

  • red value is 154;
  • green value is 189;
  • blue value is 123.
RGB:
(154,189,123)
(60%,74%,48%)

RGB channels and saturation

R 154 of 255 = 60%
G 189 of 255 = 74%
B 123 of 255 = 48%

154
189
123

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

Portions of RGB colors in percentages

R + G + B =
154 + 189 + 123 = 466 (100%)
R 154 of 466 ~ 33.05%
G 189 of 466 ~ 40.56%
B 123 of 466 ~ 26.39%

%33.05
%40.56
%26.39

CMYK color model

#9ABD7B color CMYK value is (19,0,35,26).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(19,0,35,26)
C19M0Y35K26 
(19%,0%,35%,26%)
(0.19/0.00/0.35/0.26)	

CMYK percentages

%18.52
%0
%34.92
%25.88

Codes

Color #9ABD7B in popluar color models

9ABD7B
RGB154189123
HSL92°33.33%61.18%
HSB/HSV92°34.92%74.12%
CMYK18.52%0.00%34.92%
25.88%

Color #9ABD7B in popluar number systems.

HEX9ABD7B
Decimal154189123
Binary10011010101111011111011
Octal232275173

Shades and tints

Shades of #9ABD7B

#9ABD7B
(154,189,123)
#8CAC70
(140,172,112)
#7E9B65
(126,155,101)
#708A5A
(112,138,90)
#62794F
(98,121,79)
#546844
(84,104,68)
#465739
(70,87,57)
#38462E
(56,70,46)
#2A3523
(42,53,35)
#1C2418
(28,36,24)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #9ABD7B

#9ABD7B
(154,189,123)
#A3C387
(163,195,135)
#ACC993
(172,201,147)
#B5CF9F
(181,207,159)
#BED5AB
(190,213,171)
#C7DBB7
(199,219,183)
#D0E1C3
(208,225,195)
#D9E7CF
(217,231,207)
#E2EDDB
(226,237,219)
#EBF3E7
(235,243,231)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABD7B color. Also use rgb(154,189,123) instead hex code.

Text Font Color

.myTextColor { color: #9ABD7B; }

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

This text font color is #9ABD7B.


Background Color

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

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

This div background color is #9ABD7B.


Border color

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

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

This div border color is #9ABD7B.


Opacity

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

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

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

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

This text has shadow with #9ABD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABD7B on black background.


Color preview on white background

This text has color #9ABD7B on white background.



Black color preview on #9ABD7B background

This text has black color on #9ABD7B background.


White color preview on #9ABD7B background

This text has white color on #9ABD7B background.