COLOR #8AD4E2

HEX: #8AD4E2
RGB: (138,212,226)

Color info

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

RGB color model

#8AD4E2 color RGB value is (138,212,226).

  • red value is 138;
  • green value is 212;
  • blue value is 226.
RGB:
(138,212,226)
(54%,83%,89%)

RGB channels and saturation

R 138 of 255 = 54%
G 212 of 255 = 83%
B 226 of 255 = 89%

138
212
226

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

Portions of RGB colors in percentages

R + G + B =
138 + 212 + 226 = 576 (100%)
R 138 of 576 ~ 23.96%
G 212 of 576 ~ 36.81%
B 226 of 576 ~ 39.24%

%23.96
%36.81
%39.24

CMYK color model

#8AD4E2 color CMYK value is (39,6,0,11).

  • cyan value is 38.94%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(39,6,0,11)
C39M6Y0K11 
(39%,6%,0%,11%)
(0.39/0.06/0.00/0.11)	

CMYK percentages

%38.94
%6.19
%0
%11.37

Codes

Color #8AD4E2 in popluar color models

8AD4E2
RGB138212226
HSL190°60.27%71.37%
HSB/HSV190°38.94%88.63%
CMYK38.94%6.19%0.00%
11.37%

Color #8AD4E2 in popluar number systems.

HEX8AD4E2
Decimal138212226
Binary100010101101010011100010
Octal212324342

Shades and tints

Shades of #8AD4E2

#8AD4E2
(138,212,226)
#7EC1CE
(126,193,206)
#72AEBA
(114,174,186)
#669BA6
(102,155,166)
#5A8892
(90,136,146)
#4E757E
(78,117,126)
#42626A
(66,98,106)
#364F56
(54,79,86)
#2A3C42
(42,60,66)
#1E292E
(30,41,46)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #8AD4E2

#8AD4E2
(138,212,226)
#94D7E4
(148,215,228)
#9EDAE6
(158,218,230)
#A8DDE8
(168,221,232)
#B2E0EA
(178,224,234)
#BCE3EC
(188,227,236)
#C6E6EE
(198,230,238)
#D0E9F0
(208,233,240)
#DAECF2
(218,236,242)
#E4EFF4
(228,239,244)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD4E2 color. Also use rgb(138,212,226) instead hex code.

Text Font Color

.myTextColor { color: #8AD4E2; }

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

This text font color is #8AD4E2.


Background Color

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

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

This div background color is #8AD4E2.


Border color

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

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

This div border color is #8AD4E2.


Opacity

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

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

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

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

This text has shadow with #8AD4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD4E2 on black background.


Color preview on white background

This text has color #8AD4E2 on white background.



Black color preview on #8AD4E2 background

This text has black color on #8AD4E2 background.


White color preview on #8AD4E2 background

This text has white color on #8AD4E2 background.