COLOR #8AC7A7

HEX: #8AC7A7
RGB: (138,199,167)

Color info

#8AC7A7 contains mainly green and blue colors. Web safe color of #8AC7A7 is #99CC99 (or #9C9).

RGB color model

#8AC7A7 color RGB value is (138,199,167).

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

RGB channels and saturation

R 138 of 255 = 54%
G 199 of 255 = 78%
B 167 of 255 = 65%

138
199
167

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

Portions of RGB colors in percentages

R + G + B =
138 + 199 + 167 = 504 (100%)
R 138 of 504 ~ 27.38%
G 199 of 504 ~ 39.48%
B 167 of 504 ~ 33.13%

%27.38
%39.48
%33.13

CMYK color model

#8AC7A7 color CMYK value is (31,0,16,22).

  • cyan value is 30.65%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 21.96%
CMYK:
(31,0,16,22)
C31M0Y16K22 
(31%,0%,16%,22%)
(0.31/0.00/0.16/0.22)	

CMYK percentages

%30.65
%0
%16.08
%21.96

Codes

Color #8AC7A7 in popluar color models

8AC7A7
RGB138199167
HSL149°35.26%66.08%
HSB/HSV149°30.65%78.04%
CMYK30.65%0.00%16.08%
21.96%

Color #8AC7A7 in popluar number systems.

HEX8AC7A7
Decimal138199167
Binary100010101100011110100111
Octal212307247

Shades and tints

Shades of #8AC7A7

#8AC7A7
(138,199,167)
#7EB598
(126,181,152)
#72A389
(114,163,137)
#66917A
(102,145,122)
#5A7F6B
(90,127,107)
#4E6D5C
(78,109,92)
#425B4D
(66,91,77)
#36493E
(54,73,62)
#2A372F
(42,55,47)
#1E2520
(30,37,32)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #8AC7A7

#8AC7A7
(138,199,167)
#94CCAF
(148,204,175)
#9ED1B7
(158,209,183)
#A8D6BF
(168,214,191)
#B2DBC7
(178,219,199)
#BCE0CF
(188,224,207)
#C6E5D7
(198,229,215)
#D0EADF
(208,234,223)
#DAEFE7
(218,239,231)
#E4F4EF
(228,244,239)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC7A7; }

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

This text font color is #8AC7A7.


Background Color

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

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

This div background color is #8AC7A7.


Border color

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

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

This div border color is #8AC7A7.


Opacity

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

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

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

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

This text has shadow with #8AC7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC7A7 on black background.


Color preview on white background

This text has color #8AC7A7 on white background.



Black color preview on #8AC7A7 background

This text has black color on #8AC7A7 background.


White color preview on #8AC7A7 background

This text has white color on #8AC7A7 background.