COLOR #8BAE88

HEX: #8BAE88
RGB: (139,174,136)

Color info

#8BAE88 contains red, green and blue colors in about the same proportion. Web safe color of #8BAE88 is #999999 (or #999).

RGB color model

#8BAE88 color RGB value is (139,174,136).

  • red value is 139;
  • green value is 174;
  • blue value is 136.
RGB:
(139,174,136)
(55%,68%,53%)

RGB channels and saturation

R 139 of 255 = 55%
G 174 of 255 = 68%
B 136 of 255 = 53%

139
174
136

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

Portions of RGB colors in percentages

R + G + B =
139 + 174 + 136 = 449 (100%)
R 139 of 449 ~ 30.96%
G 174 of 449 ~ 38.75%
B 136 of 449 ~ 30.29%

%30.96
%38.75
%30.29

CMYK color model

#8BAE88 color CMYK value is (20,0,22,32).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 21.84%
  • key color value is 31.76%
CMYK:
(20,0,22,32)
C20M0Y22K32 
(20%,0%,22%,32%)
(0.20/0.00/0.22/0.32)	

CMYK percentages

%20.11
%0
%21.84
%31.76

Codes

Color #8BAE88 in popluar color models

8BAE88
RGB139174136
HSL115°19.00%60.78%
HSB/HSV115°21.84%68.24%
CMYK20.11%0.00%21.84%
31.76%

Color #8BAE88 in popluar number systems.

HEX8BAE88
Decimal139174136
Binary100010111010111010001000
Octal213256210

Shades and tints

Shades of #8BAE88

#8BAE88
(139,174,136)
#7F9F7C
(127,159,124)
#739070
(115,144,112)
#678164
(103,129,100)
#5B7258
(91,114,88)
#4F634C
(79,99,76)
#435440
(67,84,64)
#374534
(55,69,52)
#2B3628
(43,54,40)
#1F271C
(31,39,28)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #8BAE88

#8BAE88
(139,174,136)
#95B592
(149,181,146)
#9FBC9C
(159,188,156)
#A9C3A6
(169,195,166)
#B3CAB0
(179,202,176)
#BDD1BA
(189,209,186)
#C7D8C4
(199,216,196)
#D1DFCE
(209,223,206)
#DBE6D8
(219,230,216)
#E5EDE2
(229,237,226)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BAE88 color. Also use rgb(139,174,136) instead hex code.

Text Font Color

.myTextColor { color: #8BAE88; }

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

This text font color is #8BAE88.


Background Color

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

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

This div background color is #8BAE88.


Border color

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

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

This div border color is #8BAE88.


Opacity

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

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

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

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

This text has shadow with #8BAE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BAE88 on black background.


Color preview on white background

This text has color #8BAE88 on white background.



Black color preview on #8BAE88 background

This text has black color on #8BAE88 background.


White color preview on #8BAE88 background

This text has white color on #8BAE88 background.