COLOR #BCC29F

HEX: #BCC29F
RGB: (188,194,159)

Color info

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

RGB color model

#BCC29F color RGB value is (188,194,159).

  • red value is 188;
  • green value is 194;
  • blue value is 159.
RGB:
(188,194,159)
(74%,76%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 159 of 255 = 62%

188
194
159

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

Portions of RGB colors in percentages

R + G + B =
188 + 194 + 159 = 541 (100%)
R 188 of 541 ~ 34.75%
G 194 of 541 ~ 35.86%
B 159 of 541 ~ 29.39%

%34.75
%35.86
%29.39

CMYK color model

#BCC29F color CMYK value is (3,0,18,24).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 18.04%
  • key color value is 23.92%
CMYK:
(3,0,18,24)
C3M0Y18K24 
(3%,0%,18%,24%)
(0.03/0.00/0.18/0.24)	

CMYK percentages

%3.09
%0
%18.04
%23.92

Codes

Color #BCC29F in popluar color models

BCC29F
RGB188194159
HSL70°22.29%69.22%
HSB/HSV70°18.04%76.08%
CMYK3.09%0.00%18.04%
23.92%

Color #BCC29F in popluar number systems.

HEXBCC29F
Decimal188194159
Binary101111001100001010011111
Octal274302237

Shades and tints

Shades of #BCC29F

#BCC29F
(188,194,159)
#ABB191
(171,177,145)
#9AA083
(154,160,131)
#898F75
(137,143,117)
#787E67
(120,126,103)
#676D59
(103,109,89)
#565C4B
(86,92,75)
#454B3D
(69,75,61)
#343A2F
(52,58,47)
#232921
(35,41,33)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCC29F

#BCC29F
(188,194,159)
#C2C7A7
(194,199,167)
#C8CCAF
(200,204,175)
#CED1B7
(206,209,183)
#D4D6BF
(212,214,191)
#DADBC7
(218,219,199)
#E0E0CF
(224,224,207)
#E6E5D7
(230,229,215)
#ECEADF
(236,234,223)
#F2EFE7
(242,239,231)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC29F color. Also use rgb(188,194,159) instead hex code.

Text Font Color

.myTextColor { color: #BCC29F; }

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

This text font color is #BCC29F.


Background Color

.myBgColor { background-color: #BCC29F; }

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

This div background color is #BCC29F.


Border color

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

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

This div border color is #BCC29F.


Opacity

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

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

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

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

This text has shadow with #BCC29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC29F on black background.


Color preview on white background

This text has color #BCC29F on white background.



Black color preview on #BCC29F background

This text has black color on #BCC29F background.


White color preview on #BCC29F background

This text has white color on #BCC29F background.