COLOR #8FA38E

HEX: #8FA38E
RGB: (143,163,142)

Color info

#8FA38E contains red, green and blue colors in about the same proportion. Web safe color of #8FA38E is #999999 (or #999).

RGB color model

#8FA38E color RGB value is (143,163,142).

  • red value is 143;
  • green value is 163;
  • blue value is 142.
RGB:
(143,163,142)
(56%,64%,56%)

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 142 of 255 = 56%

143
163
142

R + G + B ~ 59%. #8FA38E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 142 = 448 (100%)
R 143 of 448 ~ 31.92%
G 163 of 448 ~ 36.38%
B 142 of 448 ~ 31.7%

%31.92
%36.38
%31.7

CMYK color model

#8FA38E color CMYK value is (12,0,13,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 36.08%
CMYK:
(12,0,13,36)
C12M0Y13K36 
(12%,0%,13%,36%)
(0.12/0.00/0.13/0.36)	

CMYK percentages

%12.27
%0
%12.88
%36.08

Codes

Color #8FA38E in popluar color models

8FA38E
RGB143163142
HSL117°10.24%59.80%
HSB/HSV117°12.88%63.92%
CMYK12.27%0.00%12.88%
36.08%

Color #8FA38E in popluar number systems.

HEX8FA38E
Decimal143163142
Binary100011111010001110001110
Octal217243216

Shades and tints

Shades of #8FA38E

#8FA38E
(143,163,142)
#829582
(130,149,130)
#758776
(117,135,118)
#68796A
(104,121,106)
#5B6B5E
(91,107,94)
#4E5D52
(78,93,82)
#414F46
(65,79,70)
#34413A
(52,65,58)
#27332E
(39,51,46)
#1A2522
(26,37,34)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #8FA38E

#8FA38E
(143,163,142)
#99AB98
(153,171,152)
#A3B3A2
(163,179,162)
#ADBBAC
(173,187,172)
#B7C3B6
(183,195,182)
#C1CBC0
(193,203,192)
#CBD3CA
(203,211,202)
#D5DBD4
(213,219,212)
#DFE3DE
(223,227,222)
#E9EBE8
(233,235,232)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA38E color. Also use rgb(143,163,142) instead hex code.

Text Font Color

.myTextColor { color: #8FA38E; }

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

This text font color is #8FA38E.


Background Color

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

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

This div background color is #8FA38E.


Border color

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

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

This div border color is #8FA38E.


Opacity

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

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

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

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

This text has shadow with #8FA38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA38E on black background.


Color preview on white background

This text has color #8FA38E on white background.



Black color preview on #8FA38E background

This text has black color on #8FA38E background.


White color preview on #8FA38E background

This text has white color on #8FA38E background.