COLOR #8CA69B

HEX: #8CA69B
RGB: (140,166,155)

Color info

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

RGB color model

#8CA69B color RGB value is (140,166,155).

  • red value is 140;
  • green value is 166;
  • blue value is 155.
RGB:
(140,166,155)
(55%,65%,61%)

RGB channels and saturation

R 140 of 255 = 55%
G 166 of 255 = 65%
B 155 of 255 = 61%

140
166
155

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

Portions of RGB colors in percentages

R + G + B =
140 + 166 + 155 = 461 (100%)
R 140 of 461 ~ 30.37%
G 166 of 461 ~ 36.01%
B 155 of 461 ~ 33.62%

%30.37
%36.01
%33.62

CMYK color model

#8CA69B color CMYK value is (16,0,7,35).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 6.63%
  • key color value is 34.90%
CMYK:
(16,0,7,35)
C16M0Y7K35 
(16%,0%,7%,35%)
(0.16/0.00/0.07/0.35)	

CMYK percentages

%15.66
%0
%6.63
%34.9

Codes

Color #8CA69B in popluar color models

8CA69B
RGB140166155
HSL155°12.75%60.00%
HSB/HSV155°15.66%65.10%
CMYK15.66%0.00%6.63%
34.90%

Color #8CA69B in popluar number systems.

HEX8CA69B
Decimal140166155
Binary100011001010011010011011
Octal214246233

Shades and tints

Shades of #8CA69B

#8CA69B
(140,166,155)
#80978D
(128,151,141)
#74887F
(116,136,127)
#687971
(104,121,113)
#5C6A63
(92,106,99)
#505B55
(80,91,85)
#444C47
(68,76,71)
#383D39
(56,61,57)
#2C2E2B
(44,46,43)
#201F1D
(32,31,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #8CA69B

#8CA69B
(140,166,155)
#96AEA4
(150,174,164)
#A0B6AD
(160,182,173)
#AABEB6
(170,190,182)
#B4C6BF
(180,198,191)
#BECEC8
(190,206,200)
#C8D6D1
(200,214,209)
#D2DEDA
(210,222,218)
#DCE6E3
(220,230,227)
#E6EEEC
(230,238,236)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA69B color. Also use rgb(140,166,155) instead hex code.

Text Font Color

.myTextColor { color: #8CA69B; }

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

This text font color is #8CA69B.


Background Color

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

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

This div background color is #8CA69B.


Border color

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

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

This div border color is #8CA69B.


Opacity

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

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

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

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

This text has shadow with #8CA69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA69B on black background.


Color preview on white background

This text has color #8CA69B on white background.



Black color preview on #8CA69B background

This text has black color on #8CA69B background.


White color preview on #8CA69B background

This text has white color on #8CA69B background.