COLOR #8CA095

HEX: #8CA095
RGB: (140,160,149)

Color info

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

RGB color model

#8CA095 color RGB value is (140,160,149).

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

RGB channels and saturation

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

140
160
149

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 149 = 449 (100%)
R 140 of 449 ~ 31.18%
G 160 of 449 ~ 35.63%
B 149 of 449 ~ 33.18%

%31.18
%35.63
%33.18

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(13,0,7,37)
C13M0Y7K37 
(13%,0%,7%,37%)
(0.13/0.00/0.07/0.37)	

CMYK percentages

%12.5
%0
%6.87
%37.25

Codes

Color #8CA095 in popluar color models

8CA095
RGB140160149
HSL147°9.52%58.82%
HSB/HSV147°12.50%62.75%
CMYK12.50%0.00%6.87%
37.25%

Color #8CA095 in popluar number systems.

HEX8CA095
Decimal140160149
Binary100011001010000010010101
Octal214240225

Shades and tints

Shades of #8CA095

#8CA095
(140,160,149)
#809288
(128,146,136)
#74847B
(116,132,123)
#68766E
(104,118,110)
#5C6861
(92,104,97)
#505A54
(80,90,84)
#444C47
(68,76,71)
#383E3A
(56,62,58)
#2C302D
(44,48,45)
#202220
(32,34,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #8CA095

#8CA095
(140,160,149)
#96A89E
(150,168,158)
#A0B0A7
(160,176,167)
#AAB8B0
(170,184,176)
#B4C0B9
(180,192,185)
#BEC8C2
(190,200,194)
#C8D0CB
(200,208,203)
#D2D8D4
(210,216,212)
#DCE0DD
(220,224,221)
#E6E8E6
(230,232,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA095; }

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

This text font color is #8CA095.


Background Color

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

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

This div background color is #8CA095.


Border color

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

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

This div border color is #8CA095.


Opacity

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

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

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

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

This text has shadow with #8CA095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA095 on black background.


Color preview on white background

This text has color #8CA095 on white background.



Black color preview on #8CA095 background

This text has black color on #8CA095 background.


White color preview on #8CA095 background

This text has white color on #8CA095 background.