COLOR #8ADAC3

HEX: #8ADAC3
RGB: (138,218,195)

Color info

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

RGB color model

#8ADAC3 color RGB value is (138,218,195).

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

RGB channels and saturation

R 138 of 255 = 54%
G 218 of 255 = 85%
B 195 of 255 = 76%

138
218
195

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

Portions of RGB colors in percentages

R + G + B =
138 + 218 + 195 = 551 (100%)
R 138 of 551 ~ 25.05%
G 218 of 551 ~ 39.56%
B 195 of 551 ~ 35.39%

%25.05
%39.56
%35.39

CMYK color model

#8ADAC3 color CMYK value is (37,0,11,15).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 10.55%
  • key color value is 14.51%
CMYK:
(37,0,11,15)
C37M0Y11K15 
(37%,0%,11%,15%)
(0.37/0.00/0.11/0.15)	

CMYK percentages

%36.7
%0
%10.55
%14.51

Codes

Color #8ADAC3 in popluar color models

8ADAC3
RGB138218195
HSL163°51.95%69.80%
HSB/HSV163°36.70%85.49%
CMYK36.70%0.00%10.55%
14.51%

Color #8ADAC3 in popluar number systems.

HEX8ADAC3
Decimal138218195
Binary100010101101101011000011
Octal212332303

Shades and tints

Shades of #8ADAC3

#8ADAC3
(138,218,195)
#7EC7B2
(126,199,178)
#72B4A1
(114,180,161)
#66A190
(102,161,144)
#5A8E7F
(90,142,127)
#4E7B6E
(78,123,110)
#42685D
(66,104,93)
#36554C
(54,85,76)
#2A423B
(42,66,59)
#1E2F2A
(30,47,42)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #8ADAC3

#8ADAC3
(138,218,195)
#94DDC8
(148,221,200)
#9EE0CD
(158,224,205)
#A8E3D2
(168,227,210)
#B2E6D7
(178,230,215)
#BCE9DC
(188,233,220)
#C6ECE1
(198,236,225)
#D0EFE6
(208,239,230)
#DAF2EB
(218,242,235)
#E4F5F0
(228,245,240)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ADAC3; }

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

This text font color is #8ADAC3.


Background Color

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

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

This div background color is #8ADAC3.


Border color

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

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

This div border color is #8ADAC3.


Opacity

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

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

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

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

This text has shadow with #8ADAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADAC3 on black background.


Color preview on white background

This text has color #8ADAC3 on white background.



Black color preview on #8ADAC3 background

This text has black color on #8ADAC3 background.


White color preview on #8ADAC3 background

This text has white color on #8ADAC3 background.