COLOR #8CB199

HEX: #8CB199 RGB: (140,177,153)

Color info

#8CB199 contains red, green and blue colors in about the same proportion. Web safe color of #8CB199 is #999999 (or #999).

RGB color model

#8CB199 color RGB value is (140,177,153).

RGB: (140,177,153) (55%, 69%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 177 of 255 = 69%
B 153 of 255 = 60%

140
177
153

R + G + B ~ 61%. #8CB199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 177 + 153 = 470 (100%)
R 140 of 470 ~ 29.79%
G 177 of 470 ~ 37.66%
B 153 of 470 ~ 32.55'%

%29.79
%37.66
%32.55

CMYK color model

#8CB199 color CMYK value is (21,0,14,31).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 30.59%

CMYK: (21,0,14,31)
C21M0Y14K31 (21%, 0%, 14%, 31%)
(0.21 / 0.00 / 0.14 / 0.31)

CMYK percentages

%20.9
%0
%13.56
%30.59

Codes

Color #8CB199 in popluar color models

8C B1 99
RGB 140 177 153
HSL 141° 19.17% 62.16%
HSB/HSV 141° 20.90% 69.41%
CMYK 20.90% 0.00% 13.56%
30.59%

Color #8CB199 in popluar number systems.

HEX 8C B1 99
Decimal 140 177 153
Binary 10001100 10110001 10011001
Octal 214 261 231

Shades and tints

Shades of #8CB199

#8CB199
(140,177,153)
#80A18C
(128,161,140)
#74917F
(116,145,127)
#688172
(104,129,114)
#5C7165
(92,113,101)
#506158
(80,97,88)
#44514B
(68,81,75)
#38413E
(56,65,62)
#2C3131
(44,49,49)
#202124
(32,33,36)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #8CB199

#8CB199
(140,177,153)
#96B8A2
(150,184,162)
#A0BFAB
(160,191,171)
#AAC6B4
(170,198,180)
#B4CDBD
(180,205,189)
#BED4C6
(190,212,198)
#C8DBCF
(200,219,207)
#D2E2D8
(210,226,216)
#DCE9E1
(220,233,225)
#E6F0EA
(230,240,234)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB199; }

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

This text font color is #8CB199.

Background Color

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

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

This div background color is #8CB199.

Border color

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

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

This div border color is #8CB199.

Opacity

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

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

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

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

This text has shadow with #8CB199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB199.

Preview

Color preview on black background

This text has color #8CB199 on black background.


Color preview on white background

This text has color #8CB199 on white background.


Black color preview on #8CB199 background

This text has black color on #8CB199 background.


White color preview on #8CB199 background

This text has white color on #8CB199 background.


Related colors

Complementary color

Complementary color for #hex is #734E66.


I love getcolorcode.com

Triadic colors

1 #998CB1 and #B1998C with #8CB199 are triadic colors.

2 #99B18C and #B18C99 with #8CB199 are triadic colors.