COLOR #8FA395

HEX: #8FA395
RGB: (143,163,149)

Color info

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

RGB color model

#8FA395 color RGB value is (143,163,149).

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

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 149 of 255 = 58%

143
163
149

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

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 149 = 455 (100%)
R 143 of 455 ~ 31.43%
G 163 of 455 ~ 35.82%
B 149 of 455 ~ 32.75%

%31.43
%35.82
%32.75

CMYK color model

#8FA395 color CMYK value is (12,0,9,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(12,0,9,36)
C12M0Y9K36 
(12%,0%,9%,36%)
(0.12/0.00/0.09/0.36)	

CMYK percentages

%12.27
%0
%8.59
%36.08

Codes

Color #8FA395 in popluar color models

8FA395
RGB143163149
HSL138°9.80%60.00%
HSB/HSV138°12.27%63.92%
CMYK12.27%0.00%8.59%
36.08%

Color #8FA395 in popluar number systems.

HEX8FA395
Decimal143163149
Binary100011111010001110010101
Octal217243225

Shades and tints

Shades of #8FA395

#8FA395
(143,163,149)
#829588
(130,149,136)
#75877B
(117,135,123)
#68796E
(104,121,110)
#5B6B61
(91,107,97)
#4E5D54
(78,93,84)
#414F47
(65,79,71)
#34413A
(52,65,58)
#27332D
(39,51,45)
#1A2520
(26,37,32)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #8FA395

#8FA395
(143,163,149)
#99AB9E
(153,171,158)
#A3B3A7
(163,179,167)
#ADBBB0
(173,187,176)
#B7C3B9
(183,195,185)
#C1CBC2
(193,203,194)
#CBD3CB
(203,211,203)
#D5DBD4
(213,219,212)
#DFE3DD
(223,227,221)
#E9EBE6
(233,235,230)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA395; }

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

This text font color is #8FA395.


Background Color

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

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

This div background color is #8FA395.


Border color

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

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

This div border color is #8FA395.


Opacity

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

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

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

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

This text has shadow with #8FA395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA395 on black background.


Color preview on white background

This text has color #8FA395 on white background.



Black color preview on #8FA395 background

This text has black color on #8FA395 background.


White color preview on #8FA395 background

This text has white color on #8FA395 background.