COLOR #8ADAB5

HEX: #8ADAB5
RGB: (138,218,181)

Color info

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

RGB color model

#8ADAB5 color RGB value is (138,218,181).

  • red value is 138;
  • green value is 218;
  • blue value is 181.
RGB:
(138,218,181)
(54%,85%,71%)

RGB channels and saturation

R 138 of 255 = 54%
G 218 of 255 = 85%
B 181 of 255 = 71%

138
218
181

R + G + B ~ 70%. #8ADAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 218 + 181 = 537 (100%)
R 138 of 537 ~ 25.7%
G 218 of 537 ~ 40.6%
B 181 of 537 ~ 33.71%

%25.7
%40.6
%33.71

CMYK color model

#8ADAB5 color CMYK value is (37,0,17,15).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 14.51%
CMYK:
(37,0,17,15)
C37M0Y17K15 
(37%,0%,17%,15%)
(0.37/0.00/0.17/0.15)	

CMYK percentages

%36.7
%0
%16.97
%14.51

Codes

Color #8ADAB5 in popluar color models

8ADAB5
RGB138218181
HSL152°51.95%69.80%
HSB/HSV152°36.70%85.49%
CMYK36.70%0.00%16.97%
14.51%

Color #8ADAB5 in popluar number systems.

HEX8ADAB5
Decimal138218181
Binary100010101101101010110101
Octal212332265

Shades and tints

Shades of #8ADAB5

#8ADAB5
(138,218,181)
#7EC7A5
(126,199,165)
#72B495
(114,180,149)
#66A185
(102,161,133)
#5A8E75
(90,142,117)
#4E7B65
(78,123,101)
#426855
(66,104,85)
#365545
(54,85,69)
#2A4235
(42,66,53)
#1E2F25
(30,47,37)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #8ADAB5

#8ADAB5
(138,218,181)
#94DDBB
(148,221,187)
#9EE0C1
(158,224,193)
#A8E3C7
(168,227,199)
#B2E6CD
(178,230,205)
#BCE9D3
(188,233,211)
#C6ECD9
(198,236,217)
#D0EFDF
(208,239,223)
#DAF2E5
(218,242,229)
#E4F5EB
(228,245,235)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADAB5 color. Also use rgb(138,218,181) instead hex code.

Text Font Color

.myTextColor { color: #8ADAB5; }

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

This text font color is #8ADAB5.


Background Color

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

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

This div background color is #8ADAB5.


Border color

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

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

This div border color is #8ADAB5.


Opacity

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

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

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

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

This text has shadow with #8ADAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADAB5 on black background.


Color preview on white background

This text has color #8ADAB5 on white background.



Black color preview on #8ADAB5 background

This text has black color on #8ADAB5 background.


White color preview on #8ADAB5 background

This text has white color on #8ADAB5 background.