COLOR #8ACD83

HEX: #8ACD83
RGB: (138,205,131)

Color info

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

RGB color model

#8ACD83 color RGB value is (138,205,131).

  • red value is 138;
  • green value is 205;
  • blue value is 131.
RGB:
(138,205,131)
(54%,80%,51%)

RGB channels and saturation

R 138 of 255 = 54%
G 205 of 255 = 80%
B 131 of 255 = 51%

138
205
131

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

Portions of RGB colors in percentages

R + G + B =
138 + 205 + 131 = 474 (100%)
R 138 of 474 ~ 29.11%
G 205 of 474 ~ 43.25%
B 131 of 474 ~ 27.64%

%29.11
%43.25
%27.64

CMYK color model

#8ACD83 color CMYK value is (33,0,36,20).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 36.10%
  • key color value is 19.61%
CMYK:
(33,0,36,20)
C33M0Y36K20 
(33%,0%,36%,20%)
(0.33/0.00/0.36/0.20)	

CMYK percentages

%32.68
%0
%36.1
%19.61

Codes

Color #8ACD83 in popluar color models

8ACD83
RGB138205131
HSL114°42.53%65.88%
HSB/HSV114°36.10%80.39%
CMYK32.68%0.00%36.10%
19.61%

Color #8ACD83 in popluar number systems.

HEX8ACD83
Decimal138205131
Binary100010101100110110000011
Octal212315203

Shades and tints

Shades of #8ACD83

#8ACD83
(138,205,131)
#7EBB78
(126,187,120)
#72A96D
(114,169,109)
#669762
(102,151,98)
#5A8557
(90,133,87)
#4E734C
(78,115,76)
#426141
(66,97,65)
#364F36
(54,79,54)
#2A3D2B
(42,61,43)
#1E2B20
(30,43,32)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #8ACD83

#8ACD83
(138,205,131)
#94D18E
(148,209,142)
#9ED599
(158,213,153)
#A8D9A4
(168,217,164)
#B2DDAF
(178,221,175)
#BCE1BA
(188,225,186)
#C6E5C5
(198,229,197)
#D0E9D0
(208,233,208)
#DAEDDB
(218,237,219)
#E4F1E6
(228,241,230)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACD83 color. Also use rgb(138,205,131) instead hex code.

Text Font Color

.myTextColor { color: #8ACD83; }

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

This text font color is #8ACD83.


Background Color

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

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

This div background color is #8ACD83.


Border color

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

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

This div border color is #8ACD83.


Opacity

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

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

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

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

This text has shadow with #8ACD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACD83 on black background.


Color preview on white background

This text has color #8ACD83 on white background.



Black color preview on #8ACD83 background

This text has black color on #8ACD83 background.


White color preview on #8ACD83 background

This text has white color on #8ACD83 background.