COLOR #8AB2E1

HEX: #8AB2E1 RGB: (138,178,225)

Color info

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

RGB color model

#8AB2E1 color RGB value is (138,178,225).

RGB: (138,178,225) (54%, 70%, 88%)

RGB channels and saturation

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

138
178
225

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

Portions of RGB colors in percentages

R + G + B = 138 + 178 + 225 = 541 (100%)
R 138 of 541 ~ 25.51%
G 178 of 541 ~ 32.9%
B 225 of 541 ~ 41.59'%

%25.51
%32.9
%41.59

CMYK color model

#8AB2E1 color CMYK value is (39,21,0,12).

  • cyan value is 38.67%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (39,21,0,12)
C39M21Y0K12 (39%, 21%, 0%, 12%)
(0.39 / 0.21 / 0.00 / 0.12)

CMYK percentages

%38.67
%20.89
%0
%11.76

Codes

Color #8AB2E1 in popluar color models

8A B2 E1
RGB 138 178 225
HSL 212° 59.18% 71.18%
HSB/HSV 212° 38.67% 88.24%
CMYK 38.67% 20.89% 0.00%
11.76%

Color #8AB2E1 in popluar number systems.

HEX 8A B2 E1
Decimal 138 178 225
Binary 10001010 10110010 11100001
Octal 212 262 341

Shades and tints

Shades of #8AB2E1

#8AB2E1
(138,178,225)
#7EA2CD
(126,162,205)
#7292B9
(114,146,185)
#6682A5
(102,130,165)
#5A7291
(90,114,145)
#4E627D
(78,98,125)
#425269
(66,82,105)
#364255
(54,66,85)
#2A3241
(42,50,65)
#1E222D
(30,34,45)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #8AB2E1

#8AB2E1
(138,178,225)
#94B9E3
(148,185,227)
#9EC0E5
(158,192,229)
#A8C7E7
(168,199,231)
#B2CEE9
(178,206,233)
#BCD5EB
(188,213,235)
#C6DCED
(198,220,237)
#D0E3EF
(208,227,239)
#DAEAF1
(218,234,241)
#E4F1F3
(228,241,243)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB2E1; }

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

This text font color is #8AB2E1.

Background Color

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

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

This div background color is #8AB2E1.

Border color

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

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

This div border color is #8AB2E1.

Opacity

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

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

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

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

This text has shadow with #8AB2E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB2E1.

Preview

Color preview on black background

This text has color #8AB2E1 on black background.


Color preview on white background

This text has color #8AB2E1 on white background.


Black color preview on #8AB2E1 background

This text has black color on #8AB2E1 background.


White color preview on #8AB2E1 background

This text has white color on #8AB2E1 background.


Related colors

Complementary color

Complementary color for #hex is #754D1E.


I love getcolorcode.com

Triadic colors

1 #E18AB2 and #B2E18A with #8AB2E1 are triadic colors.

2 #E1B28A and #B28AE1 with #8AB2E1 are triadic colors.