COLOR #8AC893

HEX: #8AC893
RGB: (138,200,147)

Color info

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

RGB color model

#8AC893 color RGB value is (138,200,147).

  • red value is 138;
  • green value is 200;
  • blue value is 147.
RGB:
(138,200,147)
(54%,78%,58%)

RGB channels and saturation

R 138 of 255 = 54%
G 200 of 255 = 78%
B 147 of 255 = 58%

138
200
147

R + G + B ~ 63%. #8AC893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 200 + 147 = 485 (100%)
R 138 of 485 ~ 28.45%
G 200 of 485 ~ 41.24%
B 147 of 485 ~ 30.31%

%28.45
%41.24
%30.31

CMYK color model

#8AC893 color CMYK value is (31,0,27,22).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 26.50%
  • key color value is 21.57%
CMYK:
(31,0,27,22)
C31M0Y27K22 
(31%,0%,27%,22%)
(0.31/0.00/0.27/0.22)	

CMYK percentages

%31
%0
%26.5
%21.57

Codes

Color #8AC893 in popluar color models

8AC893
RGB138200147
HSL129°36.05%66.27%
HSB/HSV129°31.00%78.43%
CMYK31.00%0.00%26.50%
21.57%

Color #8AC893 in popluar number systems.

HEX8AC893
Decimal138200147
Binary100010101100100010010011
Octal212310223

Shades and tints

Shades of #8AC893

#8AC893
(138,200,147)
#7EB686
(126,182,134)
#72A479
(114,164,121)
#66926C
(102,146,108)
#5A805F
(90,128,95)
#4E6E52
(78,110,82)
#425C45
(66,92,69)
#364A38
(54,74,56)
#2A382B
(42,56,43)
#1E261E
(30,38,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #8AC893

#8AC893
(138,200,147)
#94CD9C
(148,205,156)
#9ED2A5
(158,210,165)
#A8D7AE
(168,215,174)
#B2DCB7
(178,220,183)
#BCE1C0
(188,225,192)
#C6E6C9
(198,230,201)
#D0EBD2
(208,235,210)
#DAF0DB
(218,240,219)
#E4F5E4
(228,245,228)
#EEFAED
(238,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC893 color. Also use rgb(138,200,147) instead hex code.

Text Font Color

.myTextColor { color: #8AC893; }

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

This text font color is #8AC893.


Background Color

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

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

This div background color is #8AC893.


Border color

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

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

This div border color is #8AC893.


Opacity

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

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

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

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

This text has shadow with #8AC893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC893 on black background.


Color preview on white background

This text has color #8AC893 on white background.



Black color preview on #8AC893 background

This text has black color on #8AC893 background.


White color preview on #8AC893 background

This text has white color on #8AC893 background.