COLOR #8ABEBB

HEX: #8ABEBB
RGB: (138,190,187)

Color info

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

RGB color model

#8ABEBB color RGB value is (138,190,187).

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

RGB channels and saturation

R 138 of 255 = 54%
G 190 of 255 = 75%
B 187 of 255 = 73%

138
190
187

R + G + B ~ 67%. #8ABEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 190 + 187 = 515 (100%)
R 138 of 515 ~ 26.8%
G 190 of 515 ~ 36.89%
B 187 of 515 ~ 36.31%

%26.8
%36.89
%36.31

CMYK color model

#8ABEBB color CMYK value is (27,0,2,25).

  • cyan value is 27.37%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(27,0,2,25)
C27M0Y2K25 
(27%,0%,2%,25%)
(0.27/0.00/0.02/0.25)	

CMYK percentages

%27.37
%0
%1.58
%25.49

Codes

Color #8ABEBB in popluar color models

8ABEBB
RGB138190187
HSL177°28.57%64.31%
HSB/HSV177°27.37%74.51%
CMYK27.37%0.00%1.58%
25.49%

Color #8ABEBB in popluar number systems.

HEX8ABEBB
Decimal138190187
Binary100010101011111010111011
Octal212276273

Shades and tints

Shades of #8ABEBB

#8ABEBB
(138,190,187)
#7EADAA
(126,173,170)
#729C99
(114,156,153)
#668B88
(102,139,136)
#5A7A77
(90,122,119)
#4E6966
(78,105,102)
#425855
(66,88,85)
#364744
(54,71,68)
#2A3633
(42,54,51)
#1E2522
(30,37,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #8ABEBB

#8ABEBB
(138,190,187)
#94C3C1
(148,195,193)
#9EC8C7
(158,200,199)
#A8CDCD
(168,205,205)
#B2D2D3
(178,210,211)
#BCD7D9
(188,215,217)
#C6DCDF
(198,220,223)
#D0E1E5
(208,225,229)
#DAE6EB
(218,230,235)
#E4EBF1
(228,235,241)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABEBB; }

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

This text font color is #8ABEBB.


Background Color

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

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

This div background color is #8ABEBB.


Border color

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

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

This div border color is #8ABEBB.


Opacity

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

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

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

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

This text has shadow with #8ABEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABEBB on black background.


Color preview on white background

This text has color #8ABEBB on white background.



Black color preview on #8ABEBB background

This text has black color on #8ABEBB background.


White color preview on #8ABEBB background

This text has white color on #8ABEBB background.