COLOR #8CA09B

HEX: #8CA09B
RGB: (140,160,155)

Color info

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

RGB color model

#8CA09B color RGB value is (140,160,155).

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

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 155 of 255 = 61%

140
160
155

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 155 = 455 (100%)
R 140 of 455 ~ 30.77%
G 160 of 455 ~ 35.16%
B 155 of 455 ~ 34.07%

%30.77
%35.16
%34.07

CMYK color model

#8CA09B color CMYK value is (13,0,3,37).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(13,0,3,37)
C13M0Y3K37 
(13%,0%,3%,37%)
(0.13/0.00/0.03/0.37)	

CMYK percentages

%12.5
%0
%3.13
%37.25

Codes

Color #8CA09B in popluar color models

8CA09B
RGB140160155
HSL165°9.52%58.82%
HSB/HSV165°12.50%62.75%
CMYK12.50%0.00%3.13%
37.25%

Color #8CA09B in popluar number systems.

HEX8CA09B
Decimal140160155
Binary100011001010000010011011
Octal214240233

Shades and tints

Shades of #8CA09B

#8CA09B
(140,160,155)
#80928D
(128,146,141)
#74847F
(116,132,127)
#687671
(104,118,113)
#5C6863
(92,104,99)
#505A55
(80,90,85)
#444C47
(68,76,71)
#383E39
(56,62,57)
#2C302B
(44,48,43)
#20221D
(32,34,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #8CA09B

#8CA09B
(140,160,155)
#96A8A4
(150,168,164)
#A0B0AD
(160,176,173)
#AAB8B6
(170,184,182)
#B4C0BF
(180,192,191)
#BEC8C8
(190,200,200)
#C8D0D1
(200,208,209)
#D2D8DA
(210,216,218)
#DCE0E3
(220,224,227)
#E6E8EC
(230,232,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA09B; }

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

This text font color is #8CA09B.


Background Color

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

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

This div background color is #8CA09B.


Border color

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

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

This div border color is #8CA09B.


Opacity

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

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

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

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

This text has shadow with #8CA09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA09B on black background.


Color preview on white background

This text has color #8CA09B on white background.



Black color preview on #8CA09B background

This text has black color on #8CA09B background.


White color preview on #8CA09B background

This text has white color on #8CA09B background.