COLOR #8ABBAF

HEX: #8ABBAF
RGB: (138,187,175)

Color info

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

RGB color model

#8ABBAF color RGB value is (138,187,175).

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

RGB channels and saturation

R 138 of 255 = 54%
G 187 of 255 = 73%
B 175 of 255 = 69%

138
187
175

R + G + B ~ 65%. #8ABBAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 187 + 175 = 500 (100%)
R 138 of 500 ~ 27.6%
G 187 of 500 ~ 37.4%
B 175 of 500 ~ 35%

%27.6
%37.4
%35

CMYK color model

#8ABBAF color CMYK value is (26,0,6,27).

  • cyan value is 26.20%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 26.67%
CMYK:
(26,0,6,27)
C26M0Y6K27 
(26%,0%,6%,27%)
(0.26/0.00/0.06/0.27)	

CMYK percentages

%26.2
%0
%6.42
%26.67

Codes

Color #8ABBAF in popluar color models

8ABBAF
RGB138187175
HSL165°26.49%63.73%
HSB/HSV165°26.20%73.33%
CMYK26.20%0.00%6.42%
26.67%

Color #8ABBAF in popluar number systems.

HEX8ABBAF
Decimal138187175
Binary100010101011101110101111
Octal212273257

Shades and tints

Shades of #8ABBAF

#8ABBAF
(138,187,175)
#7EAAA0
(126,170,160)
#729991
(114,153,145)
#668882
(102,136,130)
#5A7773
(90,119,115)
#4E6664
(78,102,100)
#425555
(66,85,85)
#364446
(54,68,70)
#2A3337
(42,51,55)
#1E2228
(30,34,40)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #8ABBAF

#8ABBAF
(138,187,175)
#94C1B6
(148,193,182)
#9EC7BD
(158,199,189)
#A8CDC4
(168,205,196)
#B2D3CB
(178,211,203)
#BCD9D2
(188,217,210)
#C6DFD9
(198,223,217)
#D0E5E0
(208,229,224)
#DAEBE7
(218,235,231)
#E4F1EE
(228,241,238)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABBAF; }

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

This text font color is #8ABBAF.


Background Color

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

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

This div background color is #8ABBAF.


Border color

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

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

This div border color is #8ABBAF.


Opacity

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

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

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

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

This text has shadow with #8ABBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABBAF on black background.


Color preview on white background

This text has color #8ABBAF on white background.



Black color preview on #8ABBAF background

This text has black color on #8ABBAF background.


White color preview on #8ABBAF background

This text has white color on #8ABBAF background.