COLOR #8AA7DC

HEX: #8AA7DC
RGB: (138,167,220)

Color info

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

RGB color model

#8AA7DC color RGB value is (138,167,220).

  • red value is 138;
  • green value is 167;
  • blue value is 220.
RGB:
(138,167,220)
(54%,65%,86%)

RGB channels and saturation

R 138 of 255 = 54%
G 167 of 255 = 65%
B 220 of 255 = 86%

138
167
220

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

Portions of RGB colors in percentages

R + G + B =
138 + 167 + 220 = 525 (100%)
R 138 of 525 ~ 26.29%
G 167 of 525 ~ 31.81%
B 220 of 525 ~ 41.9%

%26.29
%31.81
%41.9

CMYK color model

#8AA7DC color CMYK value is (37,24,0,14).

  • cyan value is 37.27%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(37,24,0,14)
C37M24Y0K14 
(37%,24%,0%,14%)
(0.37/0.24/0.00/0.14)	

CMYK percentages

%37.27
%24.09
%0
%13.73

Codes

Color #8AA7DC in popluar color models

8AA7DC
RGB138167220
HSL219°53.95%70.20%
HSB/HSV219°37.27%86.27%
CMYK37.27%24.09%0.00%
13.73%

Color #8AA7DC in popluar number systems.

HEX8AA7DC
Decimal138167220
Binary100010101010011111011100
Octal212247334

Shades and tints

Shades of #8AA7DC

#8AA7DC
(138,167,220)
#7E98C8
(126,152,200)
#7289B4
(114,137,180)
#667AA0
(102,122,160)
#5A6B8C
(90,107,140)
#4E5C78
(78,92,120)
#424D64
(66,77,100)
#363E50
(54,62,80)
#2A2F3C
(42,47,60)
#1E2028
(30,32,40)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #8AA7DC

#8AA7DC
(138,167,220)
#94AFDF
(148,175,223)
#9EB7E2
(158,183,226)
#A8BFE5
(168,191,229)
#B2C7E8
(178,199,232)
#BCCFEB
(188,207,235)
#C6D7EE
(198,215,238)
#D0DFF1
(208,223,241)
#DAE7F4
(218,231,244)
#E4EFF7
(228,239,247)
#EEF7FA
(238,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA7DC; }

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

This text font color is #8AA7DC.


Background Color

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

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

This div background color is #8AA7DC.


Border color

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

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

This div border color is #8AA7DC.


Opacity

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

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

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

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

This text has shadow with #8AA7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA7DC on black background.


Color preview on white background

This text has color #8AA7DC on white background.



Black color preview on #8AA7DC background

This text has black color on #8AA7DC background.


White color preview on #8AA7DC background

This text has white color on #8AA7DC background.