COLOR #8ADFD3

HEX: #8ADFD3 RGB: (138,223,211)

Color info

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

RGB color model

#8ADFD3 color RGB value is (138,223,211).

RGB: (138,223,211) (54%, 87%, 83%)

RGB channels and saturation

R 138 of 255 = 54%
G 223 of 255 = 87%
B 211 of 255 = 83%

138
223
211

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

Portions of RGB colors in percentages

R + G + B = 138 + 223 + 211 = 572 (100%)
R 138 of 572 ~ 24.13%
G 223 of 572 ~ 38.99%
B 211 of 572 ~ 36.89'%

%24.13
%38.99
%36.89

CMYK color model

#8ADFD3 color CMYK value is (38,0,5,13).

  • cyan value is 38.12%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 12.55%
CMYK: (38,0,5,13) C38M0Y5K13 (38%,0%,5%,13%) (0.38/0.00/0.05/0.13) 

CMYK percentages

%38.12
%0
%5.38
%12.55

Codes

Color #8ADFD3 in popluar color models

8A DF D3
RGB 138 223 211
HSL 172° 57.05% 70.78%
HSB/HSV 172° 38.12% 87.45%
CMYK 38.12% 0.00% 5.38%
12.55%

Color #8ADFD3 in popluar number systems.

HEX 8A DF D3
Decimal 138 223 211
Binary 10001010 11011111 11010011
Octal 212 337 323

Shades and tints

Shades of #8ADFD3

#8ADFD3
(138,223,211)
#7ECBC0
(126,203,192)
#72B7AD
(114,183,173)
#66A39A
(102,163,154)
#5A8F87
(90,143,135)
#4E7B74
(78,123,116)
#426761
(66,103,97)
#36534E
(54,83,78)
#2A3F3B
(42,63,59)
#1E2B28
(30,43,40)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #8ADFD3

#8ADFD3
(138,223,211)
#94E1D7
(148,225,215)
#9EE3DB
(158,227,219)
#A8E5DF
(168,229,223)
#B2E7E3
(178,231,227)
#BCE9E7
(188,233,231)
#C6EBEB
(198,235,235)
#D0EDEF
(208,237,239)
#DAEFF3
(218,239,243)
#E4F1F7
(228,241,247)
#EEF3FB
(238,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ADFD3; }

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

This text font color is #8ADFD3.

Background Color

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

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

This div background color is #8ADFD3.

Border color

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

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

This div border color is #8ADFD3.

Opacity

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

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

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

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

This text has shadow with #8ADFD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ADFD3.

Preview

Color preview on black background

This text has color #8ADFD3 on black background.


Color preview on white background

This text has color #8ADFD3 on white background.


Black color preview on #8ADFD3 background

This text has black color on #8ADFD3 background.


White color preview on #8ADFD3 background

This text has white color on #8ADFD3 background.


Related colors

Complementary color

Complementary color for #hex is #75202C.


I love getcolorcode.com

Triadic colors

1 #D38ADF and #DFD38A with #8ADFD3 are triadic colors.

2 #D3DF8A and #DF8AD3 with #8ADFD3 are triadic colors.