COLOR #8CA091

HEX: #8CA091
RGB: (140,160,145)

Color info

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

RGB color model

#8CA091 color RGB value is (140,160,145).

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

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 145 of 255 = 57%

140
160
145

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 145 = 445 (100%)
R 140 of 445 ~ 31.46%
G 160 of 445 ~ 35.96%
B 145 of 445 ~ 32.58%

%31.46
%35.96
%32.58

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 37.25%
CMYK:
(13,0,9,37)
C13M0Y9K37 
(13%,0%,9%,37%)
(0.13/0.00/0.09/0.37)	

CMYK percentages

%12.5
%0
%9.38
%37.25

Codes

Color #8CA091 in popluar color models

8CA091
RGB140160145
HSL135°9.52%58.82%
HSB/HSV135°12.50%62.75%
CMYK12.50%0.00%9.38%
37.25%

Color #8CA091 in popluar number systems.

HEX8CA091
Decimal140160145
Binary100011001010000010010001
Octal214240221

Shades and tints

Shades of #8CA091

#8CA091
(140,160,145)
#809284
(128,146,132)
#748477
(116,132,119)
#68766A
(104,118,106)
#5C685D
(92,104,93)
#505A50
(80,90,80)
#444C43
(68,76,67)
#383E36
(56,62,54)
#2C3029
(44,48,41)
#20221C
(32,34,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #8CA091

#8CA091
(140,160,145)
#96A89B
(150,168,155)
#A0B0A5
(160,176,165)
#AAB8AF
(170,184,175)
#B4C0B9
(180,192,185)
#BEC8C3
(190,200,195)
#C8D0CD
(200,208,205)
#D2D8D7
(210,216,215)
#DCE0E1
(220,224,225)
#E6E8EB
(230,232,235)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA091; }

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

This text font color is #8CA091.


Background Color

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

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

This div background color is #8CA091.


Border color

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

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

This div border color is #8CA091.


Opacity

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

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

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

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

This text has shadow with #8CA091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA091 on black background.


Color preview on white background

This text has color #8CA091 on white background.



Black color preview on #8CA091 background

This text has black color on #8CA091 background.


White color preview on #8CA091 background

This text has white color on #8CA091 background.