COLOR #8AB2BA

HEX: #8AB2BA
RGB: (138,178,186)

Color info

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

RGB color model

#8AB2BA color RGB value is (138,178,186).

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

RGB channels and saturation

R 138 of 255 = 54%
G 178 of 255 = 70%
B 186 of 255 = 73%

138
178
186

R + G + B ~ 66%. #8AB2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 178 + 186 = 502 (100%)
R 138 of 502 ~ 27.49%
G 178 of 502 ~ 35.46%
B 186 of 502 ~ 37.05%

%27.49
%35.46
%37.05

CMYK color model

#8AB2BA color CMYK value is (26,4,0,27).

  • cyan value is 25.81%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(26,4,0,27)
C26M4Y0K27 
(26%,4%,0%,27%)
(0.26/0.04/0.00/0.27)	

CMYK percentages

%25.81
%4.3
%0
%27.06

Codes

Color #8AB2BA in popluar color models

8AB2BA
RGB138178186
HSL190°25.81%63.53%
HSB/HSV190°25.81%72.94%
CMYK25.81%4.30%0.00%
27.06%

Color #8AB2BA in popluar number systems.

HEX8AB2BA
Decimal138178186
Binary100010101011001010111010
Octal212262272

Shades and tints

Shades of #8AB2BA

#8AB2BA
(138,178,186)
#7EA2AA
(126,162,170)
#72929A
(114,146,154)
#66828A
(102,130,138)
#5A727A
(90,114,122)
#4E626A
(78,98,106)
#42525A
(66,82,90)
#36424A
(54,66,74)
#2A323A
(42,50,58)
#1E222A
(30,34,42)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #8AB2BA

#8AB2BA
(138,178,186)
#94B9C0
(148,185,192)
#9EC0C6
(158,192,198)
#A8C7CC
(168,199,204)
#B2CED2
(178,206,210)
#BCD5D8
(188,213,216)
#C6DCDE
(198,220,222)
#D0E3E4
(208,227,228)
#DAEAEA
(218,234,234)
#E4F1F0
(228,241,240)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB2BA; }

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

This text font color is #8AB2BA.


Background Color

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

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

This div background color is #8AB2BA.


Border color

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

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

This div border color is #8AB2BA.


Opacity

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

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

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

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

This text has shadow with #8AB2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB2BA on black background.


Color preview on white background

This text has color #8AB2BA on white background.



Black color preview on #8AB2BA background

This text has black color on #8AB2BA background.


White color preview on #8AB2BA background

This text has white color on #8AB2BA background.