COLOR #8AB2D8

HEX: #8AB2D8 RGB: (138,178,216)

Color info

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

RGB color model

#8AB2D8 color RGB value is (138,178,216).

RGB: (138,178,216) (54%, 70%, 85%)

RGB channels and saturation

R 138 of 255 = 54%
G 178 of 255 = 70%
B 216 of 255 = 85%

138
178
216

R + G + B ~ 70%. #8AB2D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 178 + 216 = 532 (100%)
R 138 of 532 ~ 25.94%
G 178 of 532 ~ 33.46%
B 216 of 532 ~ 40.6'%

%25.94
%33.46
%40.6

CMYK color model

#8AB2D8 color CMYK value is (36,18,0,15).

  • cyan value is 36.11%
  • magenta value is 17.59%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (36,18,0,15)
C36M18Y0K15 (36%, 18%, 0%, 15%)
(0.36 / 0.18 / 0.00 / 0.15)

CMYK percentages

%36.11
%17.59
%0
%15.29

Codes

Color #8AB2D8 in popluar color models

8A B2 D8
RGB 138 178 216
HSL 209° 50.00% 69.41%
HSB/HSV 209° 36.11% 84.71%
CMYK 36.11% 17.59% 0.00%
15.29%

Color #8AB2D8 in popluar number systems.

HEX 8A B2 D8
Decimal 138 178 216
Binary 10001010 10110010 11011000
Octal 212 262 330

Shades and tints

Shades of #8AB2D8

#8AB2D8
(138,178,216)
#7EA2C5
(126,162,197)
#7292B2
(114,146,178)
#66829F
(102,130,159)
#5A728C
(90,114,140)
#4E6279
(78,98,121)
#425266
(66,82,102)
#364253
(54,66,83)
#2A3240
(42,50,64)
#1E222D
(30,34,45)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #8AB2D8

#8AB2D8
(138,178,216)
#94B9DB
(148,185,219)
#9EC0DE
(158,192,222)
#A8C7E1
(168,199,225)
#B2CEE4
(178,206,228)
#BCD5E7
(188,213,231)
#C6DCEA
(198,220,234)
#D0E3ED
(208,227,237)
#DAEAF0
(218,234,240)
#E4F1F3
(228,241,243)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB2D8; }

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

This text font color is #8AB2D8.

Background Color

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

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

This div background color is #8AB2D8.

Border color

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

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

This div border color is #8AB2D8.

Opacity

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

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

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

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

This text has shadow with #8AB2D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB2D8.

Preview

Color preview on black background

This text has color #8AB2D8 on black background.


Color preview on white background

This text has color #8AB2D8 on white background.


Black color preview on #8AB2D8 background

This text has black color on #8AB2D8 background.


White color preview on #8AB2D8 background

This text has white color on #8AB2D8 background.


Related colors

Complementary color

Complementary color for #hex is #754D27.


I love getcolorcode.com

Triadic colors

1 #D88AB2 and #B2D88A with #8AB2D8 are triadic colors.

2 #D8B28A and #B28AD8 with #8AB2D8 are triadic colors.