COLOR #8ACE9E

HEX: #8ACE9E
RGB: (138,206,158)

Color info

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

RGB color model

#8ACE9E color RGB value is (138,206,158).

  • red value is 138;
  • green value is 206;
  • blue value is 158.
RGB:
(138,206,158)
(54%,81%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 206 of 255 = 81%
B 158 of 255 = 62%

138
206
158

R + G + B ~ 66%. #8ACE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 206 + 158 = 502 (100%)
R 138 of 502 ~ 27.49%
G 206 of 502 ~ 41.04%
B 158 of 502 ~ 31.47%

%27.49
%41.04
%31.47

CMYK color model

#8ACE9E color CMYK value is (33,0,23,19).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 19.22%
CMYK:
(33,0,23,19)
C33M0Y23K19 
(33%,0%,23%,19%)
(0.33/0.00/0.23/0.19)	

CMYK percentages

%33.01
%0
%23.3
%19.22

Codes

Color #8ACE9E in popluar color models

8ACE9E
RGB138206158
HSL138°40.96%67.45%
HSB/HSV138°33.01%80.78%
CMYK33.01%0.00%23.30%
19.22%

Color #8ACE9E in popluar number systems.

HEX8ACE9E
Decimal138206158
Binary100010101100111010011110
Octal212316236

Shades and tints

Shades of #8ACE9E

#8ACE9E
(138,206,158)
#7EBC90
(126,188,144)
#72AA82
(114,170,130)
#669874
(102,152,116)
#5A8666
(90,134,102)
#4E7458
(78,116,88)
#42624A
(66,98,74)
#36503C
(54,80,60)
#2A3E2E
(42,62,46)
#1E2C20
(30,44,32)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #8ACE9E

#8ACE9E
(138,206,158)
#94D2A6
(148,210,166)
#9ED6AE
(158,214,174)
#A8DAB6
(168,218,182)
#B2DEBE
(178,222,190)
#BCE2C6
(188,226,198)
#C6E6CE
(198,230,206)
#D0EAD6
(208,234,214)
#DAEEDE
(218,238,222)
#E4F2E6
(228,242,230)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACE9E color. Also use rgb(138,206,158) instead hex code.

Text Font Color

.myTextColor { color: #8ACE9E; }

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

This text font color is #8ACE9E.


Background Color

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

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

This div background color is #8ACE9E.


Border color

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

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

This div border color is #8ACE9E.


Opacity

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

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

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

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

This text has shadow with #8ACE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACE9E on black background.


Color preview on white background

This text has color #8ACE9E on white background.



Black color preview on #8ACE9E background

This text has black color on #8ACE9E background.


White color preview on #8ACE9E background

This text has white color on #8ACE9E background.