COLOR #9ABC88

HEX: #9ABC88
RGB: (154,188,136)

Color info

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

RGB color model

#9ABC88 color RGB value is (154,188,136).

  • red value is 154;
  • green value is 188;
  • blue value is 136.
RGB:
(154,188,136)
(60%,74%,53%)

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 136 of 255 = 53%

154
188
136

R + G + B ~ 62%. #9ABC88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 136 = 478 (100%)
R 154 of 478 ~ 32.22%
G 188 of 478 ~ 39.33%
B 136 of 478 ~ 28.45%

%32.22
%39.33
%28.45

CMYK color model

#9ABC88 color CMYK value is (18,0,28,26).

  • cyan value is 18.09%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 26.27%
CMYK:
(18,0,28,26)
C18M0Y28K26 
(18%,0%,28%,26%)
(0.18/0.00/0.28/0.26)	

CMYK percentages

%18.09
%0
%27.66
%26.27

Codes

Color #9ABC88 in popluar color models

9ABC88
RGB154188136
HSL99°27.96%63.53%
HSB/HSV99°27.66%73.73%
CMYK18.09%0.00%27.66%
26.27%

Color #9ABC88 in popluar number systems.

HEX9ABC88
Decimal154188136
Binary100110101011110010001000
Octal232274210

Shades and tints

Shades of #9ABC88

#9ABC88
(154,188,136)
#8CAB7C
(140,171,124)
#7E9A70
(126,154,112)
#708964
(112,137,100)
#627858
(98,120,88)
#54674C
(84,103,76)
#465640
(70,86,64)
#384534
(56,69,52)
#2A3428
(42,52,40)
#1C231C
(28,35,28)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #9ABC88

#9ABC88
(154,188,136)
#A3C292
(163,194,146)
#ACC89C
(172,200,156)
#B5CEA6
(181,206,166)
#BED4B0
(190,212,176)
#C7DABA
(199,218,186)
#D0E0C4
(208,224,196)
#D9E6CE
(217,230,206)
#E2ECD8
(226,236,216)
#EBF2E2
(235,242,226)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABC88; }

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

This text font color is #9ABC88.


Background Color

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

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

This div background color is #9ABC88.


Border color

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

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

This div border color is #9ABC88.


Opacity

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

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

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

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

This text has shadow with #9ABC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABC88 on black background.


Color preview on white background

This text has color #9ABC88 on white background.



Black color preview on #9ABC88 background

This text has black color on #9ABC88 background.


White color preview on #9ABC88 background

This text has white color on #9ABC88 background.