COLOR #9ABE88

HEX: #9ABE88 RGB: (154,190,136)

Color info

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

RGB color model

#9ABE88 color RGB value is (154,190,136).

RGB: (154,190,136) (60%, 75%, 53%)

RGB channels and saturation

R 154 of 255 = 60%
G 190 of 255 = 75%
B 136 of 255 = 53%

154
190
136

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

Portions of RGB colors in percentages

R + G + B = 154 + 190 + 136 = 480 (100%)
R 154 of 480 ~ 32.08%
G 190 of 480 ~ 39.58%
B 136 of 480 ~ 28.33'%

%32.08
%39.58
%28.33

CMYK color model

#9ABE88 color CMYK value is (19,0,28,25).

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

CMYK: (19,0,28,25)
C19M0Y28K25 (19%, 0%, 28%, 25%)
(0.19 / 0.00 / 0.28 / 0.25)

CMYK percentages

%18.95
%0
%28.42
%25.49

Codes

Color #9ABE88 in popluar color models

9A BE 88
RGB 154 190 136
HSL 100° 29.35% 63.92%
HSB/HSV 100° 28.42% 74.51%
CMYK 18.95% 0.00% 28.42%
25.49%

Color #9ABE88 in popluar number systems.

HEX 9A BE 88
Decimal 154 190 136
Binary 10011010 10111110 10001000
Octal 232 276 210

Shades and tints

Shades of #9ABE88

#9ABE88
(154,190,136)
#8CAD7C
(140,173,124)
#7E9C70
(126,156,112)
#708B64
(112,139,100)
#627A58
(98,122,88)
#54694C
(84,105,76)
#465840
(70,88,64)
#384734
(56,71,52)
#2A3628
(42,54,40)
#1C251C
(28,37,28)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #9ABE88

#9ABE88
(154,190,136)
#A3C392
(163,195,146)
#ACC89C
(172,200,156)
#B5CDA6
(181,205,166)
#BED2B0
(190,210,176)
#C7D7BA
(199,215,186)
#D0DCC4
(208,220,196)
#D9E1CE
(217,225,206)
#E2E6D8
(226,230,216)
#EBEBE2
(235,235,226)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABE88; }

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

This text font color is #9ABE88.

Background Color

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

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

This div background color is #9ABE88.

Border color

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

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

This div border color is #9ABE88.

Opacity

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

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

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

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

This text has shadow with #9ABE88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABE88.

Preview

Color preview on black background

This text has color #9ABE88 on black background.


Color preview on white background

This text has color #9ABE88 on white background.


Black color preview on #9ABE88 background

This text has black color on #9ABE88 background.


White color preview on #9ABE88 background

This text has white color on #9ABE88 background.


Related colors

Complementary color

Complementary color for #hex is #654177.


I love getcolorcode.com

Triadic colors

1 #889ABE and #BE889A with #9ABE88 are triadic colors.

2 #88BE9A and #BE9A88 with #9ABE88 are triadic colors.