COLOR #8ABFCD

HEX: #8ABFCD
RGB: (138,191,205)

Color info

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

RGB color model

#8ABFCD color RGB value is (138,191,205).

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

RGB channels and saturation

R 138 of 255 = 54%
G 191 of 255 = 75%
B 205 of 255 = 80%

138
191
205

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

Portions of RGB colors in percentages

R + G + B =
138 + 191 + 205 = 534 (100%)
R 138 of 534 ~ 25.84%
G 191 of 534 ~ 35.77%
B 205 of 534 ~ 38.39%

%25.84
%35.77
%38.39

CMYK color model

#8ABFCD color CMYK value is (33,7,0,20).

  • cyan value is 32.68%
  • magenta value is 6.83%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(33,7,0,20)
C33M7Y0K20 
(33%,7%,0%,20%)
(0.33/0.07/0.00/0.20)	

CMYK percentages

%32.68
%6.83
%0
%19.61

Codes

Color #8ABFCD in popluar color models

8ABFCD
RGB138191205
HSL193°40.12%67.25%
HSB/HSV193°32.68%80.39%
CMYK32.68%6.83%0.00%
19.61%

Color #8ABFCD in popluar number systems.

HEX8ABFCD
Decimal138191205
Binary100010101011111111001101
Octal212277315

Shades and tints

Shades of #8ABFCD

#8ABFCD
(138,191,205)
#7EAEBB
(126,174,187)
#729DA9
(114,157,169)
#668C97
(102,140,151)
#5A7B85
(90,123,133)
#4E6A73
(78,106,115)
#425961
(66,89,97)
#36484F
(54,72,79)
#2A373D
(42,55,61)
#1E262B
(30,38,43)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #8ABFCD

#8ABFCD
(138,191,205)
#94C4D1
(148,196,209)
#9EC9D5
(158,201,213)
#A8CED9
(168,206,217)
#B2D3DD
(178,211,221)
#BCD8E1
(188,216,225)
#C6DDE5
(198,221,229)
#D0E2E9
(208,226,233)
#DAE7ED
(218,231,237)
#E4ECF1
(228,236,241)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABFCD; }

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

This text font color is #8ABFCD.


Background Color

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

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

This div background color is #8ABFCD.


Border color

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

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

This div border color is #8ABFCD.


Opacity

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

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

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

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

This text has shadow with #8ABFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABFCD on black background.


Color preview on white background

This text has color #8ABFCD on white background.



Black color preview on #8ABFCD background

This text has black color on #8ABFCD background.


White color preview on #8ABFCD background

This text has white color on #8ABFCD background.