COLOR #8AE0A5

HEX: #8AE0A5
RGB: (138,224,165)

Color info

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

RGB color model

#8AE0A5 color RGB value is (138,224,165).

  • red value is 138;
  • green value is 224;
  • blue value is 165.
RGB:
(138,224,165)
(54%,88%,65%)

RGB channels and saturation

R 138 of 255 = 54%
G 224 of 255 = 88%
B 165 of 255 = 65%

138
224
165

R + G + B ~ 69%. #8AE0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 224 + 165 = 527 (100%)
R 138 of 527 ~ 26.19%
G 224 of 527 ~ 42.5%
B 165 of 527 ~ 31.31%

%26.19
%42.5
%31.31

CMYK color model

#8AE0A5 color CMYK value is (38,0,26,12).

  • cyan value is 38.39%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 12.16%
CMYK:
(38,0,26,12)
C38M0Y26K12 
(38%,0%,26%,12%)
(0.38/0.00/0.26/0.12)	

CMYK percentages

%38.39
%0
%26.34
%12.16

Codes

Color #8AE0A5 in popluar color models

8AE0A5
RGB138224165
HSL139°58.11%70.98%
HSB/HSV139°38.39%87.84%
CMYK38.39%0.00%26.34%
12.16%

Color #8AE0A5 in popluar number systems.

HEX8AE0A5
Decimal138224165
Binary100010101110000010100101
Octal212340245

Shades and tints

Shades of #8AE0A5

#8AE0A5
(138,224,165)
#7ECC96
(126,204,150)
#72B887
(114,184,135)
#66A478
(102,164,120)
#5A9069
(90,144,105)
#4E7C5A
(78,124,90)
#42684B
(66,104,75)
#36543C
(54,84,60)
#2A402D
(42,64,45)
#1E2C1E
(30,44,30)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #8AE0A5

#8AE0A5
(138,224,165)
#94E2AD
(148,226,173)
#9EE4B5
(158,228,181)
#A8E6BD
(168,230,189)
#B2E8C5
(178,232,197)
#BCEACD
(188,234,205)
#C6ECD5
(198,236,213)
#D0EEDD
(208,238,221)
#DAF0E5
(218,240,229)
#E4F2ED
(228,242,237)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE0A5 color. Also use rgb(138,224,165) instead hex code.

Text Font Color

.myTextColor { color: #8AE0A5; }

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

This text font color is #8AE0A5.


Background Color

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

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

This div background color is #8AE0A5.


Border color

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

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

This div border color is #8AE0A5.


Opacity

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

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

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

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

This text has shadow with #8AE0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE0A5 on black background.


Color preview on white background

This text has color #8AE0A5 on white background.



Black color preview on #8AE0A5 background

This text has black color on #8AE0A5 background.


White color preview on #8AE0A5 background

This text has white color on #8AE0A5 background.