COLOR #8AC88B

HEX: #8AC88B
RGB: (138,200,139)

Color info

#8AC88B contains mainly green color. Web safe color of #8AC88B is #99CC99 (or #9C9).

RGB color model

#8AC88B color RGB value is (138,200,139).

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

RGB channels and saturation

R 138 of 255 = 54%
G 200 of 255 = 78%
B 139 of 255 = 55%

138
200
139

R + G + B ~ 62%. #8AC88B is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 200 + 139 = 477 (100%)
R 138 of 477 ~ 28.93%
G 200 of 477 ~ 41.93%
B 139 of 477 ~ 29.14%

%28.93
%41.93
%29.14

CMYK color model

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

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 21.57%
CMYK:
(31,0,31,22)
C31M0Y31K22 
(31%,0%,31%,22%)
(0.31/0.00/0.31/0.22)	

CMYK percentages

%31
%0
%30.5
%21.57

Codes

Color #8AC88B in popluar color models

8AC88B
RGB138200139
HSL121°36.05%66.27%
HSB/HSV121°31.00%78.43%
CMYK31.00%0.00%30.50%
21.57%

Color #8AC88B in popluar number systems.

HEX8AC88B
Decimal138200139
Binary100010101100100010001011
Octal212310213

Shades and tints

Shades of #8AC88B

#8AC88B
(138,200,139)
#7EB67F
(126,182,127)
#72A473
(114,164,115)
#669267
(102,146,103)
#5A805B
(90,128,91)
#4E6E4F
(78,110,79)
#425C43
(66,92,67)
#364A37
(54,74,55)
#2A382B
(42,56,43)
#1E261F
(30,38,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8AC88B

#8AC88B
(138,200,139)
#94CD95
(148,205,149)
#9ED29F
(158,210,159)
#A8D7A9
(168,215,169)
#B2DCB3
(178,220,179)
#BCE1BD
(188,225,189)
#C6E6C7
(198,230,199)
#D0EBD1
(208,235,209)
#DAF0DB
(218,240,219)
#E4F5E5
(228,245,229)
#EEFAEF
(238,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC88B; }

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

This text font color is #8AC88B.


Background Color

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

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

This div background color is #8AC88B.


Border color

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

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

This div border color is #8AC88B.


Opacity

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

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

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

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

This text has shadow with #8AC88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC88B on black background.


Color preview on white background

This text has color #8AC88B on white background.



Black color preview on #8AC88B background

This text has black color on #8AC88B background.


White color preview on #8AC88B background

This text has white color on #8AC88B background.