COLOR #8CB699

HEX: #8CB699 RGB: (140,182,153)

Color info

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

RGB color model

#8CB699 color RGB value is (140,182,153).

RGB: (140,182,153) (55%, 71%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 182 of 255 = 71%
B 153 of 255 = 60%

140
182
153

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

Portions of RGB colors in percentages

R + G + B = 140 + 182 + 153 = 475 (100%)
R 140 of 475 ~ 29.47%
G 182 of 475 ~ 38.32%
B 153 of 475 ~ 32.21'%

%29.47
%38.32
%32.21

CMYK color model

#8CB699 color CMYK value is (23,0,16,29).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 28.63%
CMYK: (23,0,16,29) C23M0Y16K29 (23%,0%,16%,29%) (0.23/0.00/0.16/0.29) 

CMYK percentages

%23.08
%0
%15.93
%28.63

Codes

Color #8CB699 in popluar color models

8C B6 99
RGB 140 182 153
HSL 139° 22.34% 63.14%
HSB/HSV 139° 23.08% 71.37%
CMYK 23.08% 0.00% 15.93%
28.63%

Color #8CB699 in popluar number systems.

HEX 8C B6 99
Decimal 140 182 153
Binary 10001100 10110110 10011001
Octal 214 266 231

Shades and tints

Shades of #8CB699

#8CB699
(140,182,153)
#80A68C
(128,166,140)
#74967F
(116,150,127)
#688672
(104,134,114)
#5C7665
(92,118,101)
#506658
(80,102,88)
#44564B
(68,86,75)
#38463E
(56,70,62)
#2C3631
(44,54,49)
#202624
(32,38,36)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #8CB699

#8CB699
(140,182,153)
#96BCA2
(150,188,162)
#A0C2AB
(160,194,171)
#AAC8B4
(170,200,180)
#B4CEBD
(180,206,189)
#BED4C6
(190,212,198)
#C8DACF
(200,218,207)
#D2E0D8
(210,224,216)
#DCE6E1
(220,230,225)
#E6ECEA
(230,236,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB699 color. Also use rgb(140,182,153) instead hex code.

Text Font Color

.myTextColor { color: #8CB699; }

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

This text font color is #8CB699.

Background Color

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

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

This div background color is #8CB699.

Border color

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

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

This div border color is #8CB699.

Opacity

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

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

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

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

This text has shadow with #8CB699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB699.

Preview

Color preview on black background

This text has color #8CB699 on black background.


Color preview on white background

This text has color #8CB699 on white background.


Black color preview on #8CB699 background

This text has black color on #8CB699 background.


White color preview on #8CB699 background

This text has white color on #8CB699 background.


Related colors

Complementary color

Complementary color for #hex is #734966.


I love getcolorcode.com

Triadic colors

1 #998CB6 and #B6998C with #8CB699 are triadic colors.

2 #99B68C and #B68C99 with #8CB699 are triadic colors.