COLOR #9ABB7C

HEX: #9ABB7C
RGB: (154,187,124)

Color info

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

RGB color model

#9ABB7C color RGB value is (154,187,124).

  • red value is 154;
  • green value is 187;
  • blue value is 124.
RGB:
(154,187,124)
(60%,73%,49%)

RGB channels and saturation

R 154 of 255 = 60%
G 187 of 255 = 73%
B 124 of 255 = 49%

154
187
124

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

Portions of RGB colors in percentages

R + G + B =
154 + 187 + 124 = 465 (100%)
R 154 of 465 ~ 33.12%
G 187 of 465 ~ 40.22%
B 124 of 465 ~ 26.67%

%33.12
%40.22
%26.67

CMYK color model

#9ABB7C color CMYK value is (18,0,34,27).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 33.69%
  • key color value is 26.67%
CMYK:
(18,0,34,27)
C18M0Y34K27 
(18%,0%,34%,27%)
(0.18/0.00/0.34/0.27)	

CMYK percentages

%17.65
%0
%33.69
%26.67

Codes

Color #9ABB7C in popluar color models

9ABB7C
RGB154187124
HSL91°31.66%60.98%
HSB/HSV91°33.69%73.33%
CMYK17.65%0.00%33.69%
26.67%

Color #9ABB7C in popluar number systems.

HEX9ABB7C
Decimal154187124
Binary10011010101110111111100
Octal232273174

Shades and tints

Shades of #9ABB7C

#9ABB7C
(154,187,124)
#8CAA71
(140,170,113)
#7E9966
(126,153,102)
#70885B
(112,136,91)
#627750
(98,119,80)
#546645
(84,102,69)
#46553A
(70,85,58)
#38442F
(56,68,47)
#2A3324
(42,51,36)
#1C2219
(28,34,25)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #9ABB7C

#9ABB7C
(154,187,124)
#A3C187
(163,193,135)
#ACC792
(172,199,146)
#B5CD9D
(181,205,157)
#BED3A8
(190,211,168)
#C7D9B3
(199,217,179)
#D0DFBE
(208,223,190)
#D9E5C9
(217,229,201)
#E2EBD4
(226,235,212)
#EBF1DF
(235,241,223)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABB7C color. Also use rgb(154,187,124) instead hex code.

Text Font Color

.myTextColor { color: #9ABB7C; }

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

This text font color is #9ABB7C.


Background Color

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

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

This div background color is #9ABB7C.


Border color

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

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

This div border color is #9ABB7C.


Opacity

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

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

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

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

This text has shadow with #9ABB7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABB7C on black background.


Color preview on white background

This text has color #9ABB7C on white background.



Black color preview on #9ABB7C background

This text has black color on #9ABB7C background.


White color preview on #9ABB7C background

This text has white color on #9ABB7C background.