COLOR #8CBB95

HEX: #8CBB95 RGB: (140,187,149)

Color info

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

RGB color model

#8CBB95 color RGB value is (140,187,149).

RGB: (140,187,149) (55%, 73%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 187 of 255 = 73%
B 149 of 255 = 58%

140
187
149

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

Portions of RGB colors in percentages

R + G + B = 140 + 187 + 149 = 476 (100%)
R 140 of 476 ~ 29.41%
G 187 of 476 ~ 39.29%
B 149 of 476 ~ 31.3'%

%29.41
%39.29
%31.3

CMYK color model

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

  • cyan value is 25.13%
  • magenta value is 0.00%
  • yellow value is 20.32%
  • 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
%20.32
%26.67

Codes

Color #8CBB95 in popluar color models

8C BB 95
RGB 140 187 149
HSL 131° 25.68% 64.12%
HSB/HSV 131° 25.13% 73.33%
CMYK 25.13% 0.00% 20.32%
26.67%

Color #8CBB95 in popluar number systems.

HEX 8C BB 95
Decimal 140 187 149
Binary 10001100 10111011 10010101
Octal 214 273 225

Shades and tints

Shades of #8CBB95

#8CBB95
(140,187,149)
#80AA88
(128,170,136)
#74997B
(116,153,123)
#68886E
(104,136,110)
#5C7761
(92,119,97)
#506654
(80,102,84)
#445547
(68,85,71)
#38443A
(56,68,58)
#2C332D
(44,51,45)
#202220
(32,34,32)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #8CBB95

#8CBB95
(140,187,149)
#96C19E
(150,193,158)
#A0C7A7
(160,199,167)
#AACDB0
(170,205,176)
#B4D3B9
(180,211,185)
#BED9C2
(190,217,194)
#C8DFCB
(200,223,203)
#D2E5D4
(210,229,212)
#DCEBDD
(220,235,221)
#E6F1E6
(230,241,230)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBB95; }

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

This text font color is #8CBB95.

Background Color

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

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

This div background color is #8CBB95.

Border color

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

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

This div border color is #8CBB95.

Opacity

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

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

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

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

This text has shadow with #8CBB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBB95.

Preview

Color preview on black background

This text has color #8CBB95 on black background.


Color preview on white background

This text has color #8CBB95 on white background.


Black color preview on #8CBB95 background

This text has black color on #8CBB95 background.


White color preview on #8CBB95 background

This text has white color on #8CBB95 background.


Related colors

Complementary color

Complementary color for #hex is #73446A.


I love getcolorcode.com

Triadic colors

1 #958CBB and #BB958C with #8CBB95 are triadic colors.

2 #95BB8C and #BB8C95 with #8CBB95 are triadic colors.