COLOR #8ACA99

HEX: #8ACA99
RGB: (138,202,153)

Color info

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

RGB color model

#8ACA99 color RGB value is (138,202,153).

  • red value is 138;
  • green value is 202;
  • blue value is 153.
RGB:
(138,202,153)
(54%,79%,60%)

RGB channels and saturation

R 138 of 255 = 54%
G 202 of 255 = 79%
B 153 of 255 = 60%

138
202
153

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

Portions of RGB colors in percentages

R + G + B =
138 + 202 + 153 = 493 (100%)
R 138 of 493 ~ 27.99%
G 202 of 493 ~ 40.97%
B 153 of 493 ~ 31.03%

%27.99
%40.97
%31.03

CMYK color model

#8ACA99 color CMYK value is (32,0,24,21).

  • cyan value is 31.68%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 20.78%
CMYK:
(32,0,24,21)
C32M0Y24K21 
(32%,0%,24%,21%)
(0.32/0.00/0.24/0.21)	

CMYK percentages

%31.68
%0
%24.26
%20.78

Codes

Color #8ACA99 in popluar color models

8ACA99
RGB138202153
HSL134°37.65%66.67%
HSB/HSV134°31.68%79.22%
CMYK31.68%0.00%24.26%
20.78%

Color #8ACA99 in popluar number systems.

HEX8ACA99
Decimal138202153
Binary100010101100101010011001
Octal212312231

Shades and tints

Shades of #8ACA99

#8ACA99
(138,202,153)
#7EB88C
(126,184,140)
#72A67F
(114,166,127)
#669472
(102,148,114)
#5A8265
(90,130,101)
#4E7058
(78,112,88)
#425E4B
(66,94,75)
#364C3E
(54,76,62)
#2A3A31
(42,58,49)
#1E2824
(30,40,36)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #8ACA99

#8ACA99
(138,202,153)
#94CEA2
(148,206,162)
#9ED2AB
(158,210,171)
#A8D6B4
(168,214,180)
#B2DABD
(178,218,189)
#BCDEC6
(188,222,198)
#C6E2CF
(198,226,207)
#D0E6D8
(208,230,216)
#DAEAE1
(218,234,225)
#E4EEEA
(228,238,234)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACA99 color. Also use rgb(138,202,153) instead hex code.

Text Font Color

.myTextColor { color: #8ACA99; }

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

This text font color is #8ACA99.


Background Color

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

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

This div background color is #8ACA99.


Border color

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

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

This div border color is #8ACA99.


Opacity

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

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

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

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

This text has shadow with #8ACA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACA99 on black background.


Color preview on white background

This text has color #8ACA99 on white background.



Black color preview on #8ACA99 background

This text has black color on #8ACA99 background.


White color preview on #8ACA99 background

This text has white color on #8ACA99 background.