COLOR #8CB193

HEX: #8CB193 RGB: (140,177,147)

Color info

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

RGB color model

#8CB193 color RGB value is (140,177,147).

RGB: (140,177,147) (55%, 69%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 177 of 255 = 69%
B 147 of 255 = 58%

140
177
147

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

Portions of RGB colors in percentages

R + G + B = 140 + 177 + 147 = 464 (100%)
R 140 of 464 ~ 30.17%
G 177 of 464 ~ 38.15%
B 147 of 464 ~ 31.68'%

%30.17
%38.15
%31.68

CMYK color model

#8CB193 color CMYK value is (21,0,17,31).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 30.59%

CMYK: (21,0,17,31)
C21M0Y17K31 (21%, 0%, 17%, 31%)
(0.21 / 0.00 / 0.17 / 0.31)

CMYK percentages

%20.9
%0
%16.95
%30.59

Codes

Color #8CB193 in popluar color models

8C B1 93
RGB 140 177 147
HSL 131° 19.17% 62.16%
HSB/HSV 131° 20.90% 69.41%
CMYK 20.90% 0.00% 16.95%
30.59%

Color #8CB193 in popluar number systems.

HEX 8C B1 93
Decimal 140 177 147
Binary 10001100 10110001 10010011
Octal 214 261 223

Shades and tints

Shades of #8CB193

#8CB193
(140,177,147)
#80A186
(128,161,134)
#749179
(116,145,121)
#68816C
(104,129,108)
#5C715F
(92,113,95)
#506152
(80,97,82)
#445145
(68,81,69)
#384138
(56,65,56)
#2C312B
(44,49,43)
#20211E
(32,33,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #8CB193

#8CB193
(140,177,147)
#96B89C
(150,184,156)
#A0BFA5
(160,191,165)
#AAC6AE
(170,198,174)
#B4CDB7
(180,205,183)
#BED4C0
(190,212,192)
#C8DBC9
(200,219,201)
#D2E2D2
(210,226,210)
#DCE9DB
(220,233,219)
#E6F0E4
(230,240,228)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB193 color. Also use rgb(140,177,147) instead hex code.

Text Font Color

.myTextColor { color: #8CB193; }

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

This text font color is #8CB193.

Background Color

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

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

This div background color is #8CB193.

Border color

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

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

This div border color is #8CB193.

Opacity

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

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

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

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

This text has shadow with #8CB193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB193.

Preview

Color preview on black background

This text has color #8CB193 on black background.


Color preview on white background

This text has color #8CB193 on white background.


Black color preview on #8CB193 background

This text has black color on #8CB193 background.


White color preview on #8CB193 background

This text has white color on #8CB193 background.


Related colors

Complementary color

Complementary color for #hex is #734E6C.


I love getcolorcode.com

Triadic colors

1 #938CB1 and #B1938C with #8CB193 are triadic colors.

2 #93B18C and #B18C93 with #8CB193 are triadic colors.