COLOR #9AB47E

HEX: #9AB47E RGB: (154,180,126)

Color info

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

RGB color model

#9AB47E color RGB value is (154,180,126).

RGB: (154,180,126) (60%, 71%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 180 of 255 = 71%
B 126 of 255 = 49%

154
180
126

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

Portions of RGB colors in percentages

R + G + B = 154 + 180 + 126 = 460 (100%)
R 154 of 460 ~ 33.48%
G 180 of 460 ~ 39.13%
B 126 of 460 ~ 27.39'%

%33.48
%39.13
%27.39

CMYK color model

#9AB47E color CMYK value is (14,0,30,29).

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%

CMYK: (14,0,30,29)
C14M0Y30K29 (14%, 0%, 30%, 29%)
(0.14 / 0.00 / 0.30 / 0.29)

CMYK percentages

%14.44
%0
%30
%29.41

Codes

Color #9AB47E in popluar color models

9A B4 7E
RGB 154 180 126
HSL 89° 26.47% 60.00%
HSB/HSV 89° 30.00% 70.59%
CMYK 14.44% 0.00% 30.00%
29.41%

Color #9AB47E in popluar number systems.

HEX 9A B4 7E
Decimal 154 180 126
Binary 10011010 10110100 1111110
Octal 232 264 176

Shades and tints

Shades of #9AB47E

#9AB47E
(154,180,126)
#8CA473
(140,164,115)
#7E9468
(126,148,104)
#70845D
(112,132,93)
#627452
(98,116,82)
#546447
(84,100,71)
#46543C
(70,84,60)
#384431
(56,68,49)
#2A3426
(42,52,38)
#1C241B
(28,36,27)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #9AB47E

#9AB47E
(154,180,126)
#A3BA89
(163,186,137)
#ACC094
(172,192,148)
#B5C69F
(181,198,159)
#BECCAA
(190,204,170)
#C7D2B5
(199,210,181)
#D0D8C0
(208,216,192)
#D9DECB
(217,222,203)
#E2E4D6
(226,228,214)
#EBEAE1
(235,234,225)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB47E; }

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

This text font color is #9AB47E.

Background Color

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

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

This div background color is #9AB47E.

Border color

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

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

This div border color is #9AB47E.

Opacity

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

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

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

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

This text has shadow with #9AB47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB47E.

Preview

Color preview on black background

This text has color #9AB47E on black background.


Color preview on white background

This text has color #9AB47E on white background.


Black color preview on #9AB47E background

This text has black color on #9AB47E background.


White color preview on #9AB47E background

This text has white color on #9AB47E background.


Related colors

Complementary color

Complementary color for #hex is #654B81.


I love getcolorcode.com

Triadic colors

1 #7E9AB4 and #B47E9A with #9AB47E are triadic colors.

2 #7EB49A and #B49A7E with #9AB47E are triadic colors.