COLOR #8AE9BD

HEX: #8AE9BD
RGB: (138,233,189)

Color info

#8AE9BD contains mainly green and blue colors. Web safe color of #8AE9BD is #99FFCC (or #9FC).

RGB color model

#8AE9BD color RGB value is (138,233,189).

  • red value is 138;
  • green value is 233;
  • blue value is 189.
RGB:
(138,233,189)
(54%,91%,74%)

RGB channels and saturation

R 138 of 255 = 54%
G 233 of 255 = 91%
B 189 of 255 = 74%

138
233
189

R + G + B ~ 73%. #8AE9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 233 + 189 = 560 (100%)
R 138 of 560 ~ 24.64%
G 233 of 560 ~ 41.61%
B 189 of 560 ~ 33.75%

%24.64
%41.61
%33.75

CMYK color model

#8AE9BD color CMYK value is (41,0,19,9).

  • cyan value is 40.77%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 8.63%
CMYK:
(41,0,19,9)
C41M0Y19K9 
(41%,0%,19%,9%)
(0.41/0.00/0.19/0.09)	

CMYK percentages

%40.77
%0
%18.88
%8.63

Codes

Color #8AE9BD in popluar color models

8AE9BD
RGB138233189
HSL152°68.35%72.75%
HSB/HSV152°40.77%91.37%
CMYK40.77%0.00%18.88%
8.63%

Color #8AE9BD in popluar number systems.

HEX8AE9BD
Decimal138233189
Binary100010101110100110111101
Octal212351275

Shades and tints

Shades of #8AE9BD

#8AE9BD
(138,233,189)
#7ED4AC
(126,212,172)
#72BF9B
(114,191,155)
#66AA8A
(102,170,138)
#5A9579
(90,149,121)
#4E8068
(78,128,104)
#426B57
(66,107,87)
#365646
(54,86,70)
#2A4135
(42,65,53)
#1E2C24
(30,44,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #8AE9BD

#8AE9BD
(138,233,189)
#94EBC3
(148,235,195)
#9EEDC9
(158,237,201)
#A8EFCF
(168,239,207)
#B2F1D5
(178,241,213)
#BCF3DB
(188,243,219)
#C6F5E1
(198,245,225)
#D0F7E7
(208,247,231)
#DAF9ED
(218,249,237)
#E4FBF3
(228,251,243)
#EEFDF9
(238,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE9BD color. Also use rgb(138,233,189) instead hex code.

Text Font Color

.myTextColor { color: #8AE9BD; }

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

This text font color is #8AE9BD.


Background Color

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

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

This div background color is #8AE9BD.


Border color

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

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

This div border color is #8AE9BD.


Opacity

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

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

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

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

This text has shadow with #8AE9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE9BD on black background.


Color preview on white background

This text has color #8AE9BD on white background.



Black color preview on #8AE9BD background

This text has black color on #8AE9BD background.


White color preview on #8AE9BD background

This text has white color on #8AE9BD background.