COLOR #8CBE8E

HEX: #8CBE8E
RGB: (140,190,142)

Color info

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

RGB color model

#8CBE8E color RGB value is (140,190,142).

  • red value is 140;
  • green value is 190;
  • blue value is 142.
RGB:
(140,190,142)
(55%,75%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 190 of 255 = 75%
B 142 of 255 = 56%

140
190
142

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

Portions of RGB colors in percentages

R + G + B =
140 + 190 + 142 = 472 (100%)
R 140 of 472 ~ 29.66%
G 190 of 472 ~ 40.25%
B 142 of 472 ~ 30.08%

%29.66
%40.25
%30.08

CMYK color model

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

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 25.49%
CMYK:
(26,0,25,25)
C26M0Y25K25 
(26%,0%,25%,25%)
(0.26/0.00/0.25/0.25)	

CMYK percentages

%26.32
%0
%25.26
%25.49

Codes

Color #8CBE8E in popluar color models

8CBE8E
RGB140190142
HSL122°27.78%64.71%
HSB/HSV122°26.32%74.51%
CMYK26.32%0.00%25.26%
25.49%

Color #8CBE8E in popluar number systems.

HEX8CBE8E
Decimal140190142
Binary100011001011111010001110
Octal214276216

Shades and tints

Shades of #8CBE8E

#8CBE8E
(140,190,142)
#80AD82
(128,173,130)
#749C76
(116,156,118)
#688B6A
(104,139,106)
#5C7A5E
(92,122,94)
#506952
(80,105,82)
#445846
(68,88,70)
#38473A
(56,71,58)
#2C362E
(44,54,46)
#202522
(32,37,34)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #8CBE8E

#8CBE8E
(140,190,142)
#96C398
(150,195,152)
#A0C8A2
(160,200,162)
#AACDAC
(170,205,172)
#B4D2B6
(180,210,182)
#BED7C0
(190,215,192)
#C8DCCA
(200,220,202)
#D2E1D4
(210,225,212)
#DCE6DE
(220,230,222)
#E6EBE8
(230,235,232)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBE8E; }

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

This text font color is #8CBE8E.


Background Color

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

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

This div background color is #8CBE8E.


Border color

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

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

This div border color is #8CBE8E.


Opacity

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

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

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

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

This text has shadow with #8CBE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBE8E on black background.


Color preview on white background

This text has color #8CBE8E on white background.



Black color preview on #8CBE8E background

This text has black color on #8CBE8E background.


White color preview on #8CBE8E background

This text has white color on #8CBE8E background.