COLOR #8CA093

HEX: #8CA093
RGB: (140,160,147)

Color info

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

RGB color model

#8CA093 color RGB value is (140,160,147).

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

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 147 of 255 = 58%

140
160
147

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 147 = 447 (100%)
R 140 of 447 ~ 31.32%
G 160 of 447 ~ 35.79%
B 147 of 447 ~ 32.89%

%31.32
%35.79
%32.89

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 8.13%
  • key color value is 37.25%
CMYK:
(13,0,8,37)
C13M0Y8K37 
(13%,0%,8%,37%)
(0.13/0.00/0.08/0.37)	

CMYK percentages

%12.5
%0
%8.13
%37.25

Codes

Color #8CA093 in popluar color models

8CA093
RGB140160147
HSL141°9.52%58.82%
HSB/HSV141°12.50%62.75%
CMYK12.50%0.00%8.13%
37.25%

Color #8CA093 in popluar number systems.

HEX8CA093
Decimal140160147
Binary100011001010000010010011
Octal214240223

Shades and tints

Shades of #8CA093

#8CA093
(140,160,147)
#809286
(128,146,134)
#748479
(116,132,121)
#68766C
(104,118,108)
#5C685F
(92,104,95)
#505A52
(80,90,82)
#444C45
(68,76,69)
#383E38
(56,62,56)
#2C302B
(44,48,43)
#20221E
(32,34,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #8CA093

#8CA093
(140,160,147)
#96A89C
(150,168,156)
#A0B0A5
(160,176,165)
#AAB8AE
(170,184,174)
#B4C0B7
(180,192,183)
#BEC8C0
(190,200,192)
#C8D0C9
(200,208,201)
#D2D8D2
(210,216,210)
#DCE0DB
(220,224,219)
#E6E8E4
(230,232,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA093; }

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

This text font color is #8CA093.


Background Color

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

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

This div background color is #8CA093.


Border color

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

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

This div border color is #8CA093.


Opacity

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

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

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

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

This text has shadow with #8CA093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA093 on black background.


Color preview on white background

This text has color #8CA093 on white background.



Black color preview on #8CA093 background

This text has black color on #8CA093 background.


White color preview on #8CA093 background

This text has white color on #8CA093 background.