COLOR #8FA68C

HEX: #8FA68C RGB: (143,166,140)

Color info

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

RGB color model

#8FA68C color RGB value is (143,166,140).

RGB: (143,166,140) (56%, 65%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 166 of 255 = 65%
B 140 of 255 = 55%

143
166
140

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

Portions of RGB colors in percentages

R + G + B = 143 + 166 + 140 = 449 (100%)
R 143 of 449 ~ 31.85%
G 166 of 449 ~ 36.97%
B 140 of 449 ~ 31.18'%

%31.85
%36.97
%31.18

CMYK color model

#8FA68C color CMYK value is (14,0,16,35).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 34.90%

CMYK: (14,0,16,35)
C14M0Y16K35 (14%, 0%, 16%, 35%)
(0.14 / 0.00 / 0.16 / 0.35)

CMYK percentages

%13.86
%0
%15.66
%34.9

Codes

Color #8FA68C in popluar color models

8F A6 8C
RGB 143 166 140
HSL 113° 12.75% 60.00%
HSB/HSV 113° 15.66% 65.10%
CMYK 13.86% 0.00% 15.66%
34.90%

Color #8FA68C in popluar number systems.

HEX 8F A6 8C
Decimal 143 166 140
Binary 10001111 10100110 10001100
Octal 217 246 214

Shades and tints

Shades of #8FA68C

#8FA68C
(143,166,140)
#829780
(130,151,128)
#758874
(117,136,116)
#687968
(104,121,104)
#5B6A5C
(91,106,92)
#4E5B50
(78,91,80)
#414C44
(65,76,68)
#343D38
(52,61,56)
#272E2C
(39,46,44)
#1A1F20
(26,31,32)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #8FA68C

#8FA68C
(143,166,140)
#99AE96
(153,174,150)
#A3B6A0
(163,182,160)
#ADBEAA
(173,190,170)
#B7C6B4
(183,198,180)
#C1CEBE
(193,206,190)
#CBD6C8
(203,214,200)
#D5DED2
(213,222,210)
#DFE6DC
(223,230,220)
#E9EEE6
(233,238,230)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA68C color. Also use rgb(143,166,140) instead hex code.

Text Font Color

.myTextColor { color: #8FA68C; }

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

This text font color is #8FA68C.

Background Color

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

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

This div background color is #8FA68C.

Border color

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

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

This div border color is #8FA68C.

Opacity

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

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

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

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

This text has shadow with #8FA68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA68C.

Preview

Color preview on black background

This text has color #8FA68C on black background.


Color preview on white background

This text has color #8FA68C on white background.


Black color preview on #8FA68C background

This text has black color on #8FA68C background.


White color preview on #8FA68C background

This text has white color on #8FA68C background.


Related colors

Complementary color

Complementary color for #hex is #705973.


I love getcolorcode.com

Triadic colors

1 #8C8FA6 and #A68C8F with #8FA68C are triadic colors.

2 #8CA68F and #A68F8C with #8FA68C are triadic colors.