COLOR #8AB2E0

HEX: #8AB2E0
RGB: (138,178,224)

Color info

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

RGB color model

#8AB2E0 color RGB value is (138,178,224).

  • red value is 138;
  • green value is 178;
  • blue value is 224.
RGB:
(138,178,224)
(54%,70%,88%)

RGB channels and saturation

R 138 of 255 = 54%
G 178 of 255 = 70%
B 224 of 255 = 88%

138
178
224

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

Portions of RGB colors in percentages

R + G + B =
138 + 178 + 224 = 540 (100%)
R 138 of 540 ~ 25.56%
G 178 of 540 ~ 32.96%
B 224 of 540 ~ 41.48%

%25.56
%32.96
%41.48

CMYK color model

#8AB2E0 color CMYK value is (38,21,0,12).

  • cyan value is 38.39%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(38,21,0,12)
C38M21Y0K12 
(38%,21%,0%,12%)
(0.38/0.21/0.00/0.12)	

CMYK percentages

%38.39
%20.54
%0
%12.16

Codes

Color #8AB2E0 in popluar color models

8AB2E0
RGB138178224
HSL212°58.11%70.98%
HSB/HSV212°38.39%87.84%
CMYK38.39%20.54%0.00%
12.16%

Color #8AB2E0 in popluar number systems.

HEX8AB2E0
Decimal138178224
Binary100010101011001011100000
Octal212262340

Shades and tints

Shades of #8AB2E0

#8AB2E0
(138,178,224)
#7EA2CC
(126,162,204)
#7292B8
(114,146,184)
#6682A4
(102,130,164)
#5A7290
(90,114,144)
#4E627C
(78,98,124)
#425268
(66,82,104)
#364254
(54,66,84)
#2A3240
(42,50,64)
#1E222C
(30,34,44)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #8AB2E0

#8AB2E0
(138,178,224)
#94B9E2
(148,185,226)
#9EC0E4
(158,192,228)
#A8C7E6
(168,199,230)
#B2CEE8
(178,206,232)
#BCD5EA
(188,213,234)
#C6DCEC
(198,220,236)
#D0E3EE
(208,227,238)
#DAEAF0
(218,234,240)
#E4F1F2
(228,241,242)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB2E0 color. Also use rgb(138,178,224) instead hex code.

Text Font Color

.myTextColor { color: #8AB2E0; }

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

This text font color is #8AB2E0.


Background Color

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

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

This div background color is #8AB2E0.


Border color

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

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

This div border color is #8AB2E0.


Opacity

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

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

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

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

This text has shadow with #8AB2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB2E0 on black background.


Color preview on white background

This text has color #8AB2E0 on white background.



Black color preview on #8AB2E0 background

This text has black color on #8AB2E0 background.


White color preview on #8AB2E0 background

This text has white color on #8AB2E0 background.