COLOR #8BAE94

HEX: #8BAE94 RGB: (139,174,148)

Color info

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

RGB color model

#8BAE94 color RGB value is (139,174,148).

RGB: (139,174,148) (55%, 68%, 58%)

RGB channels and saturation

R 139 of 255 = 55%
G 174 of 255 = 68%
B 148 of 255 = 58%

139
174
148

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

Portions of RGB colors in percentages

R + G + B = 139 + 174 + 148 = 461 (100%)
R 139 of 461 ~ 30.15%
G 174 of 461 ~ 37.74%
B 148 of 461 ~ 32.1'%

%30.15
%37.74
%32.1

CMYK color model

#8BAE94 color CMYK value is (20,0,15,32).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 31.76%

CMYK: (20,0,15,32)
C20M0Y15K32 (20%, 0%, 15%, 32%)
(0.20 / 0.00 / 0.15 / 0.32)

CMYK percentages

%20.11
%0
%14.94
%31.76

Codes

Color #8BAE94 in popluar color models

8B AE 94
RGB 139 174 148
HSL 135° 17.77% 61.37%
HSB/HSV 135° 20.11% 68.24%
CMYK 20.11% 0.00% 14.94%
31.76%

Color #8BAE94 in popluar number systems.

HEX 8B AE 94
Decimal 139 174 148
Binary 10001011 10101110 10010100
Octal 213 256 224

Shades and tints

Shades of #8BAE94

#8BAE94
(139,174,148)
#7F9F87
(127,159,135)
#73907A
(115,144,122)
#67816D
(103,129,109)
#5B7260
(91,114,96)
#4F6353
(79,99,83)
#435446
(67,84,70)
#374539
(55,69,57)
#2B362C
(43,54,44)
#1F271F
(31,39,31)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #8BAE94

#8BAE94
(139,174,148)
#95B59D
(149,181,157)
#9FBCA6
(159,188,166)
#A9C3AF
(169,195,175)
#B3CAB8
(179,202,184)
#BDD1C1
(189,209,193)
#C7D8CA
(199,216,202)
#D1DFD3
(209,223,211)
#DBE6DC
(219,230,220)
#E5EDE5
(229,237,229)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BAE94; }

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

This text font color is #8BAE94.

Background Color

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

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

This div background color is #8BAE94.

Border color

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

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

This div border color is #8BAE94.

Opacity

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

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

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

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

This text has shadow with #8BAE94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BAE94.

Preview

Color preview on black background

This text has color #8BAE94 on black background.


Color preview on white background

This text has color #8BAE94 on white background.


Black color preview on #8BAE94 background

This text has black color on #8BAE94 background.


White color preview on #8BAE94 background

This text has white color on #8BAE94 background.


Related colors

Complementary color

Complementary color for #hex is #74516B.


I love getcolorcode.com

Triadic colors

1 #948BAE and #AE948B with #8BAE94 are triadic colors.

2 #94AE8B and #AE8B94 with #8BAE94 are triadic colors.