COLOR #8AE2C9

HEX: #8AE2C9
RGB: (138,226,201)

Color info

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

RGB color model

#8AE2C9 color RGB value is (138,226,201).

  • red value is 138;
  • green value is 226;
  • blue value is 201.
RGB:
(138,226,201)
(54%,89%,79%)

RGB channels and saturation

R 138 of 255 = 54%
G 226 of 255 = 89%
B 201 of 255 = 79%

138
226
201

R + G + B ~ 74%. #8AE2C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 226 + 201 = 565 (100%)
R 138 of 565 ~ 24.42%
G 226 of 565 ~ 40%
B 201 of 565 ~ 35.58%

%24.42
%40
%35.58

CMYK color model

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

  • cyan value is 38.94%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 11.37%
CMYK:
(39,0,11,11)
C39M0Y11K11 
(39%,0%,11%,11%)
(0.39/0.00/0.11/0.11)	

CMYK percentages

%38.94
%0
%11.06
%11.37

Codes

Color #8AE2C9 in popluar color models

8AE2C9
RGB138226201
HSL163°60.27%71.37%
HSB/HSV163°38.94%88.63%
CMYK38.94%0.00%11.06%
11.37%

Color #8AE2C9 in popluar number systems.

HEX8AE2C9
Decimal138226201
Binary100010101110001011001001
Octal212342311

Shades and tints

Shades of #8AE2C9

#8AE2C9
(138,226,201)
#7ECEB7
(126,206,183)
#72BAA5
(114,186,165)
#66A693
(102,166,147)
#5A9281
(90,146,129)
#4E7E6F
(78,126,111)
#426A5D
(66,106,93)
#36564B
(54,86,75)
#2A4239
(42,66,57)
#1E2E27
(30,46,39)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #8AE2C9

#8AE2C9
(138,226,201)
#94E4CD
(148,228,205)
#9EE6D1
(158,230,209)
#A8E8D5
(168,232,213)
#B2EAD9
(178,234,217)
#BCECDD
(188,236,221)
#C6EEE1
(198,238,225)
#D0F0E5
(208,240,229)
#DAF2E9
(218,242,233)
#E4F4ED
(228,244,237)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE2C9 color. Also use rgb(138,226,201) instead hex code.

Text Font Color

.myTextColor { color: #8AE2C9; }

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

This text font color is #8AE2C9.


Background Color

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

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

This div background color is #8AE2C9.


Border color

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

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

This div border color is #8AE2C9.


Opacity

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

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

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

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

This text has shadow with #8AE2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE2C9 on black background.


Color preview on white background

This text has color #8AE2C9 on white background.



Black color preview on #8AE2C9 background

This text has black color on #8AE2C9 background.


White color preview on #8AE2C9 background

This text has white color on #8AE2C9 background.