COLOR #8CBB96

HEX: #8CBB96
RGB: (140,187,150)

Color info

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

RGB color model

#8CBB96 color RGB value is (140,187,150).

  • red value is 140;
  • green value is 187;
  • blue value is 150.
RGB:
(140,187,150)
(55%,73%,59%)

RGB channels and saturation

R 140 of 255 = 55%
G 187 of 255 = 73%
B 150 of 255 = 59%

140
187
150

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

Portions of RGB colors in percentages

R + G + B =
140 + 187 + 150 = 477 (100%)
R 140 of 477 ~ 29.35%
G 187 of 477 ~ 39.2%
B 150 of 477 ~ 31.45%

%29.35
%39.2
%31.45

CMYK color model

#8CBB96 color CMYK value is (25,0,20,27).

  • cyan value is 25.13%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(25,0,20,27)
C25M0Y20K27 
(25%,0%,20%,27%)
(0.25/0.00/0.20/0.27)	

CMYK percentages

%25.13
%0
%19.79
%26.67

Codes

Color #8CBB96 in popluar color models

8CBB96
RGB140187150
HSL133°25.68%64.12%
HSB/HSV133°25.13%73.33%
CMYK25.13%0.00%19.79%
26.67%

Color #8CBB96 in popluar number systems.

HEX8CBB96
Decimal140187150
Binary100011001011101110010110
Octal214273226

Shades and tints

Shades of #8CBB96

#8CBB96
(140,187,150)
#80AA89
(128,170,137)
#74997C
(116,153,124)
#68886F
(104,136,111)
#5C7762
(92,119,98)
#506655
(80,102,85)
#445548
(68,85,72)
#38443B
(56,68,59)
#2C332E
(44,51,46)
#202221
(32,34,33)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #8CBB96

#8CBB96
(140,187,150)
#96C19F
(150,193,159)
#A0C7A8
(160,199,168)
#AACDB1
(170,205,177)
#B4D3BA
(180,211,186)
#BED9C3
(190,217,195)
#C8DFCC
(200,223,204)
#D2E5D5
(210,229,213)
#DCEBDE
(220,235,222)
#E6F1E7
(230,241,231)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBB96 color. Also use rgb(140,187,150) instead hex code.

Text Font Color

.myTextColor { color: #8CBB96; }

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

This text font color is #8CBB96.


Background Color

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

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

This div background color is #8CBB96.


Border color

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

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

This div border color is #8CBB96.


Opacity

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

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

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

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

This text has shadow with #8CBB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBB96 on black background.


Color preview on white background

This text has color #8CBB96 on white background.



Black color preview on #8CBB96 background

This text has black color on #8CBB96 background.


White color preview on #8CBB96 background

This text has white color on #8CBB96 background.