COLOR #BCC69F

HEX: #BCC69F
RGB: (188,198,159)

Color info

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

RGB color model

#BCC69F color RGB value is (188,198,159).

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

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 159 of 255 = 62%

188
198
159

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

Portions of RGB colors in percentages

R + G + B =
188 + 198 + 159 = 545 (100%)
R 188 of 545 ~ 34.5%
G 198 of 545 ~ 36.33%
B 159 of 545 ~ 29.17%

%34.5
%36.33
%29.17

CMYK color model

#BCC69F color CMYK value is (5,0,20,22).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 22.35%
CMYK:
(5,0,20,22)
C5M0Y20K22 
(5%,0%,20%,22%)
(0.05/0.00/0.20/0.22)	

CMYK percentages

%5.05
%0
%19.7
%22.35

Codes

Color #BCC69F in popluar color models

BCC69F
RGB188198159
HSL75°25.49%70.00%
HSB/HSV75°19.70%77.65%
CMYK5.05%0.00%19.70%
22.35%

Color #BCC69F in popluar number systems.

HEXBCC69F
Decimal188198159
Binary101111001100011010011111
Octal274306237

Shades and tints

Shades of #BCC69F

#BCC69F
(188,198,159)
#ABB491
(171,180,145)
#9AA283
(154,162,131)
#899075
(137,144,117)
#787E67
(120,126,103)
#676C59
(103,108,89)
#565A4B
(86,90,75)
#45483D
(69,72,61)
#34362F
(52,54,47)
#232421
(35,36,33)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #BCC69F

#BCC69F
(188,198,159)
#C2CBA7
(194,203,167)
#C8D0AF
(200,208,175)
#CED5B7
(206,213,183)
#D4DABF
(212,218,191)
#DADFC7
(218,223,199)
#E0E4CF
(224,228,207)
#E6E9D7
(230,233,215)
#ECEEDF
(236,238,223)
#F2F3E7
(242,243,231)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC69F; }

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

This text font color is #BCC69F.


Background Color

.myBgColor { background-color: #BCC69F; }

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

This div background color is #BCC69F.


Border color

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

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

This div border color is #BCC69F.


Opacity

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

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

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

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

This text has shadow with #BCC69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC69F on black background.


Color preview on white background

This text has color #BCC69F on white background.



Black color preview on #BCC69F background

This text has black color on #BCC69F background.


White color preview on #BCC69F background

This text has white color on #BCC69F background.