COLOR #8CBB88

HEX: #8CBB88
RGB: (140,187,136)

Color info

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

RGB color model

#8CBB88 color RGB value is (140,187,136).

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

RGB channels and saturation

R 140 of 255 = 55%
G 187 of 255 = 73%
B 136 of 255 = 53%

140
187
136

R + G + B ~ 60%. #8CBB88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 187 + 136 = 463 (100%)
R 140 of 463 ~ 30.24%
G 187 of 463 ~ 40.39%
B 136 of 463 ~ 29.37%

%30.24
%40.39
%29.37

CMYK color model

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

  • cyan value is 25.13%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK:
(25,0,27,27)
C25M0Y27K27 
(25%,0%,27%,27%)
(0.25/0.00/0.27/0.27)	

CMYK percentages

%25.13
%0
%27.27
%26.67

Codes

Color #8CBB88 in popluar color models

8CBB88
RGB140187136
HSL115°27.27%63.33%
HSB/HSV115°27.27%73.33%
CMYK25.13%0.00%27.27%
26.67%

Color #8CBB88 in popluar number systems.

HEX8CBB88
Decimal140187136
Binary100011001011101110001000
Octal214273210

Shades and tints

Shades of #8CBB88

#8CBB88
(140,187,136)
#80AA7C
(128,170,124)
#749970
(116,153,112)
#688864
(104,136,100)
#5C7758
(92,119,88)
#50664C
(80,102,76)
#445540
(68,85,64)
#384434
(56,68,52)
#2C3328
(44,51,40)
#20221C
(32,34,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #8CBB88

#8CBB88
(140,187,136)
#96C192
(150,193,146)
#A0C79C
(160,199,156)
#AACDA6
(170,205,166)
#B4D3B0
(180,211,176)
#BED9BA
(190,217,186)
#C8DFC4
(200,223,196)
#D2E5CE
(210,229,206)
#DCEBD8
(220,235,216)
#E6F1E2
(230,241,226)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBB88; }

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

This text font color is #8CBB88.


Background Color

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

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

This div background color is #8CBB88.


Border color

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

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

This div border color is #8CBB88.


Opacity

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

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

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

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

This text has shadow with #8CBB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBB88 on black background.


Color preview on white background

This text has color #8CBB88 on white background.



Black color preview on #8CBB88 background

This text has black color on #8CBB88 background.


White color preview on #8CBB88 background

This text has white color on #8CBB88 background.