COLOR #8ADDBD

HEX: #8ADDBD
RGB: (138,221,189)

Color info

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

RGB color model

#8ADDBD color RGB value is (138,221,189).

  • red value is 138;
  • green value is 221;
  • blue value is 189.
RGB:
(138,221,189)
(54%,87%,74%)

RGB channels and saturation

R 138 of 255 = 54%
G 221 of 255 = 87%
B 189 of 255 = 74%

138
221
189

R + G + B ~ 72%. #8ADDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 221 + 189 = 548 (100%)
R 138 of 548 ~ 25.18%
G 221 of 548 ~ 40.33%
B 189 of 548 ~ 34.49%

%25.18
%40.33
%34.49

CMYK color model

#8ADDBD color CMYK value is (38,0,14,13).

  • cyan value is 37.56%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(38,0,14,13)
C38M0Y14K13 
(38%,0%,14%,13%)
(0.38/0.00/0.14/0.13)	

CMYK percentages

%37.56
%0
%14.48
%13.33

Codes

Color #8ADDBD in popluar color models

8ADDBD
RGB138221189
HSL157°54.97%70.39%
HSB/HSV157°37.56%86.67%
CMYK37.56%0.00%14.48%
13.33%

Color #8ADDBD in popluar number systems.

HEX8ADDBD
Decimal138221189
Binary100010101101110110111101
Octal212335275

Shades and tints

Shades of #8ADDBD

#8ADDBD
(138,221,189)
#7EC9AC
(126,201,172)
#72B59B
(114,181,155)
#66A18A
(102,161,138)
#5A8D79
(90,141,121)
#4E7968
(78,121,104)
#426557
(66,101,87)
#365146
(54,81,70)
#2A3D35
(42,61,53)
#1E2924
(30,41,36)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #8ADDBD

#8ADDBD
(138,221,189)
#94E0C3
(148,224,195)
#9EE3C9
(158,227,201)
#A8E6CF
(168,230,207)
#B2E9D5
(178,233,213)
#BCECDB
(188,236,219)
#C6EFE1
(198,239,225)
#D0F2E7
(208,242,231)
#DAF5ED
(218,245,237)
#E4F8F3
(228,248,243)
#EEFBF9
(238,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADDBD color. Also use rgb(138,221,189) instead hex code.

Text Font Color

.myTextColor { color: #8ADDBD; }

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

This text font color is #8ADDBD.


Background Color

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

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

This div background color is #8ADDBD.


Border color

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

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

This div border color is #8ADDBD.


Opacity

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

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

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

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

This text has shadow with #8ADDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADDBD on black background.


Color preview on white background

This text has color #8ADDBD on white background.



Black color preview on #8ADDBD background

This text has black color on #8ADDBD background.


White color preview on #8ADDBD background

This text has white color on #8ADDBD background.