COLOR #9AB17E

HEX: #9AB17E
RGB: (154,177,126)

Color info

#9AB17E contains red, green and blue colors in about the same proportion. Web safe color of #9AB17E is #999966 (or #996).

RGB color model

#9AB17E color RGB value is (154,177,126).

  • red value is 154;
  • green value is 177;
  • blue value is 126.
RGB:
(154,177,126)
(60%,69%,49%)

RGB channels and saturation

R 154 of 255 = 60%
G 177 of 255 = 69%
B 126 of 255 = 49%

154
177
126

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

Portions of RGB colors in percentages

R + G + B =
154 + 177 + 126 = 457 (100%)
R 154 of 457 ~ 33.7%
G 177 of 457 ~ 38.73%
B 126 of 457 ~ 27.57%

%33.7
%38.73
%27.57

CMYK color model

#9AB17E color CMYK value is (13,0,29,31).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 30.59%
CMYK:
(13,0,29,31)
C13M0Y29K31 
(13%,0%,29%,31%)
(0.13/0.00/0.29/0.31)	

CMYK percentages

%12.99
%0
%28.81
%30.59

Codes

Color #9AB17E in popluar color models

9AB17E
RGB154177126
HSL87°24.64%59.41%
HSB/HSV87°28.81%69.41%
CMYK12.99%0.00%28.81%
30.59%

Color #9AB17E in popluar number systems.

HEX9AB17E
Decimal154177126
Binary10011010101100011111110
Octal232261176

Shades and tints

Shades of #9AB17E

#9AB17E
(154,177,126)
#8CA173
(140,161,115)
#7E9168
(126,145,104)
#70815D
(112,129,93)
#627152
(98,113,82)
#546147
(84,97,71)
#46513C
(70,81,60)
#384131
(56,65,49)
#2A3126
(42,49,38)
#1C211B
(28,33,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #9AB17E

#9AB17E
(154,177,126)
#A3B889
(163,184,137)
#ACBF94
(172,191,148)
#B5C69F
(181,198,159)
#BECDAA
(190,205,170)
#C7D4B5
(199,212,181)
#D0DBC0
(208,219,192)
#D9E2CB
(217,226,203)
#E2E9D6
(226,233,214)
#EBF0E1
(235,240,225)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB17E color. Also use rgb(154,177,126) instead hex code.

Text Font Color

.myTextColor { color: #9AB17E; }

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

This text font color is #9AB17E.


Background Color

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

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

This div background color is #9AB17E.


Border color

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

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

This div border color is #9AB17E.


Opacity

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

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

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

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

This text has shadow with #9AB17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB17E on black background.


Color preview on white background

This text has color #9AB17E on white background.



Black color preview on #9AB17E background

This text has black color on #9AB17E background.


White color preview on #9AB17E background

This text has white color on #9AB17E background.