COLOR #8BAAB4

HEX: #8BAAB4 RGB: (139,170,180)

Color info

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

RGB color model

#8BAAB4 color RGB value is (139,170,180).

RGB: (139,170,180) (55%, 67%, 71%)

RGB channels and saturation

R 139 of 255 = 55%
G 170 of 255 = 67%
B 180 of 255 = 71%

139
170
180

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

Portions of RGB colors in percentages

R + G + B = 139 + 170 + 180 = 489 (100%)
R 139 of 489 ~ 28.43%
G 170 of 489 ~ 34.76%
B 180 of 489 ~ 36.81'%

%28.43
%34.76
%36.81

CMYK color model

#8BAAB4 color CMYK value is (23,6,0,29).

  • cyan value is 22.78%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (23,6,0,29)
C23M6Y0K29 (23%, 6%, 0%, 29%)
(0.23 / 0.06 / 0.00 / 0.29)

CMYK percentages

%22.78
%5.56
%0
%29.41

Codes

Color #8BAAB4 in popluar color models

8B AA B4
RGB 139 170 180
HSL 195° 21.47% 62.55%
HSB/HSV 195° 22.78% 70.59%
CMYK 22.78% 5.56% 0.00%
29.41%

Color #8BAAB4 in popluar number systems.

HEX 8B AA B4
Decimal 139 170 180
Binary 10001011 10101010 10110100
Octal 213 252 264

Shades and tints

Shades of #8BAAB4

#8BAAB4
(139,170,180)
#7F9BA4
(127,155,164)
#738C94
(115,140,148)
#677D84
(103,125,132)
#5B6E74
(91,110,116)
#4F5F64
(79,95,100)
#435054
(67,80,84)
#374144
(55,65,68)
#2B3234
(43,50,52)
#1F2324
(31,35,36)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #8BAAB4

#8BAAB4
(139,170,180)
#95B1BA
(149,177,186)
#9FB8C0
(159,184,192)
#A9BFC6
(169,191,198)
#B3C6CC
(179,198,204)
#BDCDD2
(189,205,210)
#C7D4D8
(199,212,216)
#D1DBDE
(209,219,222)
#DBE2E4
(219,226,228)
#E5E9EA
(229,233,234)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BAAB4 color. Also use rgb(139,170,180) instead hex code.

Text Font Color

.myTextColor { color: #8BAAB4; }

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

This text font color is #8BAAB4.

Background Color

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

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

This div background color is #8BAAB4.

Border color

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

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

This div border color is #8BAAB4.

Opacity

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

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

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

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

This text has shadow with #8BAAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BAAB4.

Preview

Color preview on black background

This text has color #8BAAB4 on black background.


Color preview on white background

This text has color #8BAAB4 on white background.


Black color preview on #8BAAB4 background

This text has black color on #8BAAB4 background.


White color preview on #8BAAB4 background

This text has white color on #8BAAB4 background.


Related colors

Complementary color

Complementary color for #hex is #74554B.


I love getcolorcode.com

Triadic colors

1 #B48BAA and #AAB48B with #8BAAB4 are triadic colors.

2 #B4AA8B and #AA8BB4 with #8BAAB4 are triadic colors.