COLOR #8AEDA7

HEX: #8AEDA7 RGB: (138,237,167)

Color info

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

RGB color model

#8AEDA7 color RGB value is (138,237,167).

RGB: (138,237,167) (54%, 93%, 65%)

RGB channels and saturation

R 138 of 255 = 54%
G 237 of 255 = 93%
B 167 of 255 = 65%

138
237
167

R + G + B ~ 71%. #8AEDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 237 + 167 = 542 (100%)
R 138 of 542 ~ 25.46%
G 237 of 542 ~ 43.73%
B 167 of 542 ~ 30.81'%

%25.46
%43.73
%30.81

CMYK color model

#8AEDA7 color CMYK value is (42,0,30,7).

  • cyan value is 41.77%
  • magenta value is 0.00%
  • yellow value is 29.54%
  • key color value is 7.06%

CMYK: (42,0,30,7)
C42M0Y30K7 (42%, 0%, 30%, 7%)
(0.42 / 0.00 / 0.30 / 0.07)

CMYK percentages

%41.77
%0
%29.54
%7.06

Codes

Color #8AEDA7 in popluar color models

8A ED A7
RGB 138 237 167
HSL 138° 73.33% 73.53%
HSB/HSV 138° 41.77% 92.94%
CMYK 41.77% 0.00% 29.54%
7.06%

Color #8AEDA7 in popluar number systems.

HEX 8A ED A7
Decimal 138 237 167
Binary 10001010 11101101 10100111
Octal 212 355 247

Shades and tints

Shades of #8AEDA7

#8AEDA7
(138,237,167)
#7ED898
(126,216,152)
#72C389
(114,195,137)
#66AE7A
(102,174,122)
#5A996B
(90,153,107)
#4E845C
(78,132,92)
#426F4D
(66,111,77)
#365A3E
(54,90,62)
#2A452F
(42,69,47)
#1E3020
(30,48,32)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #8AEDA7

#8AEDA7
(138,237,167)
#94EEAF
(148,238,175)
#9EEFB7
(158,239,183)
#A8F0BF
(168,240,191)
#B2F1C7
(178,241,199)
#BCF2CF
(188,242,207)
#C6F3D7
(198,243,215)
#D0F4DF
(208,244,223)
#DAF5E7
(218,245,231)
#E4F6EF
(228,246,239)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AEDA7 color. Also use rgb(138,237,167) instead hex code.

Text Font Color

.myTextColor { color: #8AEDA7; }

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

This text font color is #8AEDA7.

Background Color

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

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

This div background color is #8AEDA7.

Border color

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

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

This div border color is #8AEDA7.

Opacity

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

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

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

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

This text has shadow with #8AEDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AEDA7.

Preview

Color preview on black background

This text has color #8AEDA7 on black background.


Color preview on white background

This text has color #8AEDA7 on white background.


Black color preview on #8AEDA7 background

This text has black color on #8AEDA7 background.


White color preview on #8AEDA7 background

This text has white color on #8AEDA7 background.


Related colors

Complementary color

Complementary color for #hex is #751258.


I love getcolorcode.com

Triadic colors

1 #A78AED and #EDA78A with #8AEDA7 are triadic colors.

2 #A7ED8A and #ED8AA7 with #8AEDA7 are triadic colors.