COLOR #8AC096

HEX: #8AC096 RGB: (138,192,150)

Color info

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

RGB color model

#8AC096 color RGB value is (138,192,150).

RGB: (138,192,150) (54%, 75%, 59%)

RGB channels and saturation

R 138 of 255 = 54%
G 192 of 255 = 75%
B 150 of 255 = 59%

138
192
150

R + G + B ~ 63%. #8AC096 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 192 + 150 = 480 (100%)
R 138 of 480 ~ 28.75%
G 192 of 480 ~ 40%
B 150 of 480 ~ 31.25'%

%28.75
%40
%31.25

CMYK color model

#8AC096 color CMYK value is (28,0,22,25).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 24.71%

CMYK: (28,0,22,25)
C28M0Y22K25 (28%, 0%, 22%, 25%)
(0.28 / 0.00 / 0.22 / 0.25)

CMYK percentages

%28.13
%0
%21.88
%24.71

Codes

Color #8AC096 in popluar color models

8A C0 96
RGB 138 192 150
HSL 133° 30.00% 64.71%
HSB/HSV 133° 28.13% 75.29%
CMYK 28.13% 0.00% 21.88%
24.71%

Color #8AC096 in popluar number systems.

HEX 8A C0 96
Decimal 138 192 150
Binary 10001010 11000000 10010110
Octal 212 300 226

Shades and tints

Shades of #8AC096

#8AC096
(138,192,150)
#7EAF89
(126,175,137)
#729E7C
(114,158,124)
#668D6F
(102,141,111)
#5A7C62
(90,124,98)
#4E6B55
(78,107,85)
#425A48
(66,90,72)
#36493B
(54,73,59)
#2A382E
(42,56,46)
#1E2721
(30,39,33)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #8AC096

#8AC096
(138,192,150)
#94C59F
(148,197,159)
#9ECAA8
(158,202,168)
#A8CFB1
(168,207,177)
#B2D4BA
(178,212,186)
#BCD9C3
(188,217,195)
#C6DECC
(198,222,204)
#D0E3D5
(208,227,213)
#DAE8DE
(218,232,222)
#E4EDE7
(228,237,231)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC096 color. Also use rgb(138,192,150) instead hex code.

Text Font Color

.myTextColor { color: #8AC096; }

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

This text font color is #8AC096.

Background Color

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

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

This div background color is #8AC096.

Border color

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

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

This div border color is #8AC096.

Opacity

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

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

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

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

This text has shadow with #8AC096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AC096.

Preview

Color preview on black background

This text has color #8AC096 on black background.


Color preview on white background

This text has color #8AC096 on white background.


Black color preview on #8AC096 background

This text has black color on #8AC096 background.


White color preview on #8AC096 background

This text has white color on #8AC096 background.


Related colors

Complementary color

Complementary color for #hex is #753F69.


I love getcolorcode.com

Triadic colors

1 #968AC0 and #C0968A with #8AC096 are triadic colors.

2 #96C08A and #C08A96 with #8AC096 are triadic colors.