COLOR #8AD2DB

HEX: #8AD2DB
RGB: (138,210,219)

Color info

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

RGB color model

#8AD2DB color RGB value is (138,210,219).

  • red value is 138;
  • green value is 210;
  • blue value is 219.
RGB:
(138,210,219)
(54%,82%,86%)

RGB channels and saturation

R 138 of 255 = 54%
G 210 of 255 = 82%
B 219 of 255 = 86%

138
210
219

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

Portions of RGB colors in percentages

R + G + B =
138 + 210 + 219 = 567 (100%)
R 138 of 567 ~ 24.34%
G 210 of 567 ~ 37.04%
B 219 of 567 ~ 38.62%

%24.34
%37.04
%38.62

CMYK color model

#8AD2DB color CMYK value is (37,4,0,14).

  • cyan value is 36.99%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(37,4,0,14)
C37M4Y0K14 
(37%,4%,0%,14%)
(0.37/0.04/0.00/0.14)	

CMYK percentages

%36.99
%4.11
%0
%14.12

Codes

Color #8AD2DB in popluar color models

8AD2DB
RGB138210219
HSL187°52.94%70.00%
HSB/HSV187°36.99%85.88%
CMYK36.99%4.11%0.00%
14.12%

Color #8AD2DB in popluar number systems.

HEX8AD2DB
Decimal138210219
Binary100010101101001011011011
Octal212322333

Shades and tints

Shades of #8AD2DB

#8AD2DB
(138,210,219)
#7EBFC8
(126,191,200)
#72ACB5
(114,172,181)
#6699A2
(102,153,162)
#5A868F
(90,134,143)
#4E737C
(78,115,124)
#426069
(66,96,105)
#364D56
(54,77,86)
#2A3A43
(42,58,67)
#1E2730
(30,39,48)
#12141D
(18,20,29)
#000000
(0,0,0)

Tints of #8AD2DB

#8AD2DB
(138,210,219)
#94D6DE
(148,214,222)
#9EDAE1
(158,218,225)
#A8DEE4
(168,222,228)
#B2E2E7
(178,226,231)
#BCE6EA
(188,230,234)
#C6EAED
(198,234,237)
#D0EEF0
(208,238,240)
#DAF2F3
(218,242,243)
#E4F6F6
(228,246,246)
#EEFAF9
(238,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD2DB color. Also use rgb(138,210,219) instead hex code.

Text Font Color

.myTextColor { color: #8AD2DB; }

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

This text font color is #8AD2DB.


Background Color

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

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

This div background color is #8AD2DB.


Border color

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

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

This div border color is #8AD2DB.


Opacity

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

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

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

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

This text has shadow with #8AD2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD2DB on black background.


Color preview on white background

This text has color #8AD2DB on white background.



Black color preview on #8AD2DB background

This text has black color on #8AD2DB background.


White color preview on #8AD2DB background

This text has white color on #8AD2DB background.