COLOR #8ADEAC

HEX: #8ADEAC RGB: (138,222,172)

Color info

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

RGB color model

#8ADEAC color RGB value is (138,222,172).

RGB: (138,222,172) (54%, 87%, 67%)

RGB channels and saturation

R 138 of 255 = 54%
G 222 of 255 = 87%
B 172 of 255 = 67%

138
222
172

R + G + B ~ 69%. #8ADEAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 222 + 172 = 532 (100%)
R 138 of 532 ~ 25.94%
G 222 of 532 ~ 41.73%
B 172 of 532 ~ 32.33'%

%25.94
%41.73
%32.33

CMYK color model

#8ADEAC color CMYK value is (38,0,23,13).

  • cyan value is 37.84%
  • magenta value is 0.00%
  • yellow value is 22.52%
  • key color value is 12.94%

CMYK: (38,0,23,13)
C38M0Y23K13 (38%, 0%, 23%, 13%)
(0.38 / 0.00 / 0.23 / 0.13)

CMYK percentages

%37.84
%0
%22.52
%12.94

Codes

Color #8ADEAC in popluar color models

8A DE AC
RGB 138 222 172
HSL 144° 56.00% 70.59%
HSB/HSV 144° 37.84% 87.06%
CMYK 37.84% 0.00% 22.52%
12.94%

Color #8ADEAC in popluar number systems.

HEX 8A DE AC
Decimal 138 222 172
Binary 10001010 11011110 10101100
Octal 212 336 254

Shades and tints

Shades of #8ADEAC

#8ADEAC
(138,222,172)
#7ECA9D
(126,202,157)
#72B68E
(114,182,142)
#66A27F
(102,162,127)
#5A8E70
(90,142,112)
#4E7A61
(78,122,97)
#426652
(66,102,82)
#365243
(54,82,67)
#2A3E34
(42,62,52)
#1E2A25
(30,42,37)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #8ADEAC

#8ADEAC
(138,222,172)
#94E1B3
(148,225,179)
#9EE4BA
(158,228,186)
#A8E7C1
(168,231,193)
#B2EAC8
(178,234,200)
#BCEDCF
(188,237,207)
#C6F0D6
(198,240,214)
#D0F3DD
(208,243,221)
#DAF6E4
(218,246,228)
#E4F9EB
(228,249,235)
#EEFCF2
(238,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADEAC color. Also use rgb(138,222,172) instead hex code.

Text Font Color

.myTextColor { color: #8ADEAC; }

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

This text font color is #8ADEAC.

Background Color

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

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

This div background color is #8ADEAC.

Border color

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

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

This div border color is #8ADEAC.

Opacity

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

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

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

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

This text has shadow with #8ADEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ADEAC.

Preview

Color preview on black background

This text has color #8ADEAC on black background.


Color preview on white background

This text has color #8ADEAC on white background.


Black color preview on #8ADEAC background

This text has black color on #8ADEAC background.


White color preview on #8ADEAC background

This text has white color on #8ADEAC background.


Related colors

Complementary color

Complementary color for #hex is #752153.


I love getcolorcode.com

Triadic colors

1 #AC8ADE and #DEAC8A with #8ADEAC are triadic colors.

2 #ACDE8A and #DE8AAC with #8ADEAC are triadic colors.