COLOR #8FAE96

HEX: #8FAE96 RGB: (143,174,150)

Color info

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

RGB color model

#8FAE96 color RGB value is (143,174,150).

RGB: (143,174,150) (56%, 68%, 59%)

RGB channels and saturation

R 143 of 255 = 56%
G 174 of 255 = 68%
B 150 of 255 = 59%

143
174
150

R + G + B ~ 61%. #8FAE96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 174 + 150 = 467 (100%)
R 143 of 467 ~ 30.62%
G 174 of 467 ~ 37.26%
B 150 of 467 ~ 32.12'%

%30.62
%37.26
%32.12

CMYK color model

#8FAE96 color CMYK value is (18,0,14,32).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 31.76%

CMYK: (18,0,14,32)
C18M0Y14K32 (18%, 0%, 14%, 32%)
(0.18 / 0.00 / 0.14 / 0.32)

CMYK percentages

%17.82
%0
%13.79
%31.76

Codes

Color #8FAE96 in popluar color models

8F AE 96
RGB 143 174 150
HSL 134° 16.06% 62.16%
HSB/HSV 134° 17.82% 68.24%
CMYK 17.82% 0.00% 13.79%
31.76%

Color #8FAE96 in popluar number systems.

HEX 8F AE 96
Decimal 143 174 150
Binary 10001111 10101110 10010110
Octal 217 256 226

Shades and tints

Shades of #8FAE96

#8FAE96
(143,174,150)
#829F89
(130,159,137)
#75907C
(117,144,124)
#68816F
(104,129,111)
#5B7262
(91,114,98)
#4E6355
(78,99,85)
#415448
(65,84,72)
#34453B
(52,69,59)
#27362E
(39,54,46)
#1A2721
(26,39,33)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #8FAE96

#8FAE96
(143,174,150)
#99B59F
(153,181,159)
#A3BCA8
(163,188,168)
#ADC3B1
(173,195,177)
#B7CABA
(183,202,186)
#C1D1C3
(193,209,195)
#CBD8CC
(203,216,204)
#D5DFD5
(213,223,213)
#DFE6DE
(223,230,222)
#E9EDE7
(233,237,231)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAE96 color. Also use rgb(143,174,150) instead hex code.

Text Font Color

.myTextColor { color: #8FAE96; }

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

This text font color is #8FAE96.

Background Color

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

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

This div background color is #8FAE96.

Border color

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

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

This div border color is #8FAE96.

Opacity

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

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

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

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

This text has shadow with #8FAE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAE96.

Preview

Color preview on black background

This text has color #8FAE96 on black background.


Color preview on white background

This text has color #8FAE96 on white background.


Black color preview on #8FAE96 background

This text has black color on #8FAE96 background.


White color preview on #8FAE96 background

This text has white color on #8FAE96 background.


Related colors

Complementary color

Complementary color for #hex is #705169.


I love getcolorcode.com

Triadic colors

1 #968FAE and #AE968F with #8FAE96 are triadic colors.

2 #96AE8F and #AE8F96 with #8FAE96 are triadic colors.