COLOR #8AB585

HEX: #8AB585
RGB: (138,181,133)

Color info

#8AB585 contains red, green and blue colors in about the same proportion. Web safe color of #8AB585 is #99CC99 (or #9C9).

RGB color model

#8AB585 color RGB value is (138,181,133).

  • red value is 138;
  • green value is 181;
  • blue value is 133.
RGB:
(138,181,133)
(54%,71%,52%)

RGB channels and saturation

R 138 of 255 = 54%
G 181 of 255 = 71%
B 133 of 255 = 52%

138
181
133

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

Portions of RGB colors in percentages

R + G + B =
138 + 181 + 133 = 452 (100%)
R 138 of 452 ~ 30.53%
G 181 of 452 ~ 40.04%
B 133 of 452 ~ 29.42%

%30.53
%40.04
%29.42

CMYK color model

#8AB585 color CMYK value is (24,0,27,29).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 29.02%
CMYK:
(24,0,27,29)
C24M0Y27K29 
(24%,0%,27%,29%)
(0.24/0.00/0.27/0.29)	

CMYK percentages

%23.76
%0
%26.52
%29.02

Codes

Color #8AB585 in popluar color models

8AB585
RGB138181133
HSL114°24.49%61.57%
HSB/HSV114°26.52%70.98%
CMYK23.76%0.00%26.52%
29.02%

Color #8AB585 in popluar number systems.

HEX8AB585
Decimal138181133
Binary100010101011010110000101
Octal212265205

Shades and tints

Shades of #8AB585

#8AB585
(138,181,133)
#7EA579
(126,165,121)
#72956D
(114,149,109)
#668561
(102,133,97)
#5A7555
(90,117,85)
#4E6549
(78,101,73)
#42553D
(66,85,61)
#364531
(54,69,49)
#2A3525
(42,53,37)
#1E2519
(30,37,25)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #8AB585

#8AB585
(138,181,133)
#94BB90
(148,187,144)
#9EC19B
(158,193,155)
#A8C7A6
(168,199,166)
#B2CDB1
(178,205,177)
#BCD3BC
(188,211,188)
#C6D9C7
(198,217,199)
#D0DFD2
(208,223,210)
#DAE5DD
(218,229,221)
#E4EBE8
(228,235,232)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB585 color. Also use rgb(138,181,133) instead hex code.

Text Font Color

.myTextColor { color: #8AB585; }

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

This text font color is #8AB585.


Background Color

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

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

This div background color is #8AB585.


Border color

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

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

This div border color is #8AB585.


Opacity

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

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

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

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

This text has shadow with #8AB585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB585 on black background.


Color preview on white background

This text has color #8AB585 on white background.



Black color preview on #8AB585 background

This text has black color on #8AB585 background.


White color preview on #8AB585 background

This text has white color on #8AB585 background.