COLOR #BCC48D

HEX: #BCC48D
RGB: (188,196,141)

Color info

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

RGB color model

#BCC48D color RGB value is (188,196,141).

  • red value is 188;
  • green value is 196;
  • blue value is 141.
RGB:
(188,196,141)
(74%,77%,55%)

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 141 of 255 = 55%

188
196
141

R + G + B ~ 69%. #BCC48D is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 196 + 141 = 525 (100%)
R 188 of 525 ~ 35.81%
G 196 of 525 ~ 37.33%
B 141 of 525 ~ 26.86%

%35.81
%37.33
%26.86

CMYK color model

#BCC48D color CMYK value is (4,0,28,23).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(4,0,28,23)
C4M0Y28K23 
(4%,0%,28%,23%)
(0.04/0.00/0.28/0.23)	

CMYK percentages

%4.08
%0
%28.06
%23.14

Codes

Color #BCC48D in popluar color models

BCC48D
RGB188196141
HSL69°31.79%66.08%
HSB/HSV69°28.06%76.86%
CMYK4.08%0.00%28.06%
23.14%

Color #BCC48D in popluar number systems.

HEXBCC48D
Decimal188196141
Binary101111001100010010001101
Octal274304215

Shades and tints

Shades of #BCC48D

#BCC48D
(188,196,141)
#ABB381
(171,179,129)
#9AA275
(154,162,117)
#899169
(137,145,105)
#78805D
(120,128,93)
#676F51
(103,111,81)
#565E45
(86,94,69)
#454D39
(69,77,57)
#343C2D
(52,60,45)
#232B21
(35,43,33)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCC48D

#BCC48D
(188,196,141)
#C2C997
(194,201,151)
#C8CEA1
(200,206,161)
#CED3AB
(206,211,171)
#D4D8B5
(212,216,181)
#DADDBF
(218,221,191)
#E0E2C9
(224,226,201)
#E6E7D3
(230,231,211)
#ECECDD
(236,236,221)
#F2F1E7
(242,241,231)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC48D color. Also use rgb(188,196,141) instead hex code.

Text Font Color

.myTextColor { color: #BCC48D; }

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

This text font color is #BCC48D.


Background Color

.myBgColor { background-color: #BCC48D; }

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

This div background color is #BCC48D.


Border color

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

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

This div border color is #BCC48D.


Opacity

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

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

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

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

This text has shadow with #BCC48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC48D on black background.


Color preview on white background

This text has color #BCC48D on white background.



Black color preview on #BCC48D background

This text has black color on #BCC48D background.


White color preview on #BCC48D background

This text has white color on #BCC48D background.