COLOR #8ACF9D

HEX: #8ACF9D
RGB: (138,207,157)

Color info

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

RGB color model

#8ACF9D color RGB value is (138,207,157).

  • red value is 138;
  • green value is 207;
  • blue value is 157.
RGB:
(138,207,157)
(54%,81%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 207 of 255 = 81%
B 157 of 255 = 62%

138
207
157

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

Portions of RGB colors in percentages

R + G + B =
138 + 207 + 157 = 502 (100%)
R 138 of 502 ~ 27.49%
G 207 of 502 ~ 41.24%
B 157 of 502 ~ 31.27%

%27.49
%41.24
%31.27

CMYK color model

#8ACF9D color CMYK value is (33,0,24,19).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 24.15%
  • key color value is 18.82%
CMYK:
(33,0,24,19)
C33M0Y24K19 
(33%,0%,24%,19%)
(0.33/0.00/0.24/0.19)	

CMYK percentages

%33.33
%0
%24.15
%18.82

Codes

Color #8ACF9D in popluar color models

8ACF9D
RGB138207157
HSL137°41.82%67.65%
HSB/HSV137°33.33%81.18%
CMYK33.33%0.00%24.15%
18.82%

Color #8ACF9D in popluar number systems.

HEX8ACF9D
Decimal138207157
Binary100010101100111110011101
Octal212317235

Shades and tints

Shades of #8ACF9D

#8ACF9D
(138,207,157)
#7EBD8F
(126,189,143)
#72AB81
(114,171,129)
#669973
(102,153,115)
#5A8765
(90,135,101)
#4E7557
(78,117,87)
#426349
(66,99,73)
#36513B
(54,81,59)
#2A3F2D
(42,63,45)
#1E2D1F
(30,45,31)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #8ACF9D

#8ACF9D
(138,207,157)
#94D3A5
(148,211,165)
#9ED7AD
(158,215,173)
#A8DBB5
(168,219,181)
#B2DFBD
(178,223,189)
#BCE3C5
(188,227,197)
#C6E7CD
(198,231,205)
#D0EBD5
(208,235,213)
#DAEFDD
(218,239,221)
#E4F3E5
(228,243,229)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACF9D color. Also use rgb(138,207,157) instead hex code.

Text Font Color

.myTextColor { color: #8ACF9D; }

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

This text font color is #8ACF9D.


Background Color

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

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

This div background color is #8ACF9D.


Border color

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

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

This div border color is #8ACF9D.


Opacity

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

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

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

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

This text has shadow with #8ACF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACF9D on black background.


Color preview on white background

This text has color #8ACF9D on white background.



Black color preview on #8ACF9D background

This text has black color on #8ACF9D background.


White color preview on #8ACF9D background

This text has white color on #8ACF9D background.