COLOR #8AB291

HEX: #8AB291
RGB: (138,178,145)

Color info

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

RGB color model

#8AB291 color RGB value is (138,178,145).

  • red value is 138;
  • green value is 178;
  • blue value is 145.
RGB:
(138,178,145)
(54%,70%,57%)

RGB channels and saturation

R 138 of 255 = 54%
G 178 of 255 = 70%
B 145 of 255 = 57%

138
178
145

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

Portions of RGB colors in percentages

R + G + B =
138 + 178 + 145 = 461 (100%)
R 138 of 461 ~ 29.93%
G 178 of 461 ~ 38.61%
B 145 of 461 ~ 31.45%

%29.93
%38.61
%31.45

CMYK color model

#8AB291 color CMYK value is (22,0,19,30).

  • cyan value is 22.47%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%
CMYK:
(22,0,19,30)
C22M0Y19K30 
(22%,0%,19%,30%)
(0.22/0.00/0.19/0.30)	

CMYK percentages

%22.47
%0
%18.54
%30.2

Codes

Color #8AB291 in popluar color models

8AB291
RGB138178145
HSL131°20.62%61.96%
HSB/HSV131°22.47%69.80%
CMYK22.47%0.00%18.54%
30.20%

Color #8AB291 in popluar number systems.

HEX8AB291
Decimal138178145
Binary100010101011001010010001
Octal212262221

Shades and tints

Shades of #8AB291

#8AB291
(138,178,145)
#7EA284
(126,162,132)
#729277
(114,146,119)
#66826A
(102,130,106)
#5A725D
(90,114,93)
#4E6250
(78,98,80)
#425243
(66,82,67)
#364236
(54,66,54)
#2A3229
(42,50,41)
#1E221C
(30,34,28)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8AB291

#8AB291
(138,178,145)
#94B99B
(148,185,155)
#9EC0A5
(158,192,165)
#A8C7AF
(168,199,175)
#B2CEB9
(178,206,185)
#BCD5C3
(188,213,195)
#C6DCCD
(198,220,205)
#D0E3D7
(208,227,215)
#DAEAE1
(218,234,225)
#E4F1EB
(228,241,235)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB291 color. Also use rgb(138,178,145) instead hex code.

Text Font Color

.myTextColor { color: #8AB291; }

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

This text font color is #8AB291.


Background Color

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

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

This div background color is #8AB291.


Border color

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

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

This div border color is #8AB291.


Opacity

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

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

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

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

This text has shadow with #8AB291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB291 on black background.


Color preview on white background

This text has color #8AB291 on white background.



Black color preview on #8AB291 background

This text has black color on #8AB291 background.


White color preview on #8AB291 background

This text has white color on #8AB291 background.