COLOR #8CA596

HEX: #8CA596
RGB: (140,165,150)

Color info

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

RGB color model

#8CA596 color RGB value is (140,165,150).

  • red value is 140;
  • green value is 165;
  • blue value is 150.
RGB:
(140,165,150)
(55%,65%,59%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 150 of 255 = 59%

140
165
150

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

Portions of RGB colors in percentages

R + G + B =
140 + 165 + 150 = 455 (100%)
R 140 of 455 ~ 30.77%
G 165 of 455 ~ 36.26%
B 150 of 455 ~ 32.97%

%30.77
%36.26
%32.97

CMYK color model

#8CA596 color CMYK value is (15,0,9,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(15,0,9,35)
C15M0Y9K35 
(15%,0%,9%,35%)
(0.15/0.00/0.09/0.35)	

CMYK percentages

%15.15
%0
%9.09
%35.29

Codes

Color #8CA596 in popluar color models

8CA596
RGB140165150
HSL144°12.20%59.80%
HSB/HSV144°15.15%64.71%
CMYK15.15%0.00%9.09%
35.29%

Color #8CA596 in popluar number systems.

HEX8CA596
Decimal140165150
Binary100011001010010110010110
Octal214245226

Shades and tints

Shades of #8CA596

#8CA596
(140,165,150)
#809689
(128,150,137)
#74877C
(116,135,124)
#68786F
(104,120,111)
#5C6962
(92,105,98)
#505A55
(80,90,85)
#444B48
(68,75,72)
#383C3B
(56,60,59)
#2C2D2E
(44,45,46)
#201E21
(32,30,33)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #8CA596

#8CA596
(140,165,150)
#96AD9F
(150,173,159)
#A0B5A8
(160,181,168)
#AABDB1
(170,189,177)
#B4C5BA
(180,197,186)
#BECDC3
(190,205,195)
#C8D5CC
(200,213,204)
#D2DDD5
(210,221,213)
#DCE5DE
(220,229,222)
#E6EDE7
(230,237,231)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA596; }

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

This text font color is #8CA596.


Background Color

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

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

This div background color is #8CA596.


Border color

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

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

This div border color is #8CA596.


Opacity

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

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

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

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

This text has shadow with #8CA596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA596 on black background.


Color preview on white background

This text has color #8CA596 on white background.



Black color preview on #8CA596 background

This text has black color on #8CA596 background.


White color preview on #8CA596 background

This text has white color on #8CA596 background.