COLOR #9ABE8F

HEX: #9ABE8F RGB: (154,190,143)

Color info

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

RGB color model

#9ABE8F color RGB value is (154,190,143).

RGB: (154,190,143) (60%, 75%, 56%)

RGB channels and saturation

R 154 of 255 = 60%
G 190 of 255 = 75%
B 143 of 255 = 56%

154
190
143

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

Portions of RGB colors in percentages

R + G + B = 154 + 190 + 143 = 487 (100%)
R 154 of 487 ~ 31.62%
G 190 of 487 ~ 39.01%
B 143 of 487 ~ 29.36'%

%31.62
%39.01
%29.36

CMYK color model

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

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

CMYK: (19,0,25,25)
C19M0Y25K25 (19%, 0%, 25%, 25%)
(0.19 / 0.00 / 0.25 / 0.25)

CMYK percentages

%18.95
%0
%24.74
%25.49

Codes

Color #9ABE8F in popluar color models

9A BE 8F
RGB 154 190 143
HSL 106° 26.55% 65.29%
HSB/HSV 106° 24.74% 74.51%
CMYK 18.95% 0.00% 24.74%
25.49%

Color #9ABE8F in popluar number systems.

HEX 9A BE 8F
Decimal 154 190 143
Binary 10011010 10111110 10001111
Octal 232 276 217

Shades and tints

Shades of #9ABE8F

#9ABE8F
(154,190,143)
#8CAD82
(140,173,130)
#7E9C75
(126,156,117)
#708B68
(112,139,104)
#627A5B
(98,122,91)
#54694E
(84,105,78)
#465841
(70,88,65)
#384734
(56,71,52)
#2A3627
(42,54,39)
#1C251A
(28,37,26)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #9ABE8F

#9ABE8F
(154,190,143)
#A3C399
(163,195,153)
#ACC8A3
(172,200,163)
#B5CDAD
(181,205,173)
#BED2B7
(190,210,183)
#C7D7C1
(199,215,193)
#D0DCCB
(208,220,203)
#D9E1D5
(217,225,213)
#E2E6DF
(226,230,223)
#EBEBE9
(235,235,233)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABE8F; }

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

This text font color is #9ABE8F.

Background Color

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

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

This div background color is #9ABE8F.

Border color

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

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

This div border color is #9ABE8F.

Opacity

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

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

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

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

This text has shadow with #9ABE8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABE8F.

Preview

Color preview on black background

This text has color #9ABE8F on black background.


Color preview on white background

This text has color #9ABE8F on white background.


Black color preview on #9ABE8F background

This text has black color on #9ABE8F background.


White color preview on #9ABE8F background

This text has white color on #9ABE8F background.


Related colors

Complementary color

Complementary color for #hex is #654170.


I love getcolorcode.com

Triadic colors

1 #8F9ABE and #BE8F9A with #9ABE8F are triadic colors.

2 #8FBE9A and #BE9A8F with #9ABE8F are triadic colors.