COLOR #BCC387

HEX: #BCC387
RGB: (188,195,135)

Color info

#BCC387 contains mainly red and green colors. Web safe color of #BCC387 is #CCCC99 (or #CC9).

RGB color model

#BCC387 color RGB value is (188,195,135).

  • red value is 188;
  • green value is 195;
  • blue value is 135.
RGB:
(188,195,135)
(74%,76%,53%)

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 135 of 255 = 53%

188
195
135

R + G + B ~ 68%. #BCC387 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 195 + 135 = 518 (100%)
R 188 of 518 ~ 36.29%
G 195 of 518 ~ 37.64%
B 135 of 518 ~ 26.06%

%36.29
%37.64
%26.06

CMYK color model

#BCC387 color CMYK value is (4,0,31,24).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 23.53%
CMYK:
(4,0,31,24)
C4M0Y31K24 
(4%,0%,31%,24%)
(0.04/0.00/0.31/0.24)	

CMYK percentages

%3.59
%0
%30.77
%23.53

Codes

Color #BCC387 in popluar color models

BCC387
RGB188195135
HSL67°33.33%64.71%
HSB/HSV67°30.77%76.47%
CMYK3.59%0.00%30.77%
23.53%

Color #BCC387 in popluar number systems.

HEXBCC387
Decimal188195135
Binary101111001100001110000111
Octal274303207

Shades and tints

Shades of #BCC387

#BCC387
(188,195,135)
#ABB27B
(171,178,123)
#9AA16F
(154,161,111)
#899063
(137,144,99)
#787F57
(120,127,87)
#676E4B
(103,110,75)
#565D3F
(86,93,63)
#454C33
(69,76,51)
#343B27
(52,59,39)
#232A1B
(35,42,27)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #BCC387

#BCC387
(188,195,135)
#C2C891
(194,200,145)
#C8CD9B
(200,205,155)
#CED2A5
(206,210,165)
#D4D7AF
(212,215,175)
#DADCB9
(218,220,185)
#E0E1C3
(224,225,195)
#E6E6CD
(230,230,205)
#ECEBD7
(236,235,215)
#F2F0E1
(242,240,225)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC387 color. Also use rgb(188,195,135) instead hex code.

Text Font Color

.myTextColor { color: #BCC387; }

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

This text font color is #BCC387.


Background Color

.myBgColor { background-color: #BCC387; }

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

This div background color is #BCC387.


Border color

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

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

This div border color is #BCC387.


Opacity

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

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

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

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

This text has shadow with #BCC387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC387 on black background.


Color preview on white background

This text has color #BCC387 on white background.



Black color preview on #BCC387 background

This text has black color on #BCC387 background.


White color preview on #BCC387 background

This text has white color on #BCC387 background.