COLOR #8AABD7

HEX: #8AABD7
RGB: (138,171,215)

Color info

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

RGB color model

#8AABD7 color RGB value is (138,171,215).

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

RGB channels and saturation

R 138 of 255 = 54%
G 171 of 255 = 67%
B 215 of 255 = 84%

138
171
215

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

Portions of RGB colors in percentages

R + G + B =
138 + 171 + 215 = 524 (100%)
R 138 of 524 ~ 26.34%
G 171 of 524 ~ 32.63%
B 215 of 524 ~ 41.03%

%26.34
%32.63
%41.03

CMYK color model

#8AABD7 color CMYK value is (36,20,0,16).

  • cyan value is 35.81%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (36,20,0,16) C36M20Y0K16 (36%,20%,0%,16%) (0.36/0.20/0.00/0.16)

CMYK percentages

%35.81
%20.47
%0
%15.69

Codes

Color #8AABD7 in popluar color models

8AABD7
RGB138171215
HSL214°49.04%69.22%
HSB/HSV214°35.81%84.31%
CMYK35.81%20.47%0.00%
15.69%

Color #8AABD7 in popluar number systems.

HEX8AABD7
Decimal138171215
Binary100010101010101111010111
Octal212253327

Shades and tints

Shades of #8AABD7

#8AABD7
(138,171,215)
#7E9CC4
(126,156,196)
#728DB1
(114,141,177)
#667E9E
(102,126,158)
#5A6F8B
(90,111,139)
#4E6078
(78,96,120)
#425165
(66,81,101)
#364252
(54,66,82)
#2A333F
(42,51,63)
#1E242C
(30,36,44)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #8AABD7

#8AABD7
(138,171,215)
#94B2DA
(148,178,218)
#9EB9DD
(158,185,221)
#A8C0E0
(168,192,224)
#B2C7E3
(178,199,227)
#BCCEE6
(188,206,230)
#C6D5E9
(198,213,233)
#D0DCEC
(208,220,236)
#DAE3EF
(218,227,239)
#E4EAF2
(228,234,242)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AABD7; }

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

This text font color is #8AABD7.


Background Color

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

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

This div background color is #8AABD7.


Border color

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

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

This div border color is #8AABD7.


Opacity

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

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

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

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

This text has shadow with #8AABD7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8AABD7 on black background.


Color preview on white background

This text has color #8AABD7 on white background.



Black color preview on #8AABD7 background

This text has black color on #8AABD7 background.


White color preview on #8AABD7 background

This text has white color on #8AABD7 background.