COLOR #8ABBC6

HEX: #8ABBC6
RGB: (138,187,198)

Color info

#8ABBC6 contains mainly green and blue colors. Web safe color of #8ABBC6 is #99CCCC (or #9CC).

RGB color model

#8ABBC6 color RGB value is (138,187,198).

  • red value is 138;
  • green value is 187;
  • blue value is 198.
RGB:
(138,187,198)
(54%,73%,78%)

RGB channels and saturation

R 138 of 255 = 54%
G 187 of 255 = 73%
B 198 of 255 = 78%

138
187
198

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

Portions of RGB colors in percentages

R + G + B =
138 + 187 + 198 = 523 (100%)
R 138 of 523 ~ 26.39%
G 187 of 523 ~ 35.76%
B 198 of 523 ~ 37.86%

%26.39
%35.76
%37.86

CMYK color model

#8ABBC6 color CMYK value is (30,6,0,22).

  • cyan value is 30.30%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(30,6,0,22)
C30M6Y0K22 
(30%,6%,0%,22%)
(0.30/0.06/0.00/0.22)	

CMYK percentages

%30.3
%5.56
%0
%22.35

Codes

Color #8ABBC6 in popluar color models

8ABBC6
RGB138187198
HSL191°34.48%65.88%
HSB/HSV191°30.30%77.65%
CMYK30.30%5.56%0.00%
22.35%

Color #8ABBC6 in popluar number systems.

HEX8ABBC6
Decimal138187198
Binary100010101011101111000110
Octal212273306

Shades and tints

Shades of #8ABBC6

#8ABBC6
(138,187,198)
#7EAAB4
(126,170,180)
#7299A2
(114,153,162)
#668890
(102,136,144)
#5A777E
(90,119,126)
#4E666C
(78,102,108)
#42555A
(66,85,90)
#364448
(54,68,72)
#2A3336
(42,51,54)
#1E2224
(30,34,36)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8ABBC6

#8ABBC6
(138,187,198)
#94C1CB
(148,193,203)
#9EC7D0
(158,199,208)
#A8CDD5
(168,205,213)
#B2D3DA
(178,211,218)
#BCD9DF
(188,217,223)
#C6DFE4
(198,223,228)
#D0E5E9
(208,229,233)
#DAEBEE
(218,235,238)
#E4F1F3
(228,241,243)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABBC6 color. Also use rgb(138,187,198) instead hex code.

Text Font Color

.myTextColor { color: #8ABBC6; }

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

This text font color is #8ABBC6.


Background Color

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

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

This div background color is #8ABBC6.


Border color

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

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

This div border color is #8ABBC6.


Opacity

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

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

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

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

This text has shadow with #8ABBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABBC6 on black background.


Color preview on white background

This text has color #8ABBC6 on white background.



Black color preview on #8ABBC6 background

This text has black color on #8ABBC6 background.


White color preview on #8ABBC6 background

This text has white color on #8ABBC6 background.