COLOR #8CA096

HEX: #8CA096 RGB: (140,160,150)

Color info

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

RGB color model

#8CA096 color RGB value is (140,160,150).

RGB: (140,160,150) (55%, 63%, 59%)

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 150 of 255 = 59%

140
160
150

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

Portions of RGB colors in percentages

R + G + B = 140 + 160 + 150 = 450 (100%)
R 140 of 450 ~ 31.11%
G 160 of 450 ~ 35.56%
B 150 of 450 ~ 33.33'%

%31.11
%35.56
%33.33

CMYK color model

#8CA096 color CMYK value is (13,0,6,37).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 37.25%

CMYK: (13,0,6,37)
C13M0Y6K37 (13%, 0%, 6%, 37%)
(0.13 / 0.00 / 0.06 / 0.37)

CMYK percentages

%12.5
%0
%6.25
%37.25

Codes

Color #8CA096 in popluar color models

8C A0 96
RGB 140 160 150
HSL 150° 9.52% 58.82%
HSB/HSV 150° 12.50% 62.75%
CMYK 12.50% 0.00% 6.25%
37.25%

Color #8CA096 in popluar number systems.

HEX 8C A0 96
Decimal 140 160 150
Binary 10001100 10100000 10010110
Octal 214 240 226

Shades and tints

Shades of #8CA096

#8CA096
(140,160,150)
#809289
(128,146,137)
#74847C
(116,132,124)
#68766F
(104,118,111)
#5C6862
(92,104,98)
#505A55
(80,90,85)
#444C48
(68,76,72)
#383E3B
(56,62,59)
#2C302E
(44,48,46)
#202221
(32,34,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #8CA096

#8CA096
(140,160,150)
#96A89F
(150,168,159)
#A0B0A8
(160,176,168)
#AAB8B1
(170,184,177)
#B4C0BA
(180,192,186)
#BEC8C3
(190,200,195)
#C8D0CC
(200,208,204)
#D2D8D5
(210,216,213)
#DCE0DE
(220,224,222)
#E6E8E7
(230,232,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA096; }

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

This text font color is #8CA096.

Background Color

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

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

This div background color is #8CA096.

Border color

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

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

This div border color is #8CA096.

Opacity

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

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

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

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

This text has shadow with #8CA096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA096.

Preview

Color preview on black background

This text has color #8CA096 on black background.


Color preview on white background

This text has color #8CA096 on white background.


Black color preview on #8CA096 background

This text has black color on #8CA096 background.


White color preview on #8CA096 background

This text has white color on #8CA096 background.


Related colors

Complementary color

Complementary color for #hex is #735F69.


I love getcolorcode.com

Triadic colors

1 #968CA0 and #A0968C with #8CA096 are triadic colors.

2 #96A08C and #A08C96 with #8CA096 are triadic colors.