COLOR #8ACC9F

HEX: #8ACC9F
RGB: (138,204,159)

Color info

#8ACC9F contains mainly green and blue colors. Web safe color of #8ACC9F is #99CC99 (or #9C9).

RGB color model

#8ACC9F color RGB value is (138,204,159).

  • red value is 138;
  • green value is 204;
  • blue value is 159.
RGB:
(138,204,159)
(54%,80%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 204 of 255 = 80%
B 159 of 255 = 62%

138
204
159

R + G + B ~ 65%. #8ACC9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 204 + 159 = 501 (100%)
R 138 of 501 ~ 27.54%
G 204 of 501 ~ 40.72%
B 159 of 501 ~ 31.74%

%27.54
%40.72
%31.74

CMYK color model

#8ACC9F color CMYK value is (32,0,22,20).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 20.00%
CMYK:
(32,0,22,20)
C32M0Y22K20 
(32%,0%,22%,20%)
(0.32/0.00/0.22/0.20)	

CMYK percentages

%32.35
%0
%22.06
%20

Codes

Color #8ACC9F in popluar color models

8ACC9F
RGB138204159
HSL139°39.29%67.06%
HSB/HSV139°32.35%80.00%
CMYK32.35%0.00%22.06%
20.00%

Color #8ACC9F in popluar number systems.

HEX8ACC9F
Decimal138204159
Binary100010101100110010011111
Octal212314237

Shades and tints

Shades of #8ACC9F

#8ACC9F
(138,204,159)
#7EBA91
(126,186,145)
#72A883
(114,168,131)
#669675
(102,150,117)
#5A8467
(90,132,103)
#4E7259
(78,114,89)
#42604B
(66,96,75)
#364E3D
(54,78,61)
#2A3C2F
(42,60,47)
#1E2A21
(30,42,33)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #8ACC9F

#8ACC9F
(138,204,159)
#94D0A7
(148,208,167)
#9ED4AF
(158,212,175)
#A8D8B7
(168,216,183)
#B2DCBF
(178,220,191)
#BCE0C7
(188,224,199)
#C6E4CF
(198,228,207)
#D0E8D7
(208,232,215)
#DAECDF
(218,236,223)
#E4F0E7
(228,240,231)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACC9F color. Also use rgb(138,204,159) instead hex code.

Text Font Color

.myTextColor { color: #8ACC9F; }

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

This text font color is #8ACC9F.


Background Color

.myBgColor { background-color: #8ACC9F; }

<div style="background-color:#8ACC9F">Inner text</div>

This div background color is #8ACC9F.


Border color

.myBorderColor { border: 1px solid #8ACC9F; }

<div style="border:3px solid #8ACC9F">Div</div>

This div border color is #8ACC9F.


Opacity

.myOpacity80 { color: #8ACC9F; opacity: 0.8; }

<p style="color:#8ACC9F;opacity:0.8;">80%</p>

Text with #8ACC9F 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 #8ACC9F;}

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

This text has shadow with #8ACC9F color.

.textShadow {text-shadow: 3px 3px 1px #8ACC9F, 3px 3px 1px red;}

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

This text has shadow with #8ACC9F primary color and red secondary color.


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

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

This text has shadow with #8ACC9F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACC9F on black background.


Color preview on white background

This text has color #8ACC9F on white background.



Black color preview on #8ACC9F background

This text has black color on #8ACC9F background.


White color preview on #8ACC9F background

This text has white color on #8ACC9F background.