COLOR #8ABFD7

HEX: #8ABFD7
RGB: (138,191,215)

Color info

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

RGB color model

#8ABFD7 color RGB value is (138,191,215).

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

RGB channels and saturation

R 138 of 255 = 54%
G 191 of 255 = 75%
B 215 of 255 = 84%

138
191
215

R + G + B ~ 71%. #8ABFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 191 + 215 = 544 (100%)
R 138 of 544 ~ 25.37%
G 191 of 544 ~ 35.11%
B 215 of 544 ~ 39.52%

%25.37
%35.11
%39.52

CMYK color model

#8ABFD7 color CMYK value is (36,11,0,16).

  • cyan value is 35.81%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(36,11,0,16)
C36M11Y0K16 
(36%,11%,0%,16%)
(0.36/0.11/0.00/0.16)	

CMYK percentages

%35.81
%11.16
%0
%15.69

Codes

Color #8ABFD7 in popluar color models

8ABFD7
RGB138191215
HSL199°49.04%69.22%
HSB/HSV199°35.81%84.31%
CMYK35.81%11.16%0.00%
15.69%

Color #8ABFD7 in popluar number systems.

HEX8ABFD7
Decimal138191215
Binary100010101011111111010111
Octal212277327

Shades and tints

Shades of #8ABFD7

#8ABFD7
(138,191,215)
#7EAEC4
(126,174,196)
#729DB1
(114,157,177)
#668C9E
(102,140,158)
#5A7B8B
(90,123,139)
#4E6A78
(78,106,120)
#425965
(66,89,101)
#364852
(54,72,82)
#2A373F
(42,55,63)
#1E262C
(30,38,44)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #8ABFD7

#8ABFD7
(138,191,215)
#94C4DA
(148,196,218)
#9EC9DD
(158,201,221)
#A8CEE0
(168,206,224)
#B2D3E3
(178,211,227)
#BCD8E6
(188,216,230)
#C6DDE9
(198,221,233)
#D0E2EC
(208,226,236)
#DAE7EF
(218,231,239)
#E4ECF2
(228,236,242)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABFD7; }

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

This text font color is #8ABFD7.


Background Color

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

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

This div background color is #8ABFD7.


Border color

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

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

This div border color is #8ABFD7.


Opacity

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

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

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

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

This text has shadow with #8ABFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABFD7 on black background.


Color preview on white background

This text has color #8ABFD7 on white background.



Black color preview on #8ABFD7 background

This text has black color on #8ABFD7 background.


White color preview on #8ABFD7 background

This text has white color on #8ABFD7 background.