COLOR #8AB6DC

HEX: #8AB6DC RGB: (138,182,220)

Color info

#8AB6DC contains mainly green and blue colors. Web safe color of #8AB6DC is #99CCCC (or #9CC).

RGB color model

#8AB6DC color RGB value is (138,182,220).

RGB: (138,182,220) (54%, 71%, 86%)

RGB channels and saturation

R 138 of 255 = 54%
G 182 of 255 = 71%
B 220 of 255 = 86%

138
182
220

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

Portions of RGB colors in percentages

R + G + B = 138 + 182 + 220 = 540 (100%)
R 138 of 540 ~ 25.56%
G 182 of 540 ~ 33.7%
B 220 of 540 ~ 40.74'%

%25.56
%33.7
%40.74

CMYK color model

#8AB6DC color CMYK value is (37,17,0,14).

  • cyan value is 37.27%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (37,17,0,14)
C37M17Y0K14 (37%, 17%, 0%, 14%)
(0.37 / 0.17 / 0.00 / 0.14)

CMYK percentages

%37.27
%17.27
%0
%13.73

Codes

Color #8AB6DC in popluar color models

8A B6 DC
RGB 138 182 220
HSL 208° 53.95% 70.20%
HSB/HSV 208° 37.27% 86.27%
CMYK 37.27% 17.27% 0.00%
13.73%

Color #8AB6DC in popluar number systems.

HEX 8A B6 DC
Decimal 138 182 220
Binary 10001010 10110110 11011100
Octal 212 266 334

Shades and tints

Shades of #8AB6DC

#8AB6DC
(138,182,220)
#7EA6C8
(126,166,200)
#7296B4
(114,150,180)
#6686A0
(102,134,160)
#5A768C
(90,118,140)
#4E6678
(78,102,120)
#425664
(66,86,100)
#364650
(54,70,80)
#2A363C
(42,54,60)
#1E2628
(30,38,40)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #8AB6DC

#8AB6DC
(138,182,220)
#94BCDF
(148,188,223)
#9EC2E2
(158,194,226)
#A8C8E5
(168,200,229)
#B2CEE8
(178,206,232)
#BCD4EB
(188,212,235)
#C6DAEE
(198,218,238)
#D0E0F1
(208,224,241)
#DAE6F4
(218,230,244)
#E4ECF7
(228,236,247)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB6DC color. Also use rgb(138,182,220) instead hex code.

Text Font Color

.myTextColor { color: #8AB6DC; }

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

This text font color is #8AB6DC.

Background Color

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

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

This div background color is #8AB6DC.

Border color

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

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

This div border color is #8AB6DC.

Opacity

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

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

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

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

This text has shadow with #8AB6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB6DC.

Preview

Color preview on black background

This text has color #8AB6DC on black background.


Color preview on white background

This text has color #8AB6DC on white background.


Black color preview on #8AB6DC background

This text has black color on #8AB6DC background.


White color preview on #8AB6DC background

This text has white color on #8AB6DC background.


Related colors

Complementary color

Complementary color for #hex is #754923.


I love getcolorcode.com

Triadic colors

1 #DC8AB6 and #B6DC8A with #8AB6DC are triadic colors.

2 #DCB68A and #B68ADC with #8AB6DC are triadic colors.