COLOR #8FAAA5

HEX: #8FAAA5 RGB: (143,170,165)

Color info

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

RGB color model

#8FAAA5 color RGB value is (143,170,165).

RGB: (143,170,165) (56%, 67%, 65%)

RGB channels and saturation

R 143 of 255 = 56%
G 170 of 255 = 67%
B 165 of 255 = 65%

143
170
165

R + G + B ~ 63%. #8FAAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 170 + 165 = 478 (100%)
R 143 of 478 ~ 29.92%
G 170 of 478 ~ 35.56%
B 165 of 478 ~ 34.52'%

%29.92
%35.56
%34.52

CMYK color model

#8FAAA5 color CMYK value is (16,0,3,33).

  • cyan value is 15.88%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 33.33%

CMYK: (16,0,3,33)
C16M0Y3K33 (16%, 0%, 3%, 33%)
(0.16 / 0.00 / 0.03 / 0.33)

CMYK percentages

%15.88
%0
%2.94
%33.33

Codes

Color #8FAAA5 in popluar color models

8F AA A5
RGB 143 170 165
HSL 169° 13.71% 61.37%
HSB/HSV 169° 15.88% 66.67%
CMYK 15.88% 0.00% 2.94%
33.33%

Color #8FAAA5 in popluar number systems.

HEX 8F AA A5
Decimal 143 170 165
Binary 10001111 10101010 10100101
Octal 217 252 245

Shades and tints

Shades of #8FAAA5

#8FAAA5
(143,170,165)
#829B96
(130,155,150)
#758C87
(117,140,135)
#687D78
(104,125,120)
#5B6E69
(91,110,105)
#4E5F5A
(78,95,90)
#41504B
(65,80,75)
#34413C
(52,65,60)
#27322D
(39,50,45)
#1A231E
(26,35,30)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #8FAAA5

#8FAAA5
(143,170,165)
#99B1AD
(153,177,173)
#A3B8B5
(163,184,181)
#ADBFBD
(173,191,189)
#B7C6C5
(183,198,197)
#C1CDCD
(193,205,205)
#CBD4D5
(203,212,213)
#D5DBDD
(213,219,221)
#DFE2E5
(223,226,229)
#E9E9ED
(233,233,237)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAAA5 color. Also use rgb(143,170,165) instead hex code.

Text Font Color

.myTextColor { color: #8FAAA5; }

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

This text font color is #8FAAA5.

Background Color

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

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

This div background color is #8FAAA5.

Border color

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

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

This div border color is #8FAAA5.

Opacity

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

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

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

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

This text has shadow with #8FAAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAAA5.

Preview

Color preview on black background

This text has color #8FAAA5 on black background.


Color preview on white background

This text has color #8FAAA5 on white background.


Black color preview on #8FAAA5 background

This text has black color on #8FAAA5 background.


White color preview on #8FAAA5 background

This text has white color on #8FAAA5 background.


Related colors

Complementary color

Complementary color for #hex is #70555A.


I love getcolorcode.com

Triadic colors

1 #A58FAA and #AAA58F with #8FAAA5 are triadic colors.

2 #A5AA8F and #AA8FA5 with #8FAAA5 are triadic colors.