COLOR #8CBE9C

HEX: #8CBE9C RGB: (140,190,156)

Color info

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

RGB color model

#8CBE9C color RGB value is (140,190,156).

RGB: (140,190,156) (55%, 75%, 61%)

RGB channels and saturation

R 140 of 255 = 55%
G 190 of 255 = 75%
B 156 of 255 = 61%

140
190
156

R + G + B ~ 64%. #8CBE9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 190 + 156 = 486 (100%)
R 140 of 486 ~ 28.81%
G 190 of 486 ~ 39.09%
B 156 of 486 ~ 32.1'%

%28.81
%39.09
%32.1

CMYK color model

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

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

CMYK: (26,0,18,25)
C26M0Y18K25 (26%, 0%, 18%, 25%)
(0.26 / 0.00 / 0.18 / 0.25)

CMYK percentages

%26.32
%0
%17.89
%25.49

Codes

Color #8CBE9C in popluar color models

8C BE 9C
RGB 140 190 156
HSL 139° 27.78% 64.71%
HSB/HSV 139° 26.32% 74.51%
CMYK 26.32% 0.00% 17.89%
25.49%

Color #8CBE9C in popluar number systems.

HEX 8C BE 9C
Decimal 140 190 156
Binary 10001100 10111110 10011100
Octal 214 276 234

Shades and tints

Shades of #8CBE9C

#8CBE9C
(140,190,156)
#80AD8E
(128,173,142)
#749C80
(116,156,128)
#688B72
(104,139,114)
#5C7A64
(92,122,100)
#506956
(80,105,86)
#445848
(68,88,72)
#38473A
(56,71,58)
#2C362C
(44,54,44)
#20251E
(32,37,30)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #8CBE9C

#8CBE9C
(140,190,156)
#96C3A5
(150,195,165)
#A0C8AE
(160,200,174)
#AACDB7
(170,205,183)
#B4D2C0
(180,210,192)
#BED7C9
(190,215,201)
#C8DCD2
(200,220,210)
#D2E1DB
(210,225,219)
#DCE6E4
(220,230,228)
#E6EBED
(230,235,237)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBE9C; }

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

This text font color is #8CBE9C.

Background Color

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

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

This div background color is #8CBE9C.

Border color

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

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

This div border color is #8CBE9C.

Opacity

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

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

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

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

This text has shadow with #8CBE9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBE9C.

Preview

Color preview on black background

This text has color #8CBE9C on black background.


Color preview on white background

This text has color #8CBE9C on white background.


Black color preview on #8CBE9C background

This text has black color on #8CBE9C background.


White color preview on #8CBE9C background

This text has white color on #8CBE9C background.


Related colors

Complementary color

Complementary color for #hex is #734163.


I love getcolorcode.com

Triadic colors

1 #9C8CBE and #BE9C8C with #8CBE9C are triadic colors.

2 #9CBE8C and #BE8C9C with #8CBE9C are triadic colors.