COLOR #9AB67F

HEX: #9AB67F
RGB: (154,182,127)

Color info

#9AB67F contains red, green and blue colors in about the same proportion. Web safe color of #9AB67F is #99CC66 (or #9C6).

RGB color model

#9AB67F color RGB value is (154,182,127).

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

RGB channels and saturation

R 154 of 255 = 60%
G 182 of 255 = 71%
B 127 of 255 = 50%

154
182
127

R + G + B ~ 60%. #9AB67F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 182 + 127 = 463 (100%)
R 154 of 463 ~ 33.26%
G 182 of 463 ~ 39.31%
B 127 of 463 ~ 27.43%

%33.26
%39.31
%27.43

CMYK color model

#9AB67F color CMYK value is (15,0,30,29).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 28.63%
CMYK:
(15,0,30,29)
C15M0Y30K29 
(15%,0%,30%,29%)
(0.15/0.00/0.30/0.29)	

CMYK percentages

%15.38
%0
%30.22
%28.63

Codes

Color #9AB67F in popluar color models

9AB67F
RGB154182127
HSL91°27.36%60.59%
HSB/HSV91°30.22%71.37%
CMYK15.38%0.00%30.22%
28.63%

Color #9AB67F in popluar number systems.

HEX9AB67F
Decimal154182127
Binary10011010101101101111111
Octal232266177

Shades and tints

Shades of #9AB67F

#9AB67F
(154,182,127)
#8CA674
(140,166,116)
#7E9669
(126,150,105)
#70865E
(112,134,94)
#627653
(98,118,83)
#546648
(84,102,72)
#46563D
(70,86,61)
#384632
(56,70,50)
#2A3627
(42,54,39)
#1C261C
(28,38,28)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #9AB67F

#9AB67F
(154,182,127)
#A3BC8A
(163,188,138)
#ACC295
(172,194,149)
#B5C8A0
(181,200,160)
#BECEAB
(190,206,171)
#C7D4B6
(199,212,182)
#D0DAC1
(208,218,193)
#D9E0CC
(217,224,204)
#E2E6D7
(226,230,215)
#EBECE2
(235,236,226)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB67F; }

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

This text font color is #9AB67F.


Background Color

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

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

This div background color is #9AB67F.


Border color

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

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

This div border color is #9AB67F.


Opacity

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

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

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

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

This text has shadow with #9AB67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB67F on black background.


Color preview on white background

This text has color #9AB67F on white background.



Black color preview on #9AB67F background

This text has black color on #9AB67F background.


White color preview on #9AB67F background

This text has white color on #9AB67F background.