COLOR #8CBE8D

HEX: #8CBE8D RGB: (140,190,141)

Color info

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

RGB color model

#8CBE8D color RGB value is (140,190,141).

RGB: (140,190,141) (55%, 75%, 55%)

RGB channels and saturation

R 140 of 255 = 55%
G 190 of 255 = 75%
B 141 of 255 = 55%

140
190
141

R + G + B ~ 62%. #8CBE8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 190 + 141 = 471 (100%)
R 140 of 471 ~ 29.72%
G 190 of 471 ~ 40.34%
B 141 of 471 ~ 29.94'%

%29.72
%40.34
%29.94

CMYK color model

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

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

CMYK: (26,0,26,25)
C26M0Y26K25 (26%, 0%, 26%, 25%)
(0.26 / 0.00 / 0.26 / 0.25)

CMYK percentages

%26.32
%0
%25.79
%25.49

Codes

Color #8CBE8D in popluar color models

8C BE 8D
RGB 140 190 141
HSL 121° 27.78% 64.71%
HSB/HSV 121° 26.32% 74.51%
CMYK 26.32% 0.00% 25.79%
25.49%

Color #8CBE8D in popluar number systems.

HEX 8C BE 8D
Decimal 140 190 141
Binary 10001100 10111110 10001101
Octal 214 276 215

Shades and tints

Shades of #8CBE8D

#8CBE8D
(140,190,141)
#80AD81
(128,173,129)
#749C75
(116,156,117)
#688B69
(104,139,105)
#5C7A5D
(92,122,93)
#506951
(80,105,81)
#445845
(68,88,69)
#384739
(56,71,57)
#2C362D
(44,54,45)
#202521
(32,37,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #8CBE8D

#8CBE8D
(140,190,141)
#96C397
(150,195,151)
#A0C8A1
(160,200,161)
#AACDAB
(170,205,171)
#B4D2B5
(180,210,181)
#BED7BF
(190,215,191)
#C8DCC9
(200,220,201)
#D2E1D3
(210,225,211)
#DCE6DD
(220,230,221)
#E6EBE7
(230,235,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBE8D; }

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

This text font color is #8CBE8D.

Background Color

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

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

This div background color is #8CBE8D.

Border color

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

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

This div border color is #8CBE8D.

Opacity

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

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

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

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

This text has shadow with #8CBE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBE8D.

Preview

Color preview on black background

This text has color #8CBE8D on black background.


Color preview on white background

This text has color #8CBE8D on white background.


Black color preview on #8CBE8D background

This text has black color on #8CBE8D background.


White color preview on #8CBE8D background

This text has white color on #8CBE8D background.


Related colors

Complementary color

Complementary color for #hex is #734172.


I love getcolorcode.com

Triadic colors

1 #8D8CBE and #BE8D8C with #8CBE8D are triadic colors.

2 #8DBE8C and #BE8C8D with #8CBE8D are triadic colors.