COLOR #8AD2E3

HEX: #8AD2E3
RGB: (138,210,227)

Color info

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

RGB color model

#8AD2E3 color RGB value is (138,210,227).

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

RGB channels and saturation

R 138 of 255 = 54%
G 210 of 255 = 82%
B 227 of 255 = 89%

138
210
227

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

Portions of RGB colors in percentages

R + G + B =
138 + 210 + 227 = 575 (100%)
R 138 of 575 ~ 24%
G 210 of 575 ~ 36.52%
B 227 of 575 ~ 39.48%

%24
%36.52
%39.48

CMYK color model

#8AD2E3 color CMYK value is (39,7,0,11).

  • cyan value is 39.21%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(39,7,0,11)
C39M7Y0K11 
(39%,7%,0%,11%)
(0.39/0.07/0.00/0.11)	

CMYK percentages

%39.21
%7.49
%0
%10.98

Codes

Color #8AD2E3 in popluar color models

8AD2E3
RGB138210227
HSL191°61.38%71.57%
HSB/HSV191°39.21%89.02%
CMYK39.21%7.49%0.00%
10.98%

Color #8AD2E3 in popluar number systems.

HEX8AD2E3
Decimal138210227
Binary100010101101001011100011
Octal212322343

Shades and tints

Shades of #8AD2E3

#8AD2E3
(138,210,227)
#7EBFCF
(126,191,207)
#72ACBB
(114,172,187)
#6699A7
(102,153,167)
#5A8693
(90,134,147)
#4E737F
(78,115,127)
#42606B
(66,96,107)
#364D57
(54,77,87)
#2A3A43
(42,58,67)
#1E272F
(30,39,47)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #8AD2E3

#8AD2E3
(138,210,227)
#94D6E5
(148,214,229)
#9EDAE7
(158,218,231)
#A8DEE9
(168,222,233)
#B2E2EB
(178,226,235)
#BCE6ED
(188,230,237)
#C6EAEF
(198,234,239)
#D0EEF1
(208,238,241)
#DAF2F3
(218,242,243)
#E4F6F5
(228,246,245)
#EEFAF7
(238,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD2E3; }

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

This text font color is #8AD2E3.


Background Color

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

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

This div background color is #8AD2E3.


Border color

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

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

This div border color is #8AD2E3.


Opacity

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

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

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

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

This text has shadow with #8AD2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD2E3 on black background.


Color preview on white background

This text has color #8AD2E3 on white background.



Black color preview on #8AD2E3 background

This text has black color on #8AD2E3 background.


White color preview on #8AD2E3 background

This text has white color on #8AD2E3 background.