COLOR #8AE4B4

HEX: #8AE4B4
RGB: (138,228,180)

Color info

#8AE4B4 contains mainly green and blue colors. Web safe color of #8AE4B4 is #99CCCC (or #9CC).

RGB color model

#8AE4B4 color RGB value is (138,228,180).

  • red value is 138;
  • green value is 228;
  • blue value is 180.
RGB:
(138,228,180)
(54%,89%,71%)

RGB channels and saturation

R 138 of 255 = 54%
G 228 of 255 = 89%
B 180 of 255 = 71%

138
228
180

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

Portions of RGB colors in percentages

R + G + B =
138 + 228 + 180 = 546 (100%)
R 138 of 546 ~ 25.27%
G 228 of 546 ~ 41.76%
B 180 of 546 ~ 32.97%

%25.27
%41.76
%32.97

CMYK color model

#8AE4B4 color CMYK value is (39,0,21,11).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 10.59%
CMYK:
(39,0,21,11)
C39M0Y21K11 
(39%,0%,21%,11%)
(0.39/0.00/0.21/0.11)	

CMYK percentages

%39.47
%0
%21.05
%10.59

Codes

Color #8AE4B4 in popluar color models

8AE4B4
RGB138228180
HSL148°62.50%71.76%
HSB/HSV148°39.47%89.41%
CMYK39.47%0.00%21.05%
10.59%

Color #8AE4B4 in popluar number systems.

HEX8AE4B4
Decimal138228180
Binary100010101110010010110100
Octal212344264

Shades and tints

Shades of #8AE4B4

#8AE4B4
(138,228,180)
#7ED0A4
(126,208,164)
#72BC94
(114,188,148)
#66A884
(102,168,132)
#5A9474
(90,148,116)
#4E8064
(78,128,100)
#426C54
(66,108,84)
#365844
(54,88,68)
#2A4434
(42,68,52)
#1E3024
(30,48,36)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #8AE4B4

#8AE4B4
(138,228,180)
#94E6BA
(148,230,186)
#9EE8C0
(158,232,192)
#A8EAC6
(168,234,198)
#B2ECCC
(178,236,204)
#BCEED2
(188,238,210)
#C6F0D8
(198,240,216)
#D0F2DE
(208,242,222)
#DAF4E4
(218,244,228)
#E4F6EA
(228,246,234)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE4B4 color. Also use rgb(138,228,180) instead hex code.

Text Font Color

.myTextColor { color: #8AE4B4; }

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

This text font color is #8AE4B4.


Background Color

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

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

This div background color is #8AE4B4.


Border color

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

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

This div border color is #8AE4B4.


Opacity

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

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

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

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

This text has shadow with #8AE4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE4B4 on black background.


Color preview on white background

This text has color #8AE4B4 on white background.



Black color preview on #8AE4B4 background

This text has black color on #8AE4B4 background.


White color preview on #8AE4B4 background

This text has white color on #8AE4B4 background.