COLOR #8CBE93

HEX: #8CBE93 RGB: (140,190,147)

Color info

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

RGB color model

#8CBE93 color RGB value is (140,190,147).

RGB: (140,190,147) (55%, 75%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 190 of 255 = 75%
B 147 of 255 = 58%

140
190
147

R + G + B ~ 63%. #8CBE93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 190 + 147 = 477 (100%)
R 140 of 477 ~ 29.35%
G 190 of 477 ~ 39.83%
B 147 of 477 ~ 30.82'%

%29.35
%39.83
%30.82

CMYK color model

#8CBE93 color CMYK value is (26,0,23,25).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 25.49%

CMYK: (26,0,23,25)
C26M0Y23K25 (26%, 0%, 23%, 25%)
(0.26 / 0.00 / 0.23 / 0.25)

CMYK percentages

%26.32
%0
%22.63
%25.49

Codes

Color #8CBE93 in popluar color models

8C BE 93
RGB 140 190 147
HSL 128° 27.78% 64.71%
HSB/HSV 128° 26.32% 74.51%
CMYK 26.32% 0.00% 22.63%
25.49%

Color #8CBE93 in popluar number systems.

HEX 8C BE 93
Decimal 140 190 147
Binary 10001100 10111110 10010011
Octal 214 276 223

Shades and tints

Shades of #8CBE93

#8CBE93
(140,190,147)
#80AD86
(128,173,134)
#749C79
(116,156,121)
#688B6C
(104,139,108)
#5C7A5F
(92,122,95)
#506952
(80,105,82)
#445845
(68,88,69)
#384738
(56,71,56)
#2C362B
(44,54,43)
#20251E
(32,37,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #8CBE93

#8CBE93
(140,190,147)
#96C39C
(150,195,156)
#A0C8A5
(160,200,165)
#AACDAE
(170,205,174)
#B4D2B7
(180,210,183)
#BED7C0
(190,215,192)
#C8DCC9
(200,220,201)
#D2E1D2
(210,225,210)
#DCE6DB
(220,230,219)
#E6EBE4
(230,235,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBE93; }

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

This text font color is #8CBE93.

Background Color

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

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

This div background color is #8CBE93.

Border color

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

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

This div border color is #8CBE93.

Opacity

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

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

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

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

This text has shadow with #8CBE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBE93.

Preview

Color preview on black background

This text has color #8CBE93 on black background.


Color preview on white background

This text has color #8CBE93 on white background.


Black color preview on #8CBE93 background

This text has black color on #8CBE93 background.


White color preview on #8CBE93 background

This text has white color on #8CBE93 background.


Related colors

Complementary color

Complementary color for #hex is #73416C.


I love getcolorcode.com

Triadic colors

1 #938CBE and #BE938C with #8CBE93 are triadic colors.

2 #93BE8C and #BE8C93 with #8CBE93 are triadic colors.