COLOR #8ACB9E

HEX: #8ACB9E RGB: (138,203,158)

Color info

#8ACB9E contains mainly green and blue colors. Web safe color of #8ACB9E is #99CC99 (or #9C9).

RGB color model

#8ACB9E color RGB value is (138,203,158).

RGB: (138,203,158) (54%, 80%, 62%)

RGB channels and saturation

R 138 of 255 = 54%
G 203 of 255 = 80%
B 158 of 255 = 62%

138
203
158

R + G + B ~ 65%. #8ACB9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 203 + 158 = 499 (100%)
R 138 of 499 ~ 27.66%
G 203 of 499 ~ 40.68%
B 158 of 499 ~ 31.66'%

%27.66
%40.68
%31.66

CMYK color model

#8ACB9E color CMYK value is (32,0,22,20).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 20.39%
CMYK: (32,0,22,20) C32M0Y22K20 (32%,0%,22%,20%) (0.32/0.00/0.22/0.20) 

CMYK percentages

%32.02
%0
%22.17
%20.39

Codes

Color #8ACB9E in popluar color models

8A CB 9E
RGB 138 203 158
HSL 138° 38.46% 66.86%
HSB/HSV 138° 32.02% 79.61%
CMYK 32.02% 0.00% 22.17%
20.39%

Color #8ACB9E in popluar number systems.

HEX 8A CB 9E
Decimal 138 203 158
Binary 10001010 11001011 10011110
Octal 212 313 236

Shades and tints

Shades of #8ACB9E

#8ACB9E
(138,203,158)
#7EB990
(126,185,144)
#72A782
(114,167,130)
#669574
(102,149,116)
#5A8366
(90,131,102)
#4E7158
(78,113,88)
#425F4A
(66,95,74)
#364D3C
(54,77,60)
#2A3B2E
(42,59,46)
#1E2920
(30,41,32)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #8ACB9E

#8ACB9E
(138,203,158)
#94CFA6
(148,207,166)
#9ED3AE
(158,211,174)
#A8D7B6
(168,215,182)
#B2DBBE
(178,219,190)
#BCDFC6
(188,223,198)
#C6E3CE
(198,227,206)
#D0E7D6
(208,231,214)
#DAEBDE
(218,235,222)
#E4EFE6
(228,239,230)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACB9E color. Also use rgb(138,203,158) instead hex code.

Text Font Color

.myTextColor { color: #8ACB9E; }

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

This text font color is #8ACB9E.

Background Color

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

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

This div background color is #8ACB9E.

Border color

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

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

This div border color is #8ACB9E.

Opacity

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

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

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

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

This text has shadow with #8ACB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACB9E.

Preview

Color preview on black background

This text has color #8ACB9E on black background.


Color preview on white background

This text has color #8ACB9E on white background.


Black color preview on #8ACB9E background

This text has black color on #8ACB9E background.


White color preview on #8ACB9E background

This text has white color on #8ACB9E background.


Related colors

Complementary color

Complementary color for #hex is #753461.


I love getcolorcode.com

Triadic colors

1 #9E8ACB and #CB9E8A with #8ACB9E are triadic colors.

2 #9ECB8A and #CB8A9E with #8ACB9E are triadic colors.