COLOR #8AE7A8

HEX: #8AE7A8
RGB: (138,231,168)

Color info

#8AE7A8 contains mainly green color. Web safe color of #8AE7A8 is #99FF99 (or #9F9).

RGB color model

#8AE7A8 color RGB value is (138,231,168).

  • red value is 138;
  • green value is 231;
  • blue value is 168.
RGB:
(138,231,168)
(54%,91%,66%)

RGB channels and saturation

R 138 of 255 = 54%
G 231 of 255 = 91%
B 168 of 255 = 66%

138
231
168

R + G + B ~ 70%. #8AE7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 231 + 168 = 537 (100%)
R 138 of 537 ~ 25.7%
G 231 of 537 ~ 43.02%
B 168 of 537 ~ 31.28%

%25.7
%43.02
%31.28

CMYK color model

#8AE7A8 color CMYK value is (40,0,27,9).

  • cyan value is 40.26%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 9.41%
CMYK:
(40,0,27,9)
C40M0Y27K9 
(40%,0%,27%,9%)
(0.40/0.00/0.27/0.09)	

CMYK percentages

%40.26
%0
%27.27
%9.41

Codes

Color #8AE7A8 in popluar color models

8AE7A8
RGB138231168
HSL139°65.96%72.35%
HSB/HSV139°40.26%90.59%
CMYK40.26%0.00%27.27%
9.41%

Color #8AE7A8 in popluar number systems.

HEX8AE7A8
Decimal138231168
Binary100010101110011110101000
Octal212347250

Shades and tints

Shades of #8AE7A8

#8AE7A8
(138,231,168)
#7ED299
(126,210,153)
#72BD8A
(114,189,138)
#66A87B
(102,168,123)
#5A936C
(90,147,108)
#4E7E5D
(78,126,93)
#42694E
(66,105,78)
#36543F
(54,84,63)
#2A3F30
(42,63,48)
#1E2A21
(30,42,33)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #8AE7A8

#8AE7A8
(138,231,168)
#94E9AF
(148,233,175)
#9EEBB6
(158,235,182)
#A8EDBD
(168,237,189)
#B2EFC4
(178,239,196)
#BCF1CB
(188,241,203)
#C6F3D2
(198,243,210)
#D0F5D9
(208,245,217)
#DAF7E0
(218,247,224)
#E4F9E7
(228,249,231)
#EEFBEE
(238,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE7A8 color. Also use rgb(138,231,168) instead hex code.

Text Font Color

.myTextColor { color: #8AE7A8; }

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

This text font color is #8AE7A8.


Background Color

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

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

This div background color is #8AE7A8.


Border color

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

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

This div border color is #8AE7A8.


Opacity

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

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

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

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

This text has shadow with #8AE7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE7A8 on black background.


Color preview on white background

This text has color #8AE7A8 on white background.



Black color preview on #8AE7A8 background

This text has black color on #8AE7A8 background.


White color preview on #8AE7A8 background

This text has white color on #8AE7A8 background.