COLOR #8AE9BC

HEX: #8AE9BC
RGB: (138,233,188)

Color info

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

RGB color model

#8AE9BC color RGB value is (138,233,188).

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

RGB channels and saturation

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

138
233
188

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

Portions of RGB colors in percentages

R + G + B =
138 + 233 + 188 = 559 (100%)
R 138 of 559 ~ 24.69%
G 233 of 559 ~ 41.68%
B 188 of 559 ~ 33.63%

%24.69
%41.68
%33.63

CMYK color model

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

  • cyan value is 40.77%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • 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
%19.31
%8.63

Codes

Color #8AE9BC in popluar color models

8AE9BC
RGB138233188
HSL152°68.35%72.75%
HSB/HSV152°40.77%91.37%
CMYK40.77%0.00%19.31%
8.63%

Color #8AE9BC in popluar number systems.

HEX8AE9BC
Decimal138233188
Binary100010101110100110111100
Octal212351274

Shades and tints

Shades of #8AE9BC

#8AE9BC
(138,233,188)
#7ED4AB
(126,212,171)
#72BF9A
(114,191,154)
#66AA89
(102,170,137)
#5A9578
(90,149,120)
#4E8067
(78,128,103)
#426B56
(66,107,86)
#365645
(54,86,69)
#2A4134
(42,65,52)
#1E2C23
(30,44,35)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #8AE9BC

#8AE9BC
(138,233,188)
#94EBC2
(148,235,194)
#9EEDC8
(158,237,200)
#A8EFCE
(168,239,206)
#B2F1D4
(178,241,212)
#BCF3DA
(188,243,218)
#C6F5E0
(198,245,224)
#D0F7E6
(208,247,230)
#DAF9EC
(218,249,236)
#E4FBF2
(228,251,242)
#EEFDF8
(238,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AE9BC; }

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

This text font color is #8AE9BC.


Background Color

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

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

This div background color is #8AE9BC.


Border color

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

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

This div border color is #8AE9BC.


Opacity

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

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

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

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

This text has shadow with #8AE9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE9BC on black background.


Color preview on white background

This text has color #8AE9BC on white background.



Black color preview on #8AE9BC background

This text has black color on #8AE9BC background.


White color preview on #8AE9BC background

This text has white color on #8AE9BC background.