COLOR #8AABD1

HEX: #8AABD1
RGB: (138,171,209)

Color info

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

RGB color model

#8AABD1 color RGB value is (138,171,209).

  • red value is 138;
  • green value is 171;
  • blue value is 209.
RGB:
(138,171,209)
(54%,67%,82%)

RGB channels and saturation

R 138 of 255 = 54%
G 171 of 255 = 67%
B 209 of 255 = 82%

138
171
209

R + G + B ~ 68%. #8AABD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 171 + 209 = 518 (100%)
R 138 of 518 ~ 26.64%
G 171 of 518 ~ 33.01%
B 209 of 518 ~ 40.35%

%26.64
%33.01
%40.35

CMYK color model

#8AABD1 color CMYK value is (34,18,0,18).

  • cyan value is 33.97%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(34,18,0,18)
C34M18Y0K18 
(34%,18%,0%,18%)
(0.34/0.18/0.00/0.18)	

CMYK percentages

%33.97
%18.18
%0
%18.04

Codes

Color #8AABD1 in popluar color models

8AABD1
RGB138171209
HSL212°43.56%68.04%
HSB/HSV212°33.97%81.96%
CMYK33.97%18.18%0.00%
18.04%

Color #8AABD1 in popluar number systems.

HEX8AABD1
Decimal138171209
Binary100010101010101111010001
Octal212253321

Shades and tints

Shades of #8AABD1

#8AABD1
(138,171,209)
#7E9CBE
(126,156,190)
#728DAB
(114,141,171)
#667E98
(102,126,152)
#5A6F85
(90,111,133)
#4E6072
(78,96,114)
#42515F
(66,81,95)
#36424C
(54,66,76)
#2A3339
(42,51,57)
#1E2426
(30,36,38)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #8AABD1

#8AABD1
(138,171,209)
#94B2D5
(148,178,213)
#9EB9D9
(158,185,217)
#A8C0DD
(168,192,221)
#B2C7E1
(178,199,225)
#BCCEE5
(188,206,229)
#C6D5E9
(198,213,233)
#D0DCED
(208,220,237)
#DAE3F1
(218,227,241)
#E4EAF5
(228,234,245)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AABD1 color. Also use rgb(138,171,209) instead hex code.

Text Font Color

.myTextColor { color: #8AABD1; }

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

This text font color is #8AABD1.


Background Color

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

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

This div background color is #8AABD1.


Border color

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

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

This div border color is #8AABD1.


Opacity

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

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

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

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

This text has shadow with #8AABD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AABD1 on black background.


Color preview on white background

This text has color #8AABD1 on white background.



Black color preview on #8AABD1 background

This text has black color on #8AABD1 background.


White color preview on #8AABD1 background

This text has white color on #8AABD1 background.