COLOR #8CA296

HEX: #8CA296 RGB: (140,162,150)

Color info

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

RGB color model

#8CA296 color RGB value is (140,162,150).

RGB: (140,162,150) (55%, 64%, 59%)

RGB channels and saturation

R 140 of 255 = 55%
G 162 of 255 = 64%
B 150 of 255 = 59%

140
162
150

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

Portions of RGB colors in percentages

R + G + B = 140 + 162 + 150 = 452 (100%)
R 140 of 452 ~ 30.97%
G 162 of 452 ~ 35.84%
B 150 of 452 ~ 33.19'%

%30.97
%35.84
%33.19

CMYK color model

#8CA296 color CMYK value is (14,0,7,36).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK: (14,0,7,36) C14M0Y7K36 (14%,0%,7%,36%) (0.14/0.00/0.07/0.36) 

CMYK percentages

%13.58
%0
%7.41
%36.47

Codes

Color #8CA296 in popluar color models

8C A2 96
RGB 140 162 150
HSL 147° 10.58% 59.22%
HSB/HSV 147° 13.58% 63.53%
CMYK 13.58% 0.00% 7.41%
36.47%

Color #8CA296 in popluar number systems.

HEX 8C A2 96
Decimal 140 162 150
Binary 10001100 10100010 10010110
Octal 214 242 226

Shades and tints

Shades of #8CA296

#8CA296
(140,162,150)
#809489
(128,148,137)
#74867C
(116,134,124)
#68786F
(104,120,111)
#5C6A62
(92,106,98)
#505C55
(80,92,85)
#444E48
(68,78,72)
#38403B
(56,64,59)
#2C322E
(44,50,46)
#202421
(32,36,33)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #8CA296

#8CA296
(140,162,150)
#96AA9F
(150,170,159)
#A0B2A8
(160,178,168)
#AABAB1
(170,186,177)
#B4C2BA
(180,194,186)
#BECAC3
(190,202,195)
#C8D2CC
(200,210,204)
#D2DAD5
(210,218,213)
#DCE2DE
(220,226,222)
#E6EAE7
(230,234,231)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA296; }

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

This text font color is #8CA296.

Background Color

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

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

This div background color is #8CA296.

Border color

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

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

This div border color is #8CA296.

Opacity

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

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

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

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

This text has shadow with #8CA296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA296.

Preview

Color preview on black background

This text has color #8CA296 on black background.


Color preview on white background

This text has color #8CA296 on white background.


Black color preview on #8CA296 background

This text has black color on #8CA296 background.


White color preview on #8CA296 background

This text has white color on #8CA296 background.


Related colors

Complementary color

Complementary color for #hex is #735D69.


I love getcolorcode.com

Triadic colors

1 #968CA2 and #A2968C with #8CA296 are triadic colors.

2 #96A28C and #A28C96 with #8CA296 are triadic colors.