COLOR #9AB69F

HEX: #9AB69F
RGB: (154,182,159)

Color info

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

RGB color model

#9AB69F color RGB value is (154,182,159).

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

RGB channels and saturation

R 154 of 255 = 60%
G 182 of 255 = 71%
B 159 of 255 = 62%

154
182
159

R + G + B ~ 64%. #9AB69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 182 + 159 = 495 (100%)
R 154 of 495 ~ 31.11%
G 182 of 495 ~ 36.77%
B 159 of 495 ~ 32.12%

%31.11
%36.77
%32.12

CMYK color model

#9AB69F color CMYK value is (15,0,13,29).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 28.63%
CMYK:
(15,0,13,29)
C15M0Y13K29 
(15%,0%,13%,29%)
(0.15/0.00/0.13/0.29)	

CMYK percentages

%15.38
%0
%12.64
%28.63

Codes

Color #9AB69F in popluar color models

9AB69F
RGB154182159
HSL131°16.09%65.88%
HSB/HSV131°15.38%71.37%
CMYK15.38%0.00%12.64%
28.63%

Color #9AB69F in popluar number systems.

HEX9AB69F
Decimal154182159
Binary100110101011011010011111
Octal232266237

Shades and tints

Shades of #9AB69F

#9AB69F
(154,182,159)
#8CA691
(140,166,145)
#7E9683
(126,150,131)
#708675
(112,134,117)
#627667
(98,118,103)
#546659
(84,102,89)
#46564B
(70,86,75)
#38463D
(56,70,61)
#2A362F
(42,54,47)
#1C2621
(28,38,33)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #9AB69F

#9AB69F
(154,182,159)
#A3BCA7
(163,188,167)
#ACC2AF
(172,194,175)
#B5C8B7
(181,200,183)
#BECEBF
(190,206,191)
#C7D4C7
(199,212,199)
#D0DACF
(208,218,207)
#D9E0D7
(217,224,215)
#E2E6DF
(226,230,223)
#EBECE7
(235,236,231)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB69F; }

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

This text font color is #9AB69F.


Background Color

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

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

This div background color is #9AB69F.


Border color

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

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

This div border color is #9AB69F.


Opacity

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

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

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

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

This text has shadow with #9AB69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB69F on black background.


Color preview on white background

This text has color #9AB69F on white background.



Black color preview on #9AB69F background

This text has black color on #9AB69F background.


White color preview on #9AB69F background

This text has white color on #9AB69F background.