COLOR #8AC5B0

HEX: #8AC5B0
RGB: (138,197,176)

Color info

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

RGB color model

#8AC5B0 color RGB value is (138,197,176).

  • red value is 138;
  • green value is 197;
  • blue value is 176.
RGB:
(138,197,176)
(54%,77%,69%)

RGB channels and saturation

R 138 of 255 = 54%
G 197 of 255 = 77%
B 176 of 255 = 69%

138
197
176

R + G + B ~ 67%. #8AC5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 197 + 176 = 511 (100%)
R 138 of 511 ~ 27.01%
G 197 of 511 ~ 38.55%
B 176 of 511 ~ 34.44%

%27.01
%38.55
%34.44

CMYK color model

#8AC5B0 color CMYK value is (30,0,11,23).

  • cyan value is 29.95%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(30,0,11,23)
C30M0Y11K23 
(30%,0%,11%,23%)
(0.30/0.00/0.11/0.23)	

CMYK percentages

%29.95
%0
%10.66
%22.75

Codes

Color #8AC5B0 in popluar color models

8AC5B0
RGB138197176
HSL159°33.71%65.69%
HSB/HSV159°29.95%77.25%
CMYK29.95%0.00%10.66%
22.75%

Color #8AC5B0 in popluar number systems.

HEX8AC5B0
Decimal138197176
Binary100010101100010110110000
Octal212305260

Shades and tints

Shades of #8AC5B0

#8AC5B0
(138,197,176)
#7EB4A0
(126,180,160)
#72A390
(114,163,144)
#669280
(102,146,128)
#5A8170
(90,129,112)
#4E7060
(78,112,96)
#425F50
(66,95,80)
#364E40
(54,78,64)
#2A3D30
(42,61,48)
#1E2C20
(30,44,32)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #8AC5B0

#8AC5B0
(138,197,176)
#94CAB7
(148,202,183)
#9ECFBE
(158,207,190)
#A8D4C5
(168,212,197)
#B2D9CC
(178,217,204)
#BCDED3
(188,222,211)
#C6E3DA
(198,227,218)
#D0E8E1
(208,232,225)
#DAEDE8
(218,237,232)
#E4F2EF
(228,242,239)
#EEF7F6
(238,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC5B0 color. Also use rgb(138,197,176) instead hex code.

Text Font Color

.myTextColor { color: #8AC5B0; }

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

This text font color is #8AC5B0.


Background Color

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

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

This div background color is #8AC5B0.


Border color

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

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

This div border color is #8AC5B0.


Opacity

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

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

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

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

This text has shadow with #8AC5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC5B0 on black background.


Color preview on white background

This text has color #8AC5B0 on white background.



Black color preview on #8AC5B0 background

This text has black color on #8AC5B0 background.


White color preview on #8AC5B0 background

This text has white color on #8AC5B0 background.