COLOR #8AB8DA

HEX: #8AB8DA
RGB: (138,184,218)

Color info

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

RGB color model

#8AB8DA color RGB value is (138,184,218).

  • red value is 138;
  • green value is 184;
  • blue value is 218.
RGB:
(138,184,218)
(54%,72%,85%)

RGB channels and saturation

R 138 of 255 = 54%
G 184 of 255 = 72%
B 218 of 255 = 85%

138
184
218

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

Portions of RGB colors in percentages

R + G + B =
138 + 184 + 218 = 540 (100%)
R 138 of 540 ~ 25.56%
G 184 of 540 ~ 34.07%
B 218 of 540 ~ 40.37%

%25.56
%34.07
%40.37

CMYK color model

#8AB8DA color CMYK value is (37,16,0,15).

  • cyan value is 36.70%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(37,16,0,15)
C37M16Y0K15 
(37%,16%,0%,15%)
(0.37/0.16/0.00/0.15)	

CMYK percentages

%36.7
%15.6
%0
%14.51

Codes

Color #8AB8DA in popluar color models

8AB8DA
RGB138184218
HSL206°51.95%69.80%
HSB/HSV206°36.70%85.49%
CMYK36.70%15.60%0.00%
14.51%

Color #8AB8DA in popluar number systems.

HEX8AB8DA
Decimal138184218
Binary100010101011100011011010
Octal212270332

Shades and tints

Shades of #8AB8DA

#8AB8DA
(138,184,218)
#7EA8C7
(126,168,199)
#7298B4
(114,152,180)
#6688A1
(102,136,161)
#5A788E
(90,120,142)
#4E687B
(78,104,123)
#425868
(66,88,104)
#364855
(54,72,85)
#2A3842
(42,56,66)
#1E282F
(30,40,47)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #8AB8DA

#8AB8DA
(138,184,218)
#94BEDD
(148,190,221)
#9EC4E0
(158,196,224)
#A8CAE3
(168,202,227)
#B2D0E6
(178,208,230)
#BCD6E9
(188,214,233)
#C6DCEC
(198,220,236)
#D0E2EF
(208,226,239)
#DAE8F2
(218,232,242)
#E4EEF5
(228,238,245)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB8DA color. Also use rgb(138,184,218) instead hex code.

Text Font Color

.myTextColor { color: #8AB8DA; }

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

This text font color is #8AB8DA.


Background Color

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

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

This div background color is #8AB8DA.


Border color

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

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

This div border color is #8AB8DA.


Opacity

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

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

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

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

This text has shadow with #8AB8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB8DA on black background.


Color preview on white background

This text has color #8AB8DA on white background.



Black color preview on #8AB8DA background

This text has black color on #8AB8DA background.


White color preview on #8AB8DA background

This text has white color on #8AB8DA background.