COLOR #9ABC97

HEX: #9ABC97 RGB: (154,188,151)

Color info

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

RGB color model

#9ABC97 color RGB value is (154,188,151).

RGB: (154,188,151) (60%, 74%, 59%)

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 151 of 255 = 59%

154
188
151

R + G + B ~ 64%. #9ABC97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 188 + 151 = 493 (100%)
R 154 of 493 ~ 31.24%
G 188 of 493 ~ 38.13%
B 151 of 493 ~ 30.63'%

%31.24
%38.13
%30.63

CMYK color model

#9ABC97 color CMYK value is (18,0,20,26).

  • cyan value is 18.09%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK: (18,0,20,26) C18M0Y20K26 (18%,0%,20%,26%) (0.18/0.00/0.20/0.26) 

CMYK percentages

%18.09
%0
%19.68
%26.27

Codes

Color #9ABC97 in popluar color models

9A BC 97
RGB 154 188 151
HSL 115° 21.64% 66.47%
HSB/HSV 115° 19.68% 73.73%
CMYK 18.09% 0.00% 19.68%
26.27%

Color #9ABC97 in popluar number systems.

HEX 9A BC 97
Decimal 154 188 151
Binary 10011010 10111100 10010111
Octal 232 274 227

Shades and tints

Shades of #9ABC97

#9ABC97
(154,188,151)
#8CAB8A
(140,171,138)
#7E9A7D
(126,154,125)
#708970
(112,137,112)
#627863
(98,120,99)
#546756
(84,103,86)
#465649
(70,86,73)
#38453C
(56,69,60)
#2A342F
(42,52,47)
#1C2322
(28,35,34)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #9ABC97

#9ABC97
(154,188,151)
#A3C2A0
(163,194,160)
#ACC8A9
(172,200,169)
#B5CEB2
(181,206,178)
#BED4BB
(190,212,187)
#C7DAC4
(199,218,196)
#D0E0CD
(208,224,205)
#D9E6D6
(217,230,214)
#E2ECDF
(226,236,223)
#EBF2E8
(235,242,232)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABC97; }

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

This text font color is #9ABC97.

Background Color

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

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

This div background color is #9ABC97.

Border color

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

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

This div border color is #9ABC97.

Opacity

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

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

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

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

This text has shadow with #9ABC97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABC97.

Preview

Color preview on black background

This text has color #9ABC97 on black background.


Color preview on white background

This text has color #9ABC97 on white background.


Black color preview on #9ABC97 background

This text has black color on #9ABC97 background.


White color preview on #9ABC97 background

This text has white color on #9ABC97 background.


Related colors

Complementary color

Complementary color for #hex is #654368.


I love getcolorcode.com

Triadic colors

1 #979ABC and #BC979A with #9ABC97 are triadic colors.

2 #97BC9A and #BC9A97 with #9ABC97 are triadic colors.