COLOR #8AD3D5

HEX: #8AD3D5
RGB: (138,211,213)

Color info

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

RGB color model

#8AD3D5 color RGB value is (138,211,213).

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

RGB channels and saturation

R 138 of 255 = 54%
G 211 of 255 = 83%
B 213 of 255 = 84%

138
211
213

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

Portions of RGB colors in percentages

R + G + B =
138 + 211 + 213 = 562 (100%)
R 138 of 562 ~ 24.56%
G 211 of 562 ~ 37.54%
B 213 of 562 ~ 37.9%

%24.56
%37.54
%37.9

CMYK color model

#8AD3D5 color CMYK value is (35,1,0,16).

  • cyan value is 35.21%
  • magenta value is 0.94%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(35,1,0,16)
C35M1Y0K16 
(35%,1%,0%,16%)
(0.35/0.01/0.00/0.16)	

CMYK percentages

%35.21
%0.94
%0
%16.47

Codes

Color #8AD3D5 in popluar color models

8AD3D5
RGB138211213
HSL182°47.17%68.82%
HSB/HSV182°35.21%83.53%
CMYK35.21%0.94%0.00%
16.47%

Color #8AD3D5 in popluar number systems.

HEX8AD3D5
Decimal138211213
Binary100010101101001111010101
Octal212323325

Shades and tints

Shades of #8AD3D5

#8AD3D5
(138,211,213)
#7EC0C2
(126,192,194)
#72ADAF
(114,173,175)
#669A9C
(102,154,156)
#5A8789
(90,135,137)
#4E7476
(78,116,118)
#426163
(66,97,99)
#364E50
(54,78,80)
#2A3B3D
(42,59,61)
#1E282A
(30,40,42)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #8AD3D5

#8AD3D5
(138,211,213)
#94D7D8
(148,215,216)
#9EDBDB
(158,219,219)
#A8DFDE
(168,223,222)
#B2E3E1
(178,227,225)
#BCE7E4
(188,231,228)
#C6EBE7
(198,235,231)
#D0EFEA
(208,239,234)
#DAF3ED
(218,243,237)
#E4F7F0
(228,247,240)
#EEFBF3
(238,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD3D5; }

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

This text font color is #8AD3D5.


Background Color

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

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

This div background color is #8AD3D5.


Border color

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

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

This div border color is #8AD3D5.


Opacity

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

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

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

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

This text has shadow with #8AD3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD3D5 on black background.


Color preview on white background

This text has color #8AD3D5 on white background.



Black color preview on #8AD3D5 background

This text has black color on #8AD3D5 background.


White color preview on #8AD3D5 background

This text has white color on #8AD3D5 background.