COLOR #8AC38E

HEX: #8AC38E
RGB: (138,195,142)

Color info

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

RGB color model

#8AC38E color RGB value is (138,195,142).

  • red value is 138;
  • green value is 195;
  • blue value is 142.
RGB:
(138,195,142)
(54%,76%,56%)

RGB channels and saturation

R 138 of 255 = 54%
G 195 of 255 = 76%
B 142 of 255 = 56%

138
195
142

R + G + B ~ 62%. #8AC38E is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 195 + 142 = 475 (100%)
R 138 of 475 ~ 29.05%
G 195 of 475 ~ 41.05%
B 142 of 475 ~ 29.89%

%29.05
%41.05
%29.89

CMYK color model

#8AC38E color CMYK value is (29,0,27,24).

  • cyan value is 29.23%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 23.53%
CMYK:
(29,0,27,24)
C29M0Y27K24 
(29%,0%,27%,24%)
(0.29/0.00/0.27/0.24)	

CMYK percentages

%29.23
%0
%27.18
%23.53

Codes

Color #8AC38E in popluar color models

8AC38E
RGB138195142
HSL124°32.20%65.29%
HSB/HSV124°29.23%76.47%
CMYK29.23%0.00%27.18%
23.53%

Color #8AC38E in popluar number systems.

HEX8AC38E
Decimal138195142
Binary100010101100001110001110
Octal212303216

Shades and tints

Shades of #8AC38E

#8AC38E
(138,195,142)
#7EB282
(126,178,130)
#72A176
(114,161,118)
#66906A
(102,144,106)
#5A7F5E
(90,127,94)
#4E6E52
(78,110,82)
#425D46
(66,93,70)
#364C3A
(54,76,58)
#2A3B2E
(42,59,46)
#1E2A22
(30,42,34)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #8AC38E

#8AC38E
(138,195,142)
#94C898
(148,200,152)
#9ECDA2
(158,205,162)
#A8D2AC
(168,210,172)
#B2D7B6
(178,215,182)
#BCDCC0
(188,220,192)
#C6E1CA
(198,225,202)
#D0E6D4
(208,230,212)
#DAEBDE
(218,235,222)
#E4F0E8
(228,240,232)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC38E color. Also use rgb(138,195,142) instead hex code.

Text Font Color

.myTextColor { color: #8AC38E; }

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

This text font color is #8AC38E.


Background Color

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

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

This div background color is #8AC38E.


Border color

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

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

This div border color is #8AC38E.


Opacity

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

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

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

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

This text has shadow with #8AC38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC38E on black background.


Color preview on white background

This text has color #8AC38E on white background.



Black color preview on #8AC38E background

This text has black color on #8AC38E background.


White color preview on #8AC38E background

This text has white color on #8AC38E background.