COLOR #8AA6BA

HEX: #8AA6BA
RGB: (138,166,186)

Color info

#8AA6BA contains red, green and blue colors in about the same proportion. Web safe color of #8AA6BA is #9999CC (or #99C).

RGB color model

#8AA6BA color RGB value is (138,166,186).

  • red value is 138;
  • green value is 166;
  • blue value is 186.
RGB:
(138,166,186)
(54%,65%,73%)

RGB channels and saturation

R 138 of 255 = 54%
G 166 of 255 = 65%
B 186 of 255 = 73%

138
166
186

R + G + B ~ 64%. #8AA6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 166 + 186 = 490 (100%)
R 138 of 490 ~ 28.16%
G 166 of 490 ~ 33.88%
B 186 of 490 ~ 37.96%

%28.16
%33.88
%37.96

CMYK color model

#8AA6BA color CMYK value is (26,11,0,27).

  • cyan value is 25.81%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(26,11,0,27)
C26M11Y0K27 
(26%,11%,0%,27%)
(0.26/0.11/0.00/0.27)	

CMYK percentages

%25.81
%10.75
%0
%27.06

Codes

Color #8AA6BA in popluar color models

8AA6BA
RGB138166186
HSL205°25.81%63.53%
HSB/HSV205°25.81%72.94%
CMYK25.81%10.75%0.00%
27.06%

Color #8AA6BA in popluar number systems.

HEX8AA6BA
Decimal138166186
Binary100010101010011010111010
Octal212246272

Shades and tints

Shades of #8AA6BA

#8AA6BA
(138,166,186)
#7E97AA
(126,151,170)
#72889A
(114,136,154)
#66798A
(102,121,138)
#5A6A7A
(90,106,122)
#4E5B6A
(78,91,106)
#424C5A
(66,76,90)
#363D4A
(54,61,74)
#2A2E3A
(42,46,58)
#1E1F2A
(30,31,42)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #8AA6BA

#8AA6BA
(138,166,186)
#94AEC0
(148,174,192)
#9EB6C6
(158,182,198)
#A8BECC
(168,190,204)
#B2C6D2
(178,198,210)
#BCCED8
(188,206,216)
#C6D6DE
(198,214,222)
#D0DEE4
(208,222,228)
#DAE6EA
(218,230,234)
#E4EEF0
(228,238,240)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA6BA color. Also use rgb(138,166,186) instead hex code.

Text Font Color

.myTextColor { color: #8AA6BA; }

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

This text font color is #8AA6BA.


Background Color

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

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

This div background color is #8AA6BA.


Border color

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

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

This div border color is #8AA6BA.


Opacity

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

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

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

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

This text has shadow with #8AA6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA6BA on black background.


Color preview on white background

This text has color #8AA6BA on white background.



Black color preview on #8AA6BA background

This text has black color on #8AA6BA background.


White color preview on #8AA6BA background

This text has white color on #8AA6BA background.