COLOR #9ABE8C

HEX: #9ABE8C RGB: (154,190,140)

Color info

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

RGB color model

#9ABE8C color RGB value is (154,190,140).

RGB: (154,190,140) (60%, 75%, 55%)

RGB channels and saturation

R 154 of 255 = 60%
G 190 of 255 = 75%
B 140 of 255 = 55%

154
190
140

R + G + B ~ 63%. #9ABE8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 190 + 140 = 484 (100%)
R 154 of 484 ~ 31.82%
G 190 of 484 ~ 39.26%
B 140 of 484 ~ 28.93'%

%31.82
%39.26
%28.93

CMYK color model

#9ABE8C color CMYK value is (19,0,26,25).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 25.49%

CMYK: (19,0,26,25)
C19M0Y26K25 (19%, 0%, 26%, 25%)
(0.19 / 0.00 / 0.26 / 0.25)

CMYK percentages

%18.95
%0
%26.32
%25.49

Codes

Color #9ABE8C in popluar color models

9A BE 8C
RGB 154 190 140
HSL 103° 27.78% 64.71%
HSB/HSV 103° 26.32% 74.51%
CMYK 18.95% 0.00% 26.32%
25.49%

Color #9ABE8C in popluar number systems.

HEX 9A BE 8C
Decimal 154 190 140
Binary 10011010 10111110 10001100
Octal 232 276 214

Shades and tints

Shades of #9ABE8C

#9ABE8C
(154,190,140)
#8CAD80
(140,173,128)
#7E9C74
(126,156,116)
#708B68
(112,139,104)
#627A5C
(98,122,92)
#546950
(84,105,80)
#465844
(70,88,68)
#384738
(56,71,56)
#2A362C
(42,54,44)
#1C2520
(28,37,32)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #9ABE8C

#9ABE8C
(154,190,140)
#A3C396
(163,195,150)
#ACC8A0
(172,200,160)
#B5CDAA
(181,205,170)
#BED2B4
(190,210,180)
#C7D7BE
(199,215,190)
#D0DCC8
(208,220,200)
#D9E1D2
(217,225,210)
#E2E6DC
(226,230,220)
#EBEBE6
(235,235,230)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABE8C color. Also use rgb(154,190,140) instead hex code.

Text Font Color

.myTextColor { color: #9ABE8C; }

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

This text font color is #9ABE8C.

Background Color

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

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

This div background color is #9ABE8C.

Border color

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

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

This div border color is #9ABE8C.

Opacity

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

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

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

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

This text has shadow with #9ABE8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABE8C.

Preview

Color preview on black background

This text has color #9ABE8C on black background.


Color preview on white background

This text has color #9ABE8C on white background.


Black color preview on #9ABE8C background

This text has black color on #9ABE8C background.


White color preview on #9ABE8C background

This text has white color on #9ABE8C background.


Related colors

Complementary color

Complementary color for #hex is #654173.


I love getcolorcode.com

Triadic colors

1 #8C9ABE and #BE8C9A with #9ABE8C are triadic colors.

2 #8CBE9A and #BE9A8C with #9ABE8C are triadic colors.