COLOR #8ACC94

HEX: #8ACC94
RGB: (138,204,148)

Color info

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

RGB color model

#8ACC94 color RGB value is (138,204,148).

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

RGB channels and saturation

R 138 of 255 = 54%
G 204 of 255 = 80%
B 148 of 255 = 58%

138
204
148

R + G + B ~ 64%. #8ACC94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 204 + 148 = 490 (100%)
R 138 of 490 ~ 28.16%
G 204 of 490 ~ 41.63%
B 148 of 490 ~ 30.2%

%28.16
%41.63
%30.2

CMYK color model

#8ACC94 color CMYK value is (32,0,27,20).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 20.00%
CMYK:
(32,0,27,20)
C32M0Y27K20 
(32%,0%,27%,20%)
(0.32/0.00/0.27/0.20)	

CMYK percentages

%32.35
%0
%27.45
%20

Codes

Color #8ACC94 in popluar color models

8ACC94
RGB138204148
HSL129°39.29%67.06%
HSB/HSV129°32.35%80.00%
CMYK32.35%0.00%27.45%
20.00%

Color #8ACC94 in popluar number systems.

HEX8ACC94
Decimal138204148
Binary100010101100110010010100
Octal212314224

Shades and tints

Shades of #8ACC94

#8ACC94
(138,204,148)
#7EBA87
(126,186,135)
#72A87A
(114,168,122)
#66966D
(102,150,109)
#5A8460
(90,132,96)
#4E7253
(78,114,83)
#426046
(66,96,70)
#364E39
(54,78,57)
#2A3C2C
(42,60,44)
#1E2A1F
(30,42,31)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #8ACC94

#8ACC94
(138,204,148)
#94D09D
(148,208,157)
#9ED4A6
(158,212,166)
#A8D8AF
(168,216,175)
#B2DCB8
(178,220,184)
#BCE0C1
(188,224,193)
#C6E4CA
(198,228,202)
#D0E8D3
(208,232,211)
#DAECDC
(218,236,220)
#E4F0E5
(228,240,229)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACC94; }

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

This text font color is #8ACC94.


Background Color

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

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

This div background color is #8ACC94.


Border color

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

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

This div border color is #8ACC94.


Opacity

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

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

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

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

This text has shadow with #8ACC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACC94 on black background.


Color preview on white background

This text has color #8ACC94 on white background.



Black color preview on #8ACC94 background

This text has black color on #8ACC94 background.


White color preview on #8ACC94 background

This text has white color on #8ACC94 background.