COLOR #9AB27C

HEX: #9AB27C
RGB: (154,178,124)

Color info

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

RGB color model

#9AB27C color RGB value is (154,178,124).

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

RGB channels and saturation

R 154 of 255 = 60%
G 178 of 255 = 70%
B 124 of 255 = 49%

154
178
124

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

Portions of RGB colors in percentages

R + G + B =
154 + 178 + 124 = 456 (100%)
R 154 of 456 ~ 33.77%
G 178 of 456 ~ 39.04%
B 124 of 456 ~ 27.19%

%33.77
%39.04
%27.19

CMYK color model

#9AB27C color CMYK value is (13,0,30,30).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 30.20%
CMYK:
(13,0,30,30)
C13M0Y30K30 
(13%,0%,30%,30%)
(0.13/0.00/0.30/0.30)	

CMYK percentages

%13.48
%0
%30.34
%30.2

Codes

Color #9AB27C in popluar color models

9AB27C
RGB154178124
HSL87°25.96%59.22%
HSB/HSV87°30.34%69.80%
CMYK13.48%0.00%30.34%
30.20%

Color #9AB27C in popluar number systems.

HEX9AB27C
Decimal154178124
Binary10011010101100101111100
Octal232262174

Shades and tints

Shades of #9AB27C

#9AB27C
(154,178,124)
#8CA271
(140,162,113)
#7E9266
(126,146,102)
#70825B
(112,130,91)
#627250
(98,114,80)
#546245
(84,98,69)
#46523A
(70,82,58)
#38422F
(56,66,47)
#2A3224
(42,50,36)
#1C2219
(28,34,25)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #9AB27C

#9AB27C
(154,178,124)
#A3B987
(163,185,135)
#ACC092
(172,192,146)
#B5C79D
(181,199,157)
#BECEA8
(190,206,168)
#C7D5B3
(199,213,179)
#D0DCBE
(208,220,190)
#D9E3C9
(217,227,201)
#E2EAD4
(226,234,212)
#EBF1DF
(235,241,223)
#F4F8EA
(244,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB27C; }

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

This text font color is #9AB27C.


Background Color

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

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

This div background color is #9AB27C.


Border color

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

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

This div border color is #9AB27C.


Opacity

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

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

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

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

This text has shadow with #9AB27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB27C on black background.


Color preview on white background

This text has color #9AB27C on white background.



Black color preview on #9AB27C background

This text has black color on #9AB27C background.


White color preview on #9AB27C background

This text has white color on #9AB27C background.