COLOR #8ADAD3

HEX: #8ADAD3
RGB: (138,218,211)

Color info

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

RGB color model

#8ADAD3 color RGB value is (138,218,211).

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

RGB channels and saturation

R 138 of 255 = 54%
G 218 of 255 = 85%
B 211 of 255 = 83%

138
218
211

R + G + B ~ 74%. #8ADAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 218 + 211 = 567 (100%)
R 138 of 567 ~ 24.34%
G 218 of 567 ~ 38.45%
B 211 of 567 ~ 37.21%

%24.34
%38.45
%37.21

CMYK color model

#8ADAD3 color CMYK value is (37,0,3,15).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 3.21%
  • key color value is 14.51%
CMYK:
(37,0,3,15)
C37M0Y3K15 
(37%,0%,3%,15%)
(0.37/0.00/0.03/0.15)	

CMYK percentages

%36.7
%0
%3.21
%14.51

Codes

Color #8ADAD3 in popluar color models

8ADAD3
RGB138218211
HSL175°51.95%69.80%
HSB/HSV175°36.70%85.49%
CMYK36.70%0.00%3.21%
14.51%

Color #8ADAD3 in popluar number systems.

HEX8ADAD3
Decimal138218211
Binary100010101101101011010011
Octal212332323

Shades and tints

Shades of #8ADAD3

#8ADAD3
(138,218,211)
#7EC7C0
(126,199,192)
#72B4AD
(114,180,173)
#66A19A
(102,161,154)
#5A8E87
(90,142,135)
#4E7B74
(78,123,116)
#426861
(66,104,97)
#36554E
(54,85,78)
#2A423B
(42,66,59)
#1E2F28
(30,47,40)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #8ADAD3

#8ADAD3
(138,218,211)
#94DDD7
(148,221,215)
#9EE0DB
(158,224,219)
#A8E3DF
(168,227,223)
#B2E6E3
(178,230,227)
#BCE9E7
(188,233,231)
#C6ECEB
(198,236,235)
#D0EFEF
(208,239,239)
#DAF2F3
(218,242,243)
#E4F5F7
(228,245,247)
#EEF8FB
(238,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ADAD3; }

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

This text font color is #8ADAD3.


Background Color

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

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

This div background color is #8ADAD3.


Border color

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

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

This div border color is #8ADAD3.


Opacity

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

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

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

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

This text has shadow with #8ADAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADAD3 on black background.


Color preview on white background

This text has color #8ADAD3 on white background.



Black color preview on #8ADAD3 background

This text has black color on #8ADAD3 background.


White color preview on #8ADAD3 background

This text has white color on #8ADAD3 background.