COLOR #8ABFDC

HEX: #8ABFDC
RGB: (138,191,220)

Color info

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

RGB color model

#8ABFDC color RGB value is (138,191,220).

  • red value is 138;
  • green value is 191;
  • blue value is 220.
RGB:
(138,191,220)
(54%,75%,86%)

RGB channels and saturation

R 138 of 255 = 54%
G 191 of 255 = 75%
B 220 of 255 = 86%

138
191
220

R + G + B ~ 72%. #8ABFDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 191 + 220 = 549 (100%)
R 138 of 549 ~ 25.14%
G 191 of 549 ~ 34.79%
B 220 of 549 ~ 40.07%

%25.14
%34.79
%40.07

CMYK color model

#8ABFDC color CMYK value is (37,13,0,14).

  • cyan value is 37.27%
  • magenta value is 13.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(37,13,0,14)
C37M13Y0K14 
(37%,13%,0%,14%)
(0.37/0.13/0.00/0.14)	

CMYK percentages

%37.27
%13.18
%0
%13.73

Codes

Color #8ABFDC in popluar color models

8ABFDC
RGB138191220
HSL201°53.95%70.20%
HSB/HSV201°37.27%86.27%
CMYK37.27%13.18%0.00%
13.73%

Color #8ABFDC in popluar number systems.

HEX8ABFDC
Decimal138191220
Binary100010101011111111011100
Octal212277334

Shades and tints

Shades of #8ABFDC

#8ABFDC
(138,191,220)
#7EAEC8
(126,174,200)
#729DB4
(114,157,180)
#668CA0
(102,140,160)
#5A7B8C
(90,123,140)
#4E6A78
(78,106,120)
#425964
(66,89,100)
#364850
(54,72,80)
#2A373C
(42,55,60)
#1E2628
(30,38,40)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #8ABFDC

#8ABFDC
(138,191,220)
#94C4DF
(148,196,223)
#9EC9E2
(158,201,226)
#A8CEE5
(168,206,229)
#B2D3E8
(178,211,232)
#BCD8EB
(188,216,235)
#C6DDEE
(198,221,238)
#D0E2F1
(208,226,241)
#DAE7F4
(218,231,244)
#E4ECF7
(228,236,247)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABFDC color. Also use rgb(138,191,220) instead hex code.

Text Font Color

.myTextColor { color: #8ABFDC; }

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

This text font color is #8ABFDC.


Background Color

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

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

This div background color is #8ABFDC.


Border color

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

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

This div border color is #8ABFDC.


Opacity

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

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

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

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

This text has shadow with #8ABFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABFDC on black background.


Color preview on white background

This text has color #8ABFDC on white background.



Black color preview on #8ABFDC background

This text has black color on #8ABFDC background.


White color preview on #8ABFDC background

This text has white color on #8ABFDC background.