COLOR #8AC4A3

HEX: #8AC4A3 RGB: (138,196,163)

Color info

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

RGB color model

#8AC4A3 color RGB value is (138,196,163).

RGB: (138,196,163) (54%, 77%, 64%)

RGB channels and saturation

R 138 of 255 = 54%
G 196 of 255 = 77%
B 163 of 255 = 64%

138
196
163

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

Portions of RGB colors in percentages

R + G + B = 138 + 196 + 163 = 497 (100%)
R 138 of 497 ~ 27.77%
G 196 of 497 ~ 39.44%
B 163 of 497 ~ 32.8'%

%27.77
%39.44
%32.8

CMYK color model

#8AC4A3 color CMYK value is (30,0,17,23).

  • cyan value is 29.59%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 23.14%

CMYK: (30,0,17,23)
C30M0Y17K23 (30%, 0%, 17%, 23%)
(0.30 / 0.00 / 0.17 / 0.23)

CMYK percentages

%29.59
%0
%16.84
%23.14

Codes

Color #8AC4A3 in popluar color models

8A C4 A3
RGB 138 196 163
HSL 146° 32.95% 65.49%
HSB/HSV 146° 29.59% 76.86%
CMYK 29.59% 0.00% 16.84%
23.14%

Color #8AC4A3 in popluar number systems.

HEX 8A C4 A3
Decimal 138 196 163
Binary 10001010 11000100 10100011
Octal 212 304 243

Shades and tints

Shades of #8AC4A3

#8AC4A3
(138,196,163)
#7EB395
(126,179,149)
#72A287
(114,162,135)
#669179
(102,145,121)
#5A806B
(90,128,107)
#4E6F5D
(78,111,93)
#425E4F
(66,94,79)
#364D41
(54,77,65)
#2A3C33
(42,60,51)
#1E2B25
(30,43,37)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #8AC4A3

#8AC4A3
(138,196,163)
#94C9AB
(148,201,171)
#9ECEB3
(158,206,179)
#A8D3BB
(168,211,187)
#B2D8C3
(178,216,195)
#BCDDCB
(188,221,203)
#C6E2D3
(198,226,211)
#D0E7DB
(208,231,219)
#DAECE3
(218,236,227)
#E4F1EB
(228,241,235)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC4A3 color. Also use rgb(138,196,163) instead hex code.

Text Font Color

.myTextColor { color: #8AC4A3; }

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

This text font color is #8AC4A3.

Background Color

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

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

This div background color is #8AC4A3.

Border color

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

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

This div border color is #8AC4A3.

Opacity

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

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

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

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

This text has shadow with #8AC4A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AC4A3.

Preview

Color preview on black background

This text has color #8AC4A3 on black background.


Color preview on white background

This text has color #8AC4A3 on white background.


Black color preview on #8AC4A3 background

This text has black color on #8AC4A3 background.


White color preview on #8AC4A3 background

This text has white color on #8AC4A3 background.


Related colors

Complementary color

Complementary color for #hex is #753B5C.


I love getcolorcode.com

Triadic colors

1 #A38AC4 and #C4A38A with #8AC4A3 are triadic colors.

2 #A3C48A and #C48AA3 with #8AC4A3 are triadic colors.