COLOR #8FA595

HEX: #8FA595 RGB: (143,165,149)

Color info

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

RGB color model

#8FA595 color RGB value is (143,165,149).

RGB: (143,165,149) (56%, 65%, 58%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 149 of 255 = 58%

143
165
149

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

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 149 = 457 (100%)
R 143 of 457 ~ 31.29%
G 165 of 457 ~ 36.11%
B 149 of 457 ~ 32.6'%

%31.29
%36.11
%32.6

CMYK color model

#8FA595 color CMYK value is (13,0,10,35).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 35.29%

CMYK: (13,0,10,35)
C13M0Y10K35 (13%, 0%, 10%, 35%)
(0.13 / 0.00 / 0.10 / 0.35)

CMYK percentages

%13.33
%0
%9.7
%35.29

Codes

Color #8FA595 in popluar color models

8F A5 95
RGB 143 165 149
HSL 136° 10.89% 60.39%
HSB/HSV 136° 13.33% 64.71%
CMYK 13.33% 0.00% 9.70%
35.29%

Color #8FA595 in popluar number systems.

HEX 8F A5 95
Decimal 143 165 149
Binary 10001111 10100101 10010101
Octal 217 245 225

Shades and tints

Shades of #8FA595

#8FA595
(143,165,149)
#829688
(130,150,136)
#75877B
(117,135,123)
#68786E
(104,120,110)
#5B6961
(91,105,97)
#4E5A54
(78,90,84)
#414B47
(65,75,71)
#343C3A
(52,60,58)
#272D2D
(39,45,45)
#1A1E20
(26,30,32)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #8FA595

#8FA595
(143,165,149)
#99AD9E
(153,173,158)
#A3B5A7
(163,181,167)
#ADBDB0
(173,189,176)
#B7C5B9
(183,197,185)
#C1CDC2
(193,205,194)
#CBD5CB
(203,213,203)
#D5DDD4
(213,221,212)
#DFE5DD
(223,229,221)
#E9EDE6
(233,237,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA595; }

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

This text font color is #8FA595.

Background Color

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

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

This div background color is #8FA595.

Border color

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

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

This div border color is #8FA595.

Opacity

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

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

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

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

This text has shadow with #8FA595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA595.

Preview

Color preview on black background

This text has color #8FA595 on black background.


Color preview on white background

This text has color #8FA595 on white background.


Black color preview on #8FA595 background

This text has black color on #8FA595 background.


White color preview on #8FA595 background

This text has white color on #8FA595 background.


Related colors

Complementary color

Complementary color for #hex is #705A6A.


I love getcolorcode.com

Triadic colors

1 #958FA5 and #A5958F with #8FA595 are triadic colors.

2 #95A58F and #A58F95 with #8FA595 are triadic colors.