COLOR #8BA6AD

HEX: #8BA6AD RGB: (139,166,173)

Color info

#8BA6AD contains red, green and blue colors in about the same proportion. Web safe color of #8BA6AD is #999999 (or #999).

RGB color model

#8BA6AD color RGB value is (139,166,173).

RGB: (139,166,173) (55%, 65%, 68%)

RGB channels and saturation

R 139 of 255 = 55%
G 166 of 255 = 65%
B 173 of 255 = 68%

139
166
173

R + G + B ~ 63%. #8BA6AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 166 + 173 = 478 (100%)
R 139 of 478 ~ 29.08%
G 166 of 478 ~ 34.73%
B 173 of 478 ~ 36.19'%

%29.08
%34.73
%36.19

CMYK color model

#8BA6AD color CMYK value is (20,4,0,32).

  • cyan value is 19.65%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (20,4,0,32) C20M4Y0K32 (20%,4%,0%,32%) (0.20/0.04/0.00/0.32) 

CMYK percentages

%19.65
%4.05
%0
%32.16

Codes

Color #8BA6AD in popluar color models

8B A6 AD
RGB 139 166 173
HSL 192° 17.17% 61.18%
HSB/HSV 192° 19.65% 67.84%
CMYK 19.65% 4.05% 0.00%
32.16%

Color #8BA6AD in popluar number systems.

HEX 8B A6 AD
Decimal 139 166 173
Binary 10001011 10100110 10101101
Octal 213 246 255

Shades and tints

Shades of #8BA6AD

#8BA6AD
(139,166,173)
#7F979E
(127,151,158)
#73888F
(115,136,143)
#677980
(103,121,128)
#5B6A71
(91,106,113)
#4F5B62
(79,91,98)
#434C53
(67,76,83)
#373D44
(55,61,68)
#2B2E35
(43,46,53)
#1F1F26
(31,31,38)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #8BA6AD

#8BA6AD
(139,166,173)
#95AEB4
(149,174,180)
#9FB6BB
(159,182,187)
#A9BEC2
(169,190,194)
#B3C6C9
(179,198,201)
#BDCED0
(189,206,208)
#C7D6D7
(199,214,215)
#D1DEDE
(209,222,222)
#DBE6E5
(219,230,229)
#E5EEEC
(229,238,236)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA6AD color. Also use rgb(139,166,173) instead hex code.

Text Font Color

.myTextColor { color: #8BA6AD; }

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

This text font color is #8BA6AD.

Background Color

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

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

This div background color is #8BA6AD.

Border color

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

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

This div border color is #8BA6AD.

Opacity

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

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

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

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

This text has shadow with #8BA6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA6AD.

Preview

Color preview on black background

This text has color #8BA6AD on black background.


Color preview on white background

This text has color #8BA6AD on white background.


Black color preview on #8BA6AD background

This text has black color on #8BA6AD background.


White color preview on #8BA6AD background

This text has white color on #8BA6AD background.


Related colors

Complementary color

Complementary color for #hex is #745952.


I love getcolorcode.com

Triadic colors

1 #AD8BA6 and #A6AD8B with #8BA6AD are triadic colors.

2 #ADA68B and #A68BAD with #8BA6AD are triadic colors.