COLOR #8AB3E7

HEX: #8AB3E7
RGB: (138,179,231)

Color info

#8AB3E7 contains mainly green and blue colors. Web safe color of #8AB3E7 is #9999FF (or #99F).

RGB color model

#8AB3E7 color RGB value is (138,179,231).

  • red value is 138;
  • green value is 179;
  • blue value is 231.
RGB:
(138,179,231)
(54%,70%,91%)

RGB channels and saturation

R 138 of 255 = 54%
G 179 of 255 = 70%
B 231 of 255 = 91%

138
179
231

R + G + B ~ 72%. #8AB3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 179 + 231 = 548 (100%)
R 138 of 548 ~ 25.18%
G 179 of 548 ~ 32.66%
B 231 of 548 ~ 42.15%

%25.18
%32.66
%42.15

CMYK color model

#8AB3E7 color CMYK value is (40,23,0,9).

  • cyan value is 40.26%
  • magenta value is 22.51%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(40,23,0,9)
C40M23Y0K9 
(40%,23%,0%,9%)
(0.40/0.23/0.00/0.09)	

CMYK percentages

%40.26
%22.51
%0
%9.41

Codes

Color #8AB3E7 in popluar color models

8AB3E7
RGB138179231
HSL214°65.96%72.35%
HSB/HSV214°40.26%90.59%
CMYK40.26%22.51%0.00%
9.41%

Color #8AB3E7 in popluar number systems.

HEX8AB3E7
Decimal138179231
Binary100010101011001111100111
Octal212263347

Shades and tints

Shades of #8AB3E7

#8AB3E7
(138,179,231)
#7EA3D2
(126,163,210)
#7293BD
(114,147,189)
#6683A8
(102,131,168)
#5A7393
(90,115,147)
#4E637E
(78,99,126)
#425369
(66,83,105)
#364354
(54,67,84)
#2A333F
(42,51,63)
#1E232A
(30,35,42)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #8AB3E7

#8AB3E7
(138,179,231)
#94B9E9
(148,185,233)
#9EBFEB
(158,191,235)
#A8C5ED
(168,197,237)
#B2CBEF
(178,203,239)
#BCD1F1
(188,209,241)
#C6D7F3
(198,215,243)
#D0DDF5
(208,221,245)
#DAE3F7
(218,227,247)
#E4E9F9
(228,233,249)
#EEEFFB
(238,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB3E7 color. Also use rgb(138,179,231) instead hex code.

Text Font Color

.myTextColor { color: #8AB3E7; }

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

This text font color is #8AB3E7.


Background Color

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

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

This div background color is #8AB3E7.


Border color

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

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

This div border color is #8AB3E7.


Opacity

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

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

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

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

This text has shadow with #8AB3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB3E7 on black background.


Color preview on white background

This text has color #8AB3E7 on white background.



Black color preview on #8AB3E7 background

This text has black color on #8AB3E7 background.


White color preview on #8AB3E7 background

This text has white color on #8AB3E7 background.