COLOR #8AEEC4

HEX: #8AEEC4
RGB: (138,238,196)

Color info

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

RGB color model

#8AEEC4 color RGB value is (138,238,196).

  • red value is 138;
  • green value is 238;
  • blue value is 196.
RGB:
(138,238,196)
(54%,93%,77%)

RGB channels and saturation

R 138 of 255 = 54%
G 238 of 255 = 93%
B 196 of 255 = 77%

138
238
196

R + G + B ~ 75%. #8AEEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 238 + 196 = 572 (100%)
R 138 of 572 ~ 24.13%
G 238 of 572 ~ 41.61%
B 196 of 572 ~ 34.27%

%24.13
%41.61
%34.27

CMYK color model

#8AEEC4 color CMYK value is (42,0,18,7).

  • cyan value is 42.02%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 6.67%
CMYK:
(42,0,18,7)
C42M0Y18K7 
(42%,0%,18%,7%)
(0.42/0.00/0.18/0.07)	

CMYK percentages

%42.02
%0
%17.65
%6.67

Codes

Color #8AEEC4 in popluar color models

8AEEC4
RGB138238196
HSL155°74.63%73.73%
HSB/HSV155°42.02%93.33%
CMYK42.02%0.00%17.65%
6.67%

Color #8AEEC4 in popluar number systems.

HEX8AEEC4
Decimal138238196
Binary100010101110111011000100
Octal212356304

Shades and tints

Shades of #8AEEC4

#8AEEC4
(138,238,196)
#7ED9B3
(126,217,179)
#72C4A2
(114,196,162)
#66AF91
(102,175,145)
#5A9A80
(90,154,128)
#4E856F
(78,133,111)
#42705E
(66,112,94)
#365B4D
(54,91,77)
#2A463C
(42,70,60)
#1E312B
(30,49,43)
#121C1A
(18,28,26)
#000000
(0,0,0)

Tints of #8AEEC4

#8AEEC4
(138,238,196)
#94EFC9
(148,239,201)
#9EF0CE
(158,240,206)
#A8F1D3
(168,241,211)
#B2F2D8
(178,242,216)
#BCF3DD
(188,243,221)
#C6F4E2
(198,244,226)
#D0F5E7
(208,245,231)
#DAF6EC
(218,246,236)
#E4F7F1
(228,247,241)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AEEC4 color. Also use rgb(138,238,196) instead hex code.

Text Font Color

.myTextColor { color: #8AEEC4; }

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

This text font color is #8AEEC4.


Background Color

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

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

This div background color is #8AEEC4.


Border color

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

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

This div border color is #8AEEC4.


Opacity

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

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

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

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

This text has shadow with #8AEEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AEEC4 on black background.


Color preview on white background

This text has color #8AEEC4 on white background.



Black color preview on #8AEEC4 background

This text has black color on #8AEEC4 background.


White color preview on #8AEEC4 background

This text has white color on #8AEEC4 background.