COLOR #8AC4AB

HEX: #8AC4AB
RGB: (138,196,171)

Color info

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

RGB color model

#8AC4AB color RGB value is (138,196,171).

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

RGB channels and saturation

R 138 of 255 = 54%
G 196 of 255 = 77%
B 171 of 255 = 67%

138
196
171

R + G + B ~ 66%. #8AC4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 196 + 171 = 505 (100%)
R 138 of 505 ~ 27.33%
G 196 of 505 ~ 38.81%
B 171 of 505 ~ 33.86%

%27.33
%38.81
%33.86

CMYK color model

#8AC4AB color CMYK value is (30,0,13,23).

  • cyan value is 29.59%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(30,0,13,23)
C30M0Y13K23 
(30%,0%,13%,23%)
(0.30/0.00/0.13/0.23)	

CMYK percentages

%29.59
%0
%12.76
%23.14

Codes

Color #8AC4AB in popluar color models

8AC4AB
RGB138196171
HSL154°32.95%65.49%
HSB/HSV154°29.59%76.86%
CMYK29.59%0.00%12.76%
23.14%

Color #8AC4AB in popluar number systems.

HEX8AC4AB
Decimal138196171
Binary100010101100010010101011
Octal212304253

Shades and tints

Shades of #8AC4AB

#8AC4AB
(138,196,171)
#7EB39C
(126,179,156)
#72A28D
(114,162,141)
#66917E
(102,145,126)
#5A806F
(90,128,111)
#4E6F60
(78,111,96)
#425E51
(66,94,81)
#364D42
(54,77,66)
#2A3C33
(42,60,51)
#1E2B24
(30,43,36)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #8AC4AB

#8AC4AB
(138,196,171)
#94C9B2
(148,201,178)
#9ECEB9
(158,206,185)
#A8D3C0
(168,211,192)
#B2D8C7
(178,216,199)
#BCDDCE
(188,221,206)
#C6E2D5
(198,226,213)
#D0E7DC
(208,231,220)
#DAECE3
(218,236,227)
#E4F1EA
(228,241,234)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC4AB; }

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

This text font color is #8AC4AB.


Background Color

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

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

This div background color is #8AC4AB.


Border color

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

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

This div border color is #8AC4AB.


Opacity

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

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

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

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

This text has shadow with #8AC4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC4AB on black background.


Color preview on white background

This text has color #8AC4AB on white background.



Black color preview on #8AC4AB background

This text has black color on #8AC4AB background.


White color preview on #8AC4AB background

This text has white color on #8AC4AB background.