COLOR #8CA593

HEX: #8CA593 RGB: (140,165,147)

Color info

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

RGB color model

#8CA593 color RGB value is (140,165,147).

RGB: (140,165,147) (55%, 65%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 147 of 255 = 58%

140
165
147

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 147 = 452 (100%)
R 140 of 452 ~ 30.97%
G 165 of 452 ~ 36.5%
B 147 of 452 ~ 32.52'%

%30.97
%36.5
%32.52

CMYK color model

#8CA593 color CMYK value is (15,0,11,35).

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

CMYK: (15,0,11,35)
C15M0Y11K35 (15%, 0%, 11%, 35%)
(0.15 / 0.00 / 0.11 / 0.35)

CMYK percentages

%15.15
%0
%10.91
%35.29

Codes

Color #8CA593 in popluar color models

8C A5 93
RGB 140 165 147
HSL 137° 12.20% 59.80%
HSB/HSV 137° 15.15% 64.71%
CMYK 15.15% 0.00% 10.91%
35.29%

Color #8CA593 in popluar number systems.

HEX 8C A5 93
Decimal 140 165 147
Binary 10001100 10100101 10010011
Octal 214 245 223

Shades and tints

Shades of #8CA593

#8CA593
(140,165,147)
#809686
(128,150,134)
#748779
(116,135,121)
#68786C
(104,120,108)
#5C695F
(92,105,95)
#505A52
(80,90,82)
#444B45
(68,75,69)
#383C38
(56,60,56)
#2C2D2B
(44,45,43)
#201E1E
(32,30,30)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8CA593

#8CA593
(140,165,147)
#96AD9C
(150,173,156)
#A0B5A5
(160,181,165)
#AABDAE
(170,189,174)
#B4C5B7
(180,197,183)
#BECDC0
(190,205,192)
#C8D5C9
(200,213,201)
#D2DDD2
(210,221,210)
#DCE5DB
(220,229,219)
#E6EDE4
(230,237,228)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA593; }

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

This text font color is #8CA593.

Background Color

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

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

This div background color is #8CA593.

Border color

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

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

This div border color is #8CA593.

Opacity

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

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

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

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

This text has shadow with #8CA593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA593.

Preview

Color preview on black background

This text has color #8CA593 on black background.


Color preview on white background

This text has color #8CA593 on white background.


Black color preview on #8CA593 background

This text has black color on #8CA593 background.


White color preview on #8CA593 background

This text has white color on #8CA593 background.


Related colors

Complementary color

Complementary color for #hex is #735A6C.


I love getcolorcode.com

Triadic colors

1 #938CA5 and #A5938C with #8CA593 are triadic colors.

2 #93A58C and #A58C93 with #8CA593 are triadic colors.