COLOR #8ADADC

HEX: #8ADADC
RGB: (138,218,220)

Color info

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

RGB color model

#8ADADC color RGB value is (138,218,220).

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

RGB channels and saturation

R 138 of 255 = 54%
G 218 of 255 = 85%
B 220 of 255 = 86%

138
218
220

R + G + B ~ 75%. #8ADADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 218 + 220 = 576 (100%)
R 138 of 576 ~ 23.96%
G 218 of 576 ~ 37.85%
B 220 of 576 ~ 38.19%

%23.96
%37.85
%38.19

CMYK color model

#8ADADC color CMYK value is (37,1,0,14).

  • cyan value is 37.27%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(37,1,0,14)
C37M1Y0K14 
(37%,1%,0%,14%)
(0.37/0.01/0.00/0.14)	

CMYK percentages

%37.27
%0.91
%0
%13.73

Codes

Color #8ADADC in popluar color models

8ADADC
RGB138218220
HSL181°53.95%70.20%
HSB/HSV181°37.27%86.27%
CMYK37.27%0.91%0.00%
13.73%

Color #8ADADC in popluar number systems.

HEX8ADADC
Decimal138218220
Binary100010101101101011011100
Octal212332334

Shades and tints

Shades of #8ADADC

#8ADADC
(138,218,220)
#7EC7C8
(126,199,200)
#72B4B4
(114,180,180)
#66A1A0
(102,161,160)
#5A8E8C
(90,142,140)
#4E7B78
(78,123,120)
#426864
(66,104,100)
#365550
(54,85,80)
#2A423C
(42,66,60)
#1E2F28
(30,47,40)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #8ADADC

#8ADADC
(138,218,220)
#94DDDF
(148,221,223)
#9EE0E2
(158,224,226)
#A8E3E5
(168,227,229)
#B2E6E8
(178,230,232)
#BCE9EB
(188,233,235)
#C6ECEE
(198,236,238)
#D0EFF1
(208,239,241)
#DAF2F4
(218,242,244)
#E4F5F7
(228,245,247)
#EEF8FA
(238,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ADADC; }

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

This text font color is #8ADADC.


Background Color

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

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

This div background color is #8ADADC.


Border color

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

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

This div border color is #8ADADC.


Opacity

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

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

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

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

This text has shadow with #8ADADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADADC on black background.


Color preview on white background

This text has color #8ADADC on white background.



Black color preview on #8ADADC background

This text has black color on #8ADADC background.


White color preview on #8ADADC background

This text has white color on #8ADADC background.