COLOR #8CB890

HEX: #8CB890
RGB: (140,184,144)

Color info

#8CB890 contains red, green and blue colors in about the same proportion. Web safe color of #8CB890 is #99CC99 (or #9C9).

RGB color model

#8CB890 color RGB value is (140,184,144).

  • red value is 140;
  • green value is 184;
  • blue value is 144.
RGB:
(140,184,144)
(55%,72%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 184 of 255 = 72%
B 144 of 255 = 56%

140
184
144

R + G + B ~ 61%. #8CB890 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 184 + 144 = 468 (100%)
R 140 of 468 ~ 29.91%
G 184 of 468 ~ 39.32%
B 144 of 468 ~ 30.77%

%29.91
%39.32
%30.77

CMYK color model

#8CB890 color CMYK value is (24,0,22,28).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 27.84%
CMYK:
(24,0,22,28)
C24M0Y22K28 
(24%,0%,22%,28%)
(0.24/0.00/0.22/0.28)	

CMYK percentages

%23.91
%0
%21.74
%27.84

Codes

Color #8CB890 in popluar color models

8CB890
RGB140184144
HSL125°23.66%63.53%
HSB/HSV125°23.91%72.16%
CMYK23.91%0.00%21.74%
27.84%

Color #8CB890 in popluar number systems.

HEX8CB890
Decimal140184144
Binary100011001011100010010000
Octal214270220

Shades and tints

Shades of #8CB890

#8CB890
(140,184,144)
#80A883
(128,168,131)
#749876
(116,152,118)
#688869
(104,136,105)
#5C785C
(92,120,92)
#50684F
(80,104,79)
#445842
(68,88,66)
#384835
(56,72,53)
#2C3828
(44,56,40)
#20281B
(32,40,27)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #8CB890

#8CB890
(140,184,144)
#96BE9A
(150,190,154)
#A0C4A4
(160,196,164)
#AACAAE
(170,202,174)
#B4D0B8
(180,208,184)
#BED6C2
(190,214,194)
#C8DCCC
(200,220,204)
#D2E2D6
(210,226,214)
#DCE8E0
(220,232,224)
#E6EEEA
(230,238,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB890 color. Also use rgb(140,184,144) instead hex code.

Text Font Color

.myTextColor { color: #8CB890; }

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

This text font color is #8CB890.


Background Color

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

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

This div background color is #8CB890.


Border color

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

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

This div border color is #8CB890.


Opacity

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

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

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

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

This text has shadow with #8CB890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB890 on black background.


Color preview on white background

This text has color #8CB890 on white background.



Black color preview on #8CB890 background

This text has black color on #8CB890 background.


White color preview on #8CB890 background

This text has white color on #8CB890 background.