COLOR #8ABDB4

HEX: #8ABDB4
RGB: (138,189,180)

Color info

#8ABDB4 contains red, green and blue colors in about the same proportion. Web safe color of #8ABDB4 is #99CCCC (or #9CC).

RGB color model

#8ABDB4 color RGB value is (138,189,180).

  • red value is 138;
  • green value is 189;
  • blue value is 180.
RGB:
(138,189,180)
(54%,74%,71%)

RGB channels and saturation

R 138 of 255 = 54%
G 189 of 255 = 74%
B 180 of 255 = 71%

138
189
180

R + G + B ~ 66%. #8ABDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 189 + 180 = 507 (100%)
R 138 of 507 ~ 27.22%
G 189 of 507 ~ 37.28%
B 180 of 507 ~ 35.5%

%27.22
%37.28
%35.5

CMYK color model

#8ABDB4 color CMYK value is (27,0,5,26).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK:
(27,0,5,26)
C27M0Y5K26 
(27%,0%,5%,26%)
(0.27/0.00/0.05/0.26)	

CMYK percentages

%26.98
%0
%4.76
%25.88

Codes

Color #8ABDB4 in popluar color models

8ABDB4
RGB138189180
HSL169°27.87%64.12%
HSB/HSV169°26.98%74.12%
CMYK26.98%0.00%4.76%
25.88%

Color #8ABDB4 in popluar number systems.

HEX8ABDB4
Decimal138189180
Binary100010101011110110110100
Octal212275264

Shades and tints

Shades of #8ABDB4

#8ABDB4
(138,189,180)
#7EACA4
(126,172,164)
#729B94
(114,155,148)
#668A84
(102,138,132)
#5A7974
(90,121,116)
#4E6864
(78,104,100)
#425754
(66,87,84)
#364644
(54,70,68)
#2A3534
(42,53,52)
#1E2424
(30,36,36)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #8ABDB4

#8ABDB4
(138,189,180)
#94C3BA
(148,195,186)
#9EC9C0
(158,201,192)
#A8CFC6
(168,207,198)
#B2D5CC
(178,213,204)
#BCDBD2
(188,219,210)
#C6E1D8
(198,225,216)
#D0E7DE
(208,231,222)
#DAEDE4
(218,237,228)
#E4F3EA
(228,243,234)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABDB4 color. Also use rgb(138,189,180) instead hex code.

Text Font Color

.myTextColor { color: #8ABDB4; }

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

This text font color is #8ABDB4.


Background Color

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

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

This div background color is #8ABDB4.


Border color

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

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

This div border color is #8ABDB4.


Opacity

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

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

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

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

This text has shadow with #8ABDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABDB4 on black background.


Color preview on white background

This text has color #8ABDB4 on white background.



Black color preview on #8ABDB4 background

This text has black color on #8ABDB4 background.


White color preview on #8ABDB4 background

This text has white color on #8ABDB4 background.