COLOR #8AB180

HEX: #8AB180
RGB: (138,177,128)

Color info

#8AB180 contains red, green and blue colors in about the same proportion. Web safe color of #8AB180 is #999966 (or #996).

RGB color model

#8AB180 color RGB value is (138,177,128).

  • red value is 138;
  • green value is 177;
  • blue value is 128.
RGB:
(138,177,128)
(54%,69%,50%)

RGB channels and saturation

R 138 of 255 = 54%
G 177 of 255 = 69%
B 128 of 255 = 50%

138
177
128

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

Portions of RGB colors in percentages

R + G + B =
138 + 177 + 128 = 443 (100%)
R 138 of 443 ~ 31.15%
G 177 of 443 ~ 39.95%
B 128 of 443 ~ 28.89%

%31.15
%39.95
%28.89

CMYK color model

#8AB180 color CMYK value is (22,0,28,31).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 27.68%
  • key color value is 30.59%
CMYK:
(22,0,28,31)
C22M0Y28K31 
(22%,0%,28%,31%)
(0.22/0.00/0.28/0.31)	

CMYK percentages

%22.03
%0
%27.68
%30.59

Codes

Color #8AB180 in popluar color models

8AB180
RGB138177128
HSL108°23.90%59.80%
HSB/HSV108°27.68%69.41%
CMYK22.03%0.00%27.68%
30.59%

Color #8AB180 in popluar number systems.

HEX8AB180
Decimal138177128
Binary100010101011000110000000
Octal212261200

Shades and tints

Shades of #8AB180

#8AB180
(138,177,128)
#7EA175
(126,161,117)
#72916A
(114,145,106)
#66815F
(102,129,95)
#5A7154
(90,113,84)
#4E6149
(78,97,73)
#42513E
(66,81,62)
#364133
(54,65,51)
#2A3128
(42,49,40)
#1E211D
(30,33,29)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8AB180

#8AB180
(138,177,128)
#94B88B
(148,184,139)
#9EBF96
(158,191,150)
#A8C6A1
(168,198,161)
#B2CDAC
(178,205,172)
#BCD4B7
(188,212,183)
#C6DBC2
(198,219,194)
#D0E2CD
(208,226,205)
#DAE9D8
(218,233,216)
#E4F0E3
(228,240,227)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB180 color. Also use rgb(138,177,128) instead hex code.

Text Font Color

.myTextColor { color: #8AB180; }

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

This text font color is #8AB180.


Background Color

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

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

This div background color is #8AB180.


Border color

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

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

This div border color is #8AB180.


Opacity

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

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

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

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

This text has shadow with #8AB180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB180 on black background.


Color preview on white background

This text has color #8AB180 on white background.



Black color preview on #8AB180 background

This text has black color on #8AB180 background.


White color preview on #8AB180 background

This text has white color on #8AB180 background.