COLOR #8AA8D8

HEX: #8AA8D8
RGB: (138,168,216)

Color info

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

RGB color model

#8AA8D8 color RGB value is (138,168,216).

  • red value is 138;
  • green value is 168;
  • blue value is 216.
RGB:
(138,168,216)
(54%,66%,85%)

RGB channels and saturation

R 138 of 255 = 54%
G 168 of 255 = 66%
B 216 of 255 = 85%

138
168
216

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

Portions of RGB colors in percentages

R + G + B =
138 + 168 + 216 = 522 (100%)
R 138 of 522 ~ 26.44%
G 168 of 522 ~ 32.18%
B 216 of 522 ~ 41.38%

%26.44
%32.18
%41.38

CMYK color model

#8AA8D8 color CMYK value is (36,22,0,15).

  • cyan value is 36.11%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(36,22,0,15)
C36M22Y0K15 
(36%,22%,0%,15%)
(0.36/0.22/0.00/0.15)	

CMYK percentages

%36.11
%22.22
%0
%15.29

Codes

Color #8AA8D8 in popluar color models

8AA8D8
RGB138168216
HSL217°50.00%69.41%
HSB/HSV217°36.11%84.71%
CMYK36.11%22.22%0.00%
15.29%

Color #8AA8D8 in popluar number systems.

HEX8AA8D8
Decimal138168216
Binary100010101010100011011000
Octal212250330

Shades and tints

Shades of #8AA8D8

#8AA8D8
(138,168,216)
#7E99C5
(126,153,197)
#728AB2
(114,138,178)
#667B9F
(102,123,159)
#5A6C8C
(90,108,140)
#4E5D79
(78,93,121)
#424E66
(66,78,102)
#363F53
(54,63,83)
#2A3040
(42,48,64)
#1E212D
(30,33,45)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #8AA8D8

#8AA8D8
(138,168,216)
#94AFDB
(148,175,219)
#9EB6DE
(158,182,222)
#A8BDE1
(168,189,225)
#B2C4E4
(178,196,228)
#BCCBE7
(188,203,231)
#C6D2EA
(198,210,234)
#D0D9ED
(208,217,237)
#DAE0F0
(218,224,240)
#E4E7F3
(228,231,243)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA8D8; }

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

This text font color is #8AA8D8.


Background Color

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

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

This div background color is #8AA8D8.


Border color

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

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

This div border color is #8AA8D8.


Opacity

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

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

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

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

This text has shadow with #8AA8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA8D8 on black background.


Color preview on white background

This text has color #8AA8D8 on white background.



Black color preview on #8AA8D8 background

This text has black color on #8AA8D8 background.


White color preview on #8AA8D8 background

This text has white color on #8AA8D8 background.