COLOR #8ACF9F

HEX: #8ACF9F
RGB: (138,207,159)

Color info

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

RGB color model

#8ACF9F color RGB value is (138,207,159).

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

RGB channels and saturation

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

138
207
159

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

Portions of RGB colors in percentages

R + G + B =
138 + 207 + 159 = 504 (100%)
R 138 of 504 ~ 27.38%
G 207 of 504 ~ 41.07%
B 159 of 504 ~ 31.55%

%27.38
%41.07
%31.55

CMYK color model

#8ACF9F color CMYK value is (33,0,23,19).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 23.19%
  • key color value is 18.82%
CMYK:
(33,0,23,19)
C33M0Y23K19 
(33%,0%,23%,19%)
(0.33/0.00/0.23/0.19)	

CMYK percentages

%33.33
%0
%23.19
%18.82

Codes

Color #8ACF9F in popluar color models

8ACF9F
RGB138207159
HSL138°41.82%67.65%
HSB/HSV138°33.33%81.18%
CMYK33.33%0.00%23.19%
18.82%

Color #8ACF9F in popluar number systems.

HEX8ACF9F
Decimal138207159
Binary100010101100111110011111
Octal212317237

Shades and tints

Shades of #8ACF9F

#8ACF9F
(138,207,159)
#7EBD91
(126,189,145)
#72AB83
(114,171,131)
#669975
(102,153,117)
#5A8767
(90,135,103)
#4E7559
(78,117,89)
#42634B
(66,99,75)
#36513D
(54,81,61)
#2A3F2F
(42,63,47)
#1E2D21
(30,45,33)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #8ACF9F

#8ACF9F
(138,207,159)
#94D3A7
(148,211,167)
#9ED7AF
(158,215,175)
#A8DBB7
(168,219,183)
#B2DFBF
(178,223,191)
#BCE3C7
(188,227,199)
#C6E7CF
(198,231,207)
#D0EBD7
(208,235,215)
#DAEFDF
(218,239,223)
#E4F3E7
(228,243,231)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACF9F; }

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

This text font color is #8ACF9F.


Background Color

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

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

This div background color is #8ACF9F.


Border color

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

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

This div border color is #8ACF9F.


Opacity

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

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

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

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

This text has shadow with #8ACF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACF9F on black background.


Color preview on white background

This text has color #8ACF9F on white background.



Black color preview on #8ACF9F background

This text has black color on #8ACF9F background.


White color preview on #8ACF9F background

This text has white color on #8ACF9F background.