COLOR #8BAE99

HEX: #8BAE99
RGB: (139,174,153)

Color info

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

RGB color model

#8BAE99 color RGB value is (139,174,153).

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

RGB channels and saturation

R 139 of 255 = 55%
G 174 of 255 = 68%
B 153 of 255 = 60%

139
174
153

R + G + B ~ 61%. #8BAE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 174 + 153 = 466 (100%)
R 139 of 466 ~ 29.83%
G 174 of 466 ~ 37.34%
B 153 of 466 ~ 32.83%

%29.83
%37.34
%32.83

CMYK color model

#8BAE99 color CMYK value is (20,0,12,32).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK:
(20,0,12,32)
C20M0Y12K32 
(20%,0%,12%,32%)
(0.20/0.00/0.12/0.32)	

CMYK percentages

%20.11
%0
%12.07
%31.76

Codes

Color #8BAE99 in popluar color models

8BAE99
RGB139174153
HSL144°17.77%61.37%
HSB/HSV144°20.11%68.24%
CMYK20.11%0.00%12.07%
31.76%

Color #8BAE99 in popluar number systems.

HEX8BAE99
Decimal139174153
Binary100010111010111010011001
Octal213256231

Shades and tints

Shades of #8BAE99

#8BAE99
(139,174,153)
#7F9F8C
(127,159,140)
#73907F
(115,144,127)
#678172
(103,129,114)
#5B7265
(91,114,101)
#4F6358
(79,99,88)
#43544B
(67,84,75)
#37453E
(55,69,62)
#2B3631
(43,54,49)
#1F2724
(31,39,36)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #8BAE99

#8BAE99
(139,174,153)
#95B5A2
(149,181,162)
#9FBCAB
(159,188,171)
#A9C3B4
(169,195,180)
#B3CABD
(179,202,189)
#BDD1C6
(189,209,198)
#C7D8CF
(199,216,207)
#D1DFD8
(209,223,216)
#DBE6E1
(219,230,225)
#E5EDEA
(229,237,234)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BAE99; }

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

This text font color is #8BAE99.


Background Color

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

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

This div background color is #8BAE99.


Border color

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

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

This div border color is #8BAE99.


Opacity

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

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

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

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

This text has shadow with #8BAE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BAE99 on black background.


Color preview on white background

This text has color #8BAE99 on white background.



Black color preview on #8BAE99 background

This text has black color on #8BAE99 background.


White color preview on #8BAE99 background

This text has white color on #8BAE99 background.