COLOR #8AC4A7

HEX: #8AC4A7
RGB: (138,196,167)

Color info

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

RGB color model

#8AC4A7 color RGB value is (138,196,167).

  • red value is 138;
  • green value is 196;
  • blue value is 167.
RGB:
(138,196,167)
(54%,77%,65%)

RGB channels and saturation

R 138 of 255 = 54%
G 196 of 255 = 77%
B 167 of 255 = 65%

138
196
167

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

Portions of RGB colors in percentages

R + G + B =
138 + 196 + 167 = 501 (100%)
R 138 of 501 ~ 27.54%
G 196 of 501 ~ 39.12%
B 167 of 501 ~ 33.33%

%27.54
%39.12
%33.33

CMYK color model

#8AC4A7 color CMYK value is (30,0,15,23).

  • cyan value is 29.59%
  • magenta value is 0.00%
  • yellow value is 14.80%
  • key color value is 23.14%
CMYK:
(30,0,15,23)
C30M0Y15K23 
(30%,0%,15%,23%)
(0.30/0.00/0.15/0.23)	

CMYK percentages

%29.59
%0
%14.8
%23.14

Codes

Color #8AC4A7 in popluar color models

8AC4A7
RGB138196167
HSL150°32.95%65.49%
HSB/HSV150°29.59%76.86%
CMYK29.59%0.00%14.80%
23.14%

Color #8AC4A7 in popluar number systems.

HEX8AC4A7
Decimal138196167
Binary100010101100010010100111
Octal212304247

Shades and tints

Shades of #8AC4A7

#8AC4A7
(138,196,167)
#7EB398
(126,179,152)
#72A289
(114,162,137)
#66917A
(102,145,122)
#5A806B
(90,128,107)
#4E6F5C
(78,111,92)
#425E4D
(66,94,77)
#364D3E
(54,77,62)
#2A3C2F
(42,60,47)
#1E2B20
(30,43,32)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #8AC4A7

#8AC4A7
(138,196,167)
#94C9AF
(148,201,175)
#9ECEB7
(158,206,183)
#A8D3BF
(168,211,191)
#B2D8C7
(178,216,199)
#BCDDCF
(188,221,207)
#C6E2D7
(198,226,215)
#D0E7DF
(208,231,223)
#DAECE7
(218,236,231)
#E4F1EF
(228,241,239)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC4A7; }

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

This text font color is #8AC4A7.


Background Color

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

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

This div background color is #8AC4A7.


Border color

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

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

This div border color is #8AC4A7.


Opacity

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

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

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

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

This text has shadow with #8AC4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC4A7 on black background.


Color preview on white background

This text has color #8AC4A7 on white background.



Black color preview on #8AC4A7 background

This text has black color on #8AC4A7 background.


White color preview on #8AC4A7 background

This text has white color on #8AC4A7 background.