COLOR #8AB1E6

HEX: #8AB1E6
RGB: (138,177,230)

Color info

#8AB1E6 contains mainly green and blue colors. Web safe color of #8AB1E6 is #9999CC (or #99C).

RGB color model

#8AB1E6 color RGB value is (138,177,230).

  • red value is 138;
  • green value is 177;
  • blue value is 230.
RGB:
(138,177,230)
(54%,69%,90%)

RGB channels and saturation

R 138 of 255 = 54%
G 177 of 255 = 69%
B 230 of 255 = 90%

138
177
230

R + G + B ~ 71%. #8AB1E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 177 + 230 = 545 (100%)
R 138 of 545 ~ 25.32%
G 177 of 545 ~ 32.48%
B 230 of 545 ~ 42.2%

%25.32
%32.48
%42.2

CMYK color model

#8AB1E6 color CMYK value is (40,23,0,10).

  • cyan value is 40.00%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(40,23,0,10)
C40M23Y0K10 
(40%,23%,0%,10%)
(0.40/0.23/0.00/0.10)	

CMYK percentages

%40
%23.04
%0
%9.8

Codes

Color #8AB1E6 in popluar color models

8AB1E6
RGB138177230
HSL215°64.79%72.16%
HSB/HSV215°40.00%90.20%
CMYK40.00%23.04%0.00%
9.80%

Color #8AB1E6 in popluar number systems.

HEX8AB1E6
Decimal138177230
Binary100010101011000111100110
Octal212261346

Shades and tints

Shades of #8AB1E6

#8AB1E6
(138,177,230)
#7EA1D2
(126,161,210)
#7291BE
(114,145,190)
#6681AA
(102,129,170)
#5A7196
(90,113,150)
#4E6182
(78,97,130)
#42516E
(66,81,110)
#36415A
(54,65,90)
#2A3146
(42,49,70)
#1E2132
(30,33,50)
#12111E
(18,17,30)
#000000
(0,0,0)

Tints of #8AB1E6

#8AB1E6
(138,177,230)
#94B8E8
(148,184,232)
#9EBFEA
(158,191,234)
#A8C6EC
(168,198,236)
#B2CDEE
(178,205,238)
#BCD4F0
(188,212,240)
#C6DBF2
(198,219,242)
#D0E2F4
(208,226,244)
#DAE9F6
(218,233,246)
#E4F0F8
(228,240,248)
#EEF7FA
(238,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB1E6 color. Also use rgb(138,177,230) instead hex code.

Text Font Color

.myTextColor { color: #8AB1E6; }

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

This text font color is #8AB1E6.


Background Color

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

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

This div background color is #8AB1E6.


Border color

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

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

This div border color is #8AB1E6.


Opacity

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

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

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

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

This text has shadow with #8AB1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB1E6 on black background.


Color preview on white background

This text has color #8AB1E6 on white background.



Black color preview on #8AB1E6 background

This text has black color on #8AB1E6 background.


White color preview on #8AB1E6 background

This text has white color on #8AB1E6 background.