COLOR #8AE5B2

HEX: #8AE5B2
RGB: (138,229,178)

Color info

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

RGB color model

#8AE5B2 color RGB value is (138,229,178).

  • red value is 138;
  • green value is 229;
  • blue value is 178.
RGB:
(138,229,178)
(54%,90%,70%)

RGB channels and saturation

R 138 of 255 = 54%
G 229 of 255 = 90%
B 178 of 255 = 70%

138
229
178

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

Portions of RGB colors in percentages

R + G + B =
138 + 229 + 178 = 545 (100%)
R 138 of 545 ~ 25.32%
G 229 of 545 ~ 42.02%
B 178 of 545 ~ 32.66%

%25.32
%42.02
%32.66

CMYK color model

#8AE5B2 color CMYK value is (40,0,22,10).

  • cyan value is 39.74%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 10.20%
CMYK:
(40,0,22,10)
C40M0Y22K10 
(40%,0%,22%,10%)
(0.40/0.00/0.22/0.10)	

CMYK percentages

%39.74
%0
%22.27
%10.2

Codes

Color #8AE5B2 in popluar color models

8AE5B2
RGB138229178
HSL146°63.64%71.96%
HSB/HSV146°39.74%89.80%
CMYK39.74%0.00%22.27%
10.20%

Color #8AE5B2 in popluar number systems.

HEX8AE5B2
Decimal138229178
Binary100010101110010110110010
Octal212345262

Shades and tints

Shades of #8AE5B2

#8AE5B2
(138,229,178)
#7ED1A2
(126,209,162)
#72BD92
(114,189,146)
#66A982
(102,169,130)
#5A9572
(90,149,114)
#4E8162
(78,129,98)
#426D52
(66,109,82)
#365942
(54,89,66)
#2A4532
(42,69,50)
#1E3122
(30,49,34)
#121D12
(18,29,18)
#000000
(0,0,0)

Tints of #8AE5B2

#8AE5B2
(138,229,178)
#94E7B9
(148,231,185)
#9EE9C0
(158,233,192)
#A8EBC7
(168,235,199)
#B2EDCE
(178,237,206)
#BCEFD5
(188,239,213)
#C6F1DC
(198,241,220)
#D0F3E3
(208,243,227)
#DAF5EA
(218,245,234)
#E4F7F1
(228,247,241)
#EEF9F8
(238,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE5B2 color. Also use rgb(138,229,178) instead hex code.

Text Font Color

.myTextColor { color: #8AE5B2; }

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

This text font color is #8AE5B2.


Background Color

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

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

This div background color is #8AE5B2.


Border color

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

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

This div border color is #8AE5B2.


Opacity

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

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

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

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

This text has shadow with #8AE5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE5B2 on black background.


Color preview on white background

This text has color #8AE5B2 on white background.



Black color preview on #8AE5B2 background

This text has black color on #8AE5B2 background.


White color preview on #8AE5B2 background

This text has white color on #8AE5B2 background.