COLOR #8ABB88

HEX: #8ABB88
RGB: (138,187,136)

Color info

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

RGB color model

#8ABB88 color RGB value is (138,187,136).

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

RGB channels and saturation

R 138 of 255 = 54%
G 187 of 255 = 73%
B 136 of 255 = 53%

138
187
136

R + G + B ~ 60%. #8ABB88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 187 + 136 = 461 (100%)
R 138 of 461 ~ 29.93%
G 187 of 461 ~ 40.56%
B 136 of 461 ~ 29.5%

%29.93
%40.56
%29.5

CMYK color model

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

  • cyan value is 26.20%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK:
(26,0,27,27)
C26M0Y27K27 
(26%,0%,27%,27%)
(0.26/0.00/0.27/0.27)	

CMYK percentages

%26.2
%0
%27.27
%26.67

Codes

Color #8ABB88 in popluar color models

8ABB88
RGB138187136
HSL118°27.27%63.33%
HSB/HSV118°27.27%73.33%
CMYK26.20%0.00%27.27%
26.67%

Color #8ABB88 in popluar number systems.

HEX8ABB88
Decimal138187136
Binary100010101011101110001000
Octal212273210

Shades and tints

Shades of #8ABB88

#8ABB88
(138,187,136)
#7EAA7C
(126,170,124)
#729970
(114,153,112)
#668864
(102,136,100)
#5A7758
(90,119,88)
#4E664C
(78,102,76)
#425540
(66,85,64)
#364434
(54,68,52)
#2A3328
(42,51,40)
#1E221C
(30,34,28)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #8ABB88

#8ABB88
(138,187,136)
#94C192
(148,193,146)
#9EC79C
(158,199,156)
#A8CDA6
(168,205,166)
#B2D3B0
(178,211,176)
#BCD9BA
(188,217,186)
#C6DFC4
(198,223,196)
#D0E5CE
(208,229,206)
#DAEBD8
(218,235,216)
#E4F1E2
(228,241,226)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABB88; }

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

This text font color is #8ABB88.


Background Color

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

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

This div background color is #8ABB88.


Border color

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

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

This div border color is #8ABB88.


Opacity

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

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

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

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

This text has shadow with #8ABB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABB88 on black background.


Color preview on white background

This text has color #8ABB88 on white background.



Black color preview on #8ABB88 background

This text has black color on #8ABB88 background.


White color preview on #8ABB88 background

This text has white color on #8ABB88 background.