COLOR #8CA590

HEX: #8CA590 RGB: (140,165,144)

Color info

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

RGB color model

#8CA590 color RGB value is (140,165,144).

RGB: (140,165,144) (55%, 65%, 56%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 144 of 255 = 56%

140
165
144

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 144 = 449 (100%)
R 140 of 449 ~ 31.18%
G 165 of 449 ~ 36.75%
B 144 of 449 ~ 32.07'%

%31.18
%36.75
%32.07

CMYK color model

#8CA590 color CMYK value is (15,0,13,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 35.29%

CMYK: (15,0,13,35)
C15M0Y13K35 (15%, 0%, 13%, 35%)
(0.15 / 0.00 / 0.13 / 0.35)

CMYK percentages

%15.15
%0
%12.73
%35.29

Codes

Color #8CA590 in popluar color models

8C A5 90
RGB 140 165 144
HSL 130° 12.20% 59.80%
HSB/HSV 130° 15.15% 64.71%
CMYK 15.15% 0.00% 12.73%
35.29%

Color #8CA590 in popluar number systems.

HEX 8C A5 90
Decimal 140 165 144
Binary 10001100 10100101 10010000
Octal 214 245 220

Shades and tints

Shades of #8CA590

#8CA590
(140,165,144)
#809683
(128,150,131)
#748776
(116,135,118)
#687869
(104,120,105)
#5C695C
(92,105,92)
#505A4F
(80,90,79)
#444B42
(68,75,66)
#383C35
(56,60,53)
#2C2D28
(44,45,40)
#201E1B
(32,30,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #8CA590

#8CA590
(140,165,144)
#96AD9A
(150,173,154)
#A0B5A4
(160,181,164)
#AABDAE
(170,189,174)
#B4C5B8
(180,197,184)
#BECDC2
(190,205,194)
#C8D5CC
(200,213,204)
#D2DDD6
(210,221,214)
#DCE5E0
(220,229,224)
#E6EDEA
(230,237,234)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA590 color. Also use rgb(140,165,144) instead hex code.

Text Font Color

.myTextColor { color: #8CA590; }

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

This text font color is #8CA590.

Background Color

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

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

This div background color is #8CA590.

Border color

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

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

This div border color is #8CA590.

Opacity

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

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

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

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

This text has shadow with #8CA590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA590.

Preview

Color preview on black background

This text has color #8CA590 on black background.


Color preview on white background

This text has color #8CA590 on white background.


Black color preview on #8CA590 background

This text has black color on #8CA590 background.


White color preview on #8CA590 background

This text has white color on #8CA590 background.


Related colors

Complementary color

Complementary color for #hex is #735A6F.


I love getcolorcode.com

Triadic colors

1 #908CA5 and #A5908C with #8CA590 are triadic colors.

2 #90A58C and #A58C90 with #8CA590 are triadic colors.