COLOR #8CB790

HEX: #8CB790 RGB: (140,183,144)

Color info

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

RGB color model

#8CB790 color RGB value is (140,183,144).

RGB: (140,183,144) (55%, 72%, 56%)

RGB channels and saturation

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

140
183
144

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

Portions of RGB colors in percentages

R + G + B = 140 + 183 + 144 = 467 (100%)
R 140 of 467 ~ 29.98%
G 183 of 467 ~ 39.19%
B 144 of 467 ~ 30.84'%

%29.98
%39.19
%30.84

CMYK color model

#8CB790 color CMYK value is (23,0,21,28).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 21.31%
  • key color value is 28.24%

CMYK: (23,0,21,28)
C23M0Y21K28 (23%, 0%, 21%, 28%)
(0.23 / 0.00 / 0.21 / 0.28)

CMYK percentages

%23.5
%0
%21.31
%28.24

Codes

Color #8CB790 in popluar color models

8C B7 90
RGB 140 183 144
HSL 126° 22.99% 63.33%
HSB/HSV 126° 23.50% 71.76%
CMYK 23.50% 0.00% 21.31%
28.24%

Color #8CB790 in popluar number systems.

HEX 8C B7 90
Decimal 140 183 144
Binary 10001100 10110111 10010000
Octal 214 267 220

Shades and tints

Shades of #8CB790

#8CB790
(140,183,144)
#80A783
(128,167,131)
#749776
(116,151,118)
#688769
(104,135,105)
#5C775C
(92,119,92)
#50674F
(80,103,79)
#445742
(68,87,66)
#384735
(56,71,53)
#2C3728
(44,55,40)
#20271B
(32,39,27)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #8CB790

#8CB790
(140,183,144)
#96BD9A
(150,189,154)
#A0C3A4
(160,195,164)
#AAC9AE
(170,201,174)
#B4CFB8
(180,207,184)
#BED5C2
(190,213,194)
#C8DBCC
(200,219,204)
#D2E1D6
(210,225,214)
#DCE7E0
(220,231,224)
#E6EDEA
(230,237,234)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB790; }

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

This text font color is #8CB790.

Background Color

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

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

This div background color is #8CB790.

Border color

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

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

This div border color is #8CB790.

Opacity

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

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

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

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

This text has shadow with #8CB790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB790.

Preview

Color preview on black background

This text has color #8CB790 on black background.


Color preview on white background

This text has color #8CB790 on white background.


Black color preview on #8CB790 background

This text has black color on #8CB790 background.


White color preview on #8CB790 background

This text has white color on #8CB790 background.


Related colors

Complementary color

Complementary color for #hex is #73486F.


I love getcolorcode.com

Triadic colors

1 #908CB7 and #B7908C with #8CB790 are triadic colors.

2 #90B78C and #B78C90 with #8CB790 are triadic colors.