COLOR #8ABBD6

HEX: #8ABBD6
RGB: (138,187,214)

Color info

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

RGB color model

#8ABBD6 color RGB value is (138,187,214).

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

RGB channels and saturation

R 138 of 255 = 54%
G 187 of 255 = 73%
B 214 of 255 = 84%

138
187
214

R + G + B ~ 70%. #8ABBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 187 + 214 = 539 (100%)
R 138 of 539 ~ 25.6%
G 187 of 539 ~ 34.69%
B 214 of 539 ~ 39.7%

%25.6
%34.69
%39.7

CMYK color model

#8ABBD6 color CMYK value is (36,13,0,16).

  • cyan value is 35.51%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(36,13,0,16)
C36M13Y0K16 
(36%,13%,0%,16%)
(0.36/0.13/0.00/0.16)	

CMYK percentages

%35.51
%12.62
%0
%16.08

Codes

Color #8ABBD6 in popluar color models

8ABBD6
RGB138187214
HSL201°48.10%69.02%
HSB/HSV201°35.51%83.92%
CMYK35.51%12.62%0.00%
16.08%

Color #8ABBD6 in popluar number systems.

HEX8ABBD6
Decimal138187214
Binary100010101011101111010110
Octal212273326

Shades and tints

Shades of #8ABBD6

#8ABBD6
(138,187,214)
#7EAAC3
(126,170,195)
#7299B0
(114,153,176)
#66889D
(102,136,157)
#5A778A
(90,119,138)
#4E6677
(78,102,119)
#425564
(66,85,100)
#364451
(54,68,81)
#2A333E
(42,51,62)
#1E222B
(30,34,43)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #8ABBD6

#8ABBD6
(138,187,214)
#94C1D9
(148,193,217)
#9EC7DC
(158,199,220)
#A8CDDF
(168,205,223)
#B2D3E2
(178,211,226)
#BCD9E5
(188,217,229)
#C6DFE8
(198,223,232)
#D0E5EB
(208,229,235)
#DAEBEE
(218,235,238)
#E4F1F1
(228,241,241)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABBD6; }

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

This text font color is #8ABBD6.


Background Color

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

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

This div background color is #8ABBD6.


Border color

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

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

This div border color is #8ABBD6.


Opacity

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

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

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

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

This text has shadow with #8ABBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABBD6 on black background.


Color preview on white background

This text has color #8ABBD6 on white background.



Black color preview on #8ABBD6 background

This text has black color on #8ABBD6 background.


White color preview on #8ABBD6 background

This text has white color on #8ABBD6 background.