COLOR #9ABD7F

HEX: #9ABD7F
RGB: (154,189,127)

Color info

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

RGB color model

#9ABD7F color RGB value is (154,189,127).

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

RGB channels and saturation

R 154 of 255 = 60%
G 189 of 255 = 74%
B 127 of 255 = 50%

154
189
127

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

Portions of RGB colors in percentages

R + G + B =
154 + 189 + 127 = 470 (100%)
R 154 of 470 ~ 32.77%
G 189 of 470 ~ 40.21%
B 127 of 470 ~ 27.02%

%32.77
%40.21
%27.02

CMYK color model

#9ABD7F color CMYK value is (19,0,33,26).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 25.88%
CMYK:
(19,0,33,26)
C19M0Y33K26 
(19%,0%,33%,26%)
(0.19/0.00/0.33/0.26)	

CMYK percentages

%18.52
%0
%32.8
%25.88

Codes

Color #9ABD7F in popluar color models

9ABD7F
RGB154189127
HSL94°31.96%61.96%
HSB/HSV94°32.80%74.12%
CMYK18.52%0.00%32.80%
25.88%

Color #9ABD7F in popluar number systems.

HEX9ABD7F
Decimal154189127
Binary10011010101111011111111
Octal232275177

Shades and tints

Shades of #9ABD7F

#9ABD7F
(154,189,127)
#8CAC74
(140,172,116)
#7E9B69
(126,155,105)
#708A5E
(112,138,94)
#627953
(98,121,83)
#546848
(84,104,72)
#46573D
(70,87,61)
#384632
(56,70,50)
#2A3527
(42,53,39)
#1C241C
(28,36,28)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #9ABD7F

#9ABD7F
(154,189,127)
#A3C38A
(163,195,138)
#ACC995
(172,201,149)
#B5CFA0
(181,207,160)
#BED5AB
(190,213,171)
#C7DBB6
(199,219,182)
#D0E1C1
(208,225,193)
#D9E7CC
(217,231,204)
#E2EDD7
(226,237,215)
#EBF3E2
(235,243,226)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABD7F; }

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

This text font color is #9ABD7F.


Background Color

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

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

This div background color is #9ABD7F.


Border color

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

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

This div border color is #9ABD7F.


Opacity

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

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

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

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

This text has shadow with #9ABD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABD7F on black background.


Color preview on white background

This text has color #9ABD7F on white background.



Black color preview on #9ABD7F background

This text has black color on #9ABD7F background.


White color preview on #9ABD7F background

This text has white color on #9ABD7F background.