COLOR #BCC79D

HEX: #BCC79D RGB: (188,199,157)

Color info

#BCC79D contains red, green and blue colors in about the same proportion. Web safe color of #BCC79D is #CCCC99 (or #CC9).

RGB color model

#BCC79D color RGB value is (188,199,157).

RGB: (188,199,157) (74%, 78%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 157 of 255 = 62%

188
199
157

R + G + B ~ 71%. #BCC79D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 199 + 157 = 544 (100%)
R 188 of 544 ~ 34.56%
G 199 of 544 ~ 36.58%
B 157 of 544 ~ 28.86'%

%34.56
%36.58
%28.86

CMYK color model

#BCC79D color CMYK value is (6,0,21,22).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 21.96%

CMYK: (6,0,21,22)
C6M0Y21K22 (6%, 0%, 21%, 22%)
(0.06 / 0.00 / 0.21 / 0.22)

CMYK percentages

%5.53
%0
%21.11
%21.96

Codes

Color #BCC79D in popluar color models

BC C7 9D
RGB 188 199 157
HSL 76° 27.27% 69.80%
HSB/HSV 76° 21.11% 78.04%
CMYK 5.53% 0.00% 21.11%
21.96%

Color #BCC79D in popluar number systems.

HEX BC C7 9D
Decimal 188 199 157
Binary 10111100 11000111 10011101
Octal 274 307 235

Shades and tints

Shades of #BCC79D

#BCC79D
(188,199,157)
#ABB58F
(171,181,143)
#9AA381
(154,163,129)
#899173
(137,145,115)
#787F65
(120,127,101)
#676D57
(103,109,87)
#565B49
(86,91,73)
#45493B
(69,73,59)
#34372D
(52,55,45)
#23251F
(35,37,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #BCC79D

#BCC79D
(188,199,157)
#C2CCA5
(194,204,165)
#C8D1AD
(200,209,173)
#CED6B5
(206,214,181)
#D4DBBD
(212,219,189)
#DAE0C5
(218,224,197)
#E0E5CD
(224,229,205)
#E6EAD5
(230,234,213)
#ECEFDD
(236,239,221)
#F2F4E5
(242,244,229)
#F8F9ED
(248,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC79D color. Also use rgb(188,199,157) instead hex code.

Text Font Color

.myTextColor { color: #BCC79D; }

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

This text font color is #BCC79D.

Background Color

.myBgColor { background-color: #BCC79D; }

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

This div background color is #BCC79D.

Border color

.myBorderColor { border: 1px solid #BCC79D; }

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

This div border color is #BCC79D.

Opacity

.myOpacity80 { color: #BCC79D; opacity: 0.8; }

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

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

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

This text has shadow with #BCC79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC79D.

Preview

Color preview on black background

This text has color #BCC79D on black background.


Color preview on white background

This text has color #BCC79D on white background.


Black color preview on #BCC79D background

This text has black color on #BCC79D background.


White color preview on #BCC79D background

This text has white color on #BCC79D background.


Related colors

Complementary color

Complementary color for #hex is #433862.


I love getcolorcode.com

Triadic colors

1 #9DBCC7 and #C79DBC with #BCC79D are triadic colors.

2 #9DC7BC and #C7BC9D with #BCC79D are triadic colors.