COLOR #8AB6D9

HEX: #8AB6D9
RGB: (138,182,217)

Color info

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

RGB color model

#8AB6D9 color RGB value is (138,182,217).

  • red value is 138;
  • green value is 182;
  • blue value is 217.
RGB:
(138,182,217)
(54%,71%,85%)

RGB channels and saturation

R 138 of 255 = 54%
G 182 of 255 = 71%
B 217 of 255 = 85%

138
182
217

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

Portions of RGB colors in percentages

R + G + B =
138 + 182 + 217 = 537 (100%)
R 138 of 537 ~ 25.7%
G 182 of 537 ~ 33.89%
B 217 of 537 ~ 40.41%

%25.7
%33.89
%40.41

CMYK color model

#8AB6D9 color CMYK value is (36,16,0,15).

  • cyan value is 36.41%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(36,16,0,15)
C36M16Y0K15 
(36%,16%,0%,15%)
(0.36/0.16/0.00/0.15)	

CMYK percentages

%36.41
%16.13
%0
%14.9

Codes

Color #8AB6D9 in popluar color models

8AB6D9
RGB138182217
HSL207°50.97%69.61%
HSB/HSV207°36.41%85.10%
CMYK36.41%16.13%0.00%
14.90%

Color #8AB6D9 in popluar number systems.

HEX8AB6D9
Decimal138182217
Binary100010101011011011011001
Octal212266331

Shades and tints

Shades of #8AB6D9

#8AB6D9
(138,182,217)
#7EA6C6
(126,166,198)
#7296B3
(114,150,179)
#6686A0
(102,134,160)
#5A768D
(90,118,141)
#4E667A
(78,102,122)
#425667
(66,86,103)
#364654
(54,70,84)
#2A3641
(42,54,65)
#1E262E
(30,38,46)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #8AB6D9

#8AB6D9
(138,182,217)
#94BCDC
(148,188,220)
#9EC2DF
(158,194,223)
#A8C8E2
(168,200,226)
#B2CEE5
(178,206,229)
#BCD4E8
(188,212,232)
#C6DAEB
(198,218,235)
#D0E0EE
(208,224,238)
#DAE6F1
(218,230,241)
#E4ECF4
(228,236,244)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB6D9; }

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

This text font color is #8AB6D9.


Background Color

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

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

This div background color is #8AB6D9.


Border color

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

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

This div border color is #8AB6D9.


Opacity

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

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

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

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

This text has shadow with #8AB6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB6D9 on black background.


Color preview on white background

This text has color #8AB6D9 on white background.



Black color preview on #8AB6D9 background

This text has black color on #8AB6D9 background.


White color preview on #8AB6D9 background

This text has white color on #8AB6D9 background.