COLOR #8CB499

HEX: #8CB499 RGB: (140,180,153)

Color info

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

RGB color model

#8CB499 color RGB value is (140,180,153).

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

RGB channels and saturation

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

140
180
153

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

Portions of RGB colors in percentages

R + G + B = 140 + 180 + 153 = 473 (100%)
R 140 of 473 ~ 29.6%
G 180 of 473 ~ 38.05%
B 153 of 473 ~ 32.35'%

%29.6
%38.05
%32.35

CMYK color model

#8CB499 color CMYK value is (22,0,15,29).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK: (22,0,15,29) C22M0Y15K29 (22%,0%,15%,29%) (0.22/0.00/0.15/0.29) 

CMYK percentages

%22.22
%0
%15
%29.41

Codes

Color #8CB499 in popluar color models

8C B4 99
RGB 140 180 153
HSL 140° 21.05% 62.75%
HSB/HSV 140° 22.22% 70.59%
CMYK 22.22% 0.00% 15.00%
29.41%

Color #8CB499 in popluar number systems.

HEX 8C B4 99
Decimal 140 180 153
Binary 10001100 10110100 10011001
Octal 214 264 231

Shades and tints

Shades of #8CB499

#8CB499
(140,180,153)
#80A48C
(128,164,140)
#74947F
(116,148,127)
#688472
(104,132,114)
#5C7465
(92,116,101)
#506458
(80,100,88)
#44544B
(68,84,75)
#38443E
(56,68,62)
#2C3431
(44,52,49)
#202424
(32,36,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #8CB499

#8CB499
(140,180,153)
#96BAA2
(150,186,162)
#A0C0AB
(160,192,171)
#AAC6B4
(170,198,180)
#B4CCBD
(180,204,189)
#BED2C6
(190,210,198)
#C8D8CF
(200,216,207)
#D2DED8
(210,222,216)
#DCE4E1
(220,228,225)
#E6EAEA
(230,234,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB499; }

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

This text font color is #8CB499.

Background Color

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

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

This div background color is #8CB499.

Border color

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

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

This div border color is #8CB499.

Opacity

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

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

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

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

This text has shadow with #8CB499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB499.

Preview

Color preview on black background

This text has color #8CB499 on black background.


Color preview on white background

This text has color #8CB499 on white background.


Black color preview on #8CB499 background

This text has black color on #8CB499 background.


White color preview on #8CB499 background

This text has white color on #8CB499 background.


Related colors

Complementary color

Complementary color for #hex is #734B66.


I love getcolorcode.com

Triadic colors

1 #998CB4 and #B4998C with #8CB499 are triadic colors.

2 #99B48C and #B48C99 with #8CB499 are triadic colors.