COLOR #8CA09A

HEX: #8CA09A
RGB: (140,160,154)

Color info

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

RGB color model

#8CA09A color RGB value is (140,160,154).

  • red value is 140;
  • green value is 160;
  • blue value is 154.
RGB:
(140,160,154)
(55%,63%,60%)

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 154 of 255 = 60%

140
160
154

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 154 = 454 (100%)
R 140 of 454 ~ 30.84%
G 160 of 454 ~ 35.24%
B 154 of 454 ~ 33.92%

%30.84
%35.24
%33.92

CMYK color model

#8CA09A color CMYK value is (13,0,4,37).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 37.25%
CMYK:
(13,0,4,37)
C13M0Y4K37 
(13%,0%,4%,37%)
(0.13/0.00/0.04/0.37)	

CMYK percentages

%12.5
%0
%3.75
%37.25

Codes

Color #8CA09A in popluar color models

8CA09A
RGB140160154
HSL162°9.52%58.82%
HSB/HSV162°12.50%62.75%
CMYK12.50%0.00%3.75%
37.25%

Color #8CA09A in popluar number systems.

HEX8CA09A
Decimal140160154
Binary100011001010000010011010
Octal214240232

Shades and tints

Shades of #8CA09A

#8CA09A
(140,160,154)
#80928C
(128,146,140)
#74847E
(116,132,126)
#687670
(104,118,112)
#5C6862
(92,104,98)
#505A54
(80,90,84)
#444C46
(68,76,70)
#383E38
(56,62,56)
#2C302A
(44,48,42)
#20221C
(32,34,28)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #8CA09A

#8CA09A
(140,160,154)
#96A8A3
(150,168,163)
#A0B0AC
(160,176,172)
#AAB8B5
(170,184,181)
#B4C0BE
(180,192,190)
#BEC8C7
(190,200,199)
#C8D0D0
(200,208,208)
#D2D8D9
(210,216,217)
#DCE0E2
(220,224,226)
#E6E8EB
(230,232,235)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA09A; }

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

This text font color is #8CA09A.


Background Color

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

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

This div background color is #8CA09A.


Border color

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

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

This div border color is #8CA09A.


Opacity

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

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

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

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

This text has shadow with #8CA09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA09A on black background.


Color preview on white background

This text has color #8CA09A on white background.



Black color preview on #8CA09A background

This text has black color on #8CA09A background.


White color preview on #8CA09A background

This text has white color on #8CA09A background.