COLOR #8CB585

HEX: #8CB585 RGB: (140,181,133)

Color info

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

RGB color model

#8CB585 color RGB value is (140,181,133).

RGB: (140,181,133) (55%, 71%, 52%)

RGB channels and saturation

R 140 of 255 = 55%
G 181 of 255 = 71%
B 133 of 255 = 52%

140
181
133

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

Portions of RGB colors in percentages

R + G + B = 140 + 181 + 133 = 454 (100%)
R 140 of 454 ~ 30.84%
G 181 of 454 ~ 39.87%
B 133 of 454 ~ 29.3'%

%30.84
%39.87
%29.3

CMYK color model

#8CB585 color CMYK value is (23,0,27,29).

  • cyan value is 22.65%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 29.02%

CMYK: (23,0,27,29)
C23M0Y27K29 (23%, 0%, 27%, 29%)
(0.23 / 0.00 / 0.27 / 0.29)

CMYK percentages

%22.65
%0
%26.52
%29.02

Codes

Color #8CB585 in popluar color models

8C B5 85
RGB 140 181 133
HSL 111° 24.49% 61.57%
HSB/HSV 111° 26.52% 70.98%
CMYK 22.65% 0.00% 26.52%
29.02%

Color #8CB585 in popluar number systems.

HEX 8C B5 85
Decimal 140 181 133
Binary 10001100 10110101 10000101
Octal 214 265 205

Shades and tints

Shades of #8CB585

#8CB585
(140,181,133)
#80A579
(128,165,121)
#74956D
(116,149,109)
#688561
(104,133,97)
#5C7555
(92,117,85)
#506549
(80,101,73)
#44553D
(68,85,61)
#384531
(56,69,49)
#2C3525
(44,53,37)
#202519
(32,37,25)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #8CB585

#8CB585
(140,181,133)
#96BB90
(150,187,144)
#A0C19B
(160,193,155)
#AAC7A6
(170,199,166)
#B4CDB1
(180,205,177)
#BED3BC
(190,211,188)
#C8D9C7
(200,217,199)
#D2DFD2
(210,223,210)
#DCE5DD
(220,229,221)
#E6EBE8
(230,235,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB585 color. Also use rgb(140,181,133) instead hex code.

Text Font Color

.myTextColor { color: #8CB585; }

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

This text font color is #8CB585.

Background Color

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

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

This div background color is #8CB585.

Border color

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

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

This div border color is #8CB585.

Opacity

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

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

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

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

This text has shadow with #8CB585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB585.

Preview

Color preview on black background

This text has color #8CB585 on black background.


Color preview on white background

This text has color #8CB585 on white background.


Black color preview on #8CB585 background

This text has black color on #8CB585 background.


White color preview on #8CB585 background

This text has white color on #8CB585 background.


Related colors

Complementary color

Complementary color for #hex is #734A7A.


I love getcolorcode.com

Triadic colors

1 #858CB5 and #B5858C with #8CB585 are triadic colors.

2 #85B58C and #B58C85 with #8CB585 are triadic colors.