COLOR #8FAE97

HEX: #8FAE97 RGB: (143,174,151)

Color info

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

RGB color model

#8FAE97 color RGB value is (143,174,151).

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

RGB channels and saturation

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

143
174
151

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

Portions of RGB colors in percentages

R + G + B = 143 + 174 + 151 = 468 (100%)
R 143 of 468 ~ 30.56%
G 174 of 468 ~ 37.18%
B 151 of 468 ~ 32.26'%

%30.56
%37.18
%32.26

CMYK color model

#8FAE97 color CMYK value is (18,0,13,32).

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

CMYK: (18,0,13,32)
C18M0Y13K32 (18%, 0%, 13%, 32%)
(0.18 / 0.00 / 0.13 / 0.32)

CMYK percentages

%17.82
%0
%13.22
%31.76

Codes

Color #8FAE97 in popluar color models

8F AE 97
RGB 143 174 151
HSL 135° 16.06% 62.16%
HSB/HSV 135° 17.82% 68.24%
CMYK 17.82% 0.00% 13.22%
31.76%

Color #8FAE97 in popluar number systems.

HEX 8F AE 97
Decimal 143 174 151
Binary 10001111 10101110 10010111
Octal 217 256 227

Shades and tints

Shades of #8FAE97

#8FAE97
(143,174,151)
#829F8A
(130,159,138)
#75907D
(117,144,125)
#688170
(104,129,112)
#5B7263
(91,114,99)
#4E6356
(78,99,86)
#415449
(65,84,73)
#34453C
(52,69,60)
#27362F
(39,54,47)
#1A2722
(26,39,34)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #8FAE97

#8FAE97
(143,174,151)
#99B5A0
(153,181,160)
#A3BCA9
(163,188,169)
#ADC3B2
(173,195,178)
#B7CABB
(183,202,187)
#C1D1C4
(193,209,196)
#CBD8CD
(203,216,205)
#D5DFD6
(213,223,214)
#DFE6DF
(223,230,223)
#E9EDE8
(233,237,232)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAE97; }

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

This text font color is #8FAE97.

Background Color

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

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

This div background color is #8FAE97.

Border color

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

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

This div border color is #8FAE97.

Opacity

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

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

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

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

This text has shadow with #8FAE97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAE97.

Preview

Color preview on black background

This text has color #8FAE97 on black background.


Color preview on white background

This text has color #8FAE97 on white background.


Black color preview on #8FAE97 background

This text has black color on #8FAE97 background.


White color preview on #8FAE97 background

This text has white color on #8FAE97 background.


Related colors

Complementary color

Complementary color for #hex is #705168.


I love getcolorcode.com

Triadic colors

1 #978FAE and #AE978F with #8FAE97 are triadic colors.

2 #97AE8F and #AE8F97 with #8FAE97 are triadic colors.