COLOR #BCC88C

HEX: #BCC88C
RGB: (188,200,140)

Color info

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

RGB color model

#BCC88C color RGB value is (188,200,140).

  • red value is 188;
  • green value is 200;
  • blue value is 140.
RGB:
(188,200,140)
(74%,78%,55%)

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 140 of 255 = 55%

188
200
140

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

Portions of RGB colors in percentages

R + G + B =
188 + 200 + 140 = 528 (100%)
R 188 of 528 ~ 35.61%
G 200 of 528 ~ 37.88%
B 140 of 528 ~ 26.52%

%35.61
%37.88
%26.52

CMYK color model

#BCC88C color CMYK value is (6,0,30,22).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 21.57%
CMYK:
(6,0,30,22)
C6M0Y30K22 
(6%,0%,30%,22%)
(0.06/0.00/0.30/0.22)	

CMYK percentages

%6
%0
%30
%21.57

Codes

Color #BCC88C in popluar color models

BCC88C
RGB188200140
HSL72°35.29%66.67%
HSB/HSV72°30.00%78.43%
CMYK6.00%0.00%30.00%
21.57%

Color #BCC88C in popluar number systems.

HEXBCC88C
Decimal188200140
Binary101111001100100010001100
Octal274310214

Shades and tints

Shades of #BCC88C

#BCC88C
(188,200,140)
#ABB680
(171,182,128)
#9AA474
(154,164,116)
#899268
(137,146,104)
#78805C
(120,128,92)
#676E50
(103,110,80)
#565C44
(86,92,68)
#454A38
(69,74,56)
#34382C
(52,56,44)
#232620
(35,38,32)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BCC88C

#BCC88C
(188,200,140)
#C2CD96
(194,205,150)
#C8D2A0
(200,210,160)
#CED7AA
(206,215,170)
#D4DCB4
(212,220,180)
#DAE1BE
(218,225,190)
#E0E6C8
(224,230,200)
#E6EBD2
(230,235,210)
#ECF0DC
(236,240,220)
#F2F5E6
(242,245,230)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC88C color. Also use rgb(188,200,140) instead hex code.

Text Font Color

.myTextColor { color: #BCC88C; }

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

This text font color is #BCC88C.


Background Color

.myBgColor { background-color: #BCC88C; }

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

This div background color is #BCC88C.


Border color

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

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

This div border color is #BCC88C.


Opacity

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

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

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

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

This text has shadow with #BCC88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC88C on black background.


Color preview on white background

This text has color #BCC88C on white background.



Black color preview on #BCC88C background

This text has black color on #BCC88C background.


White color preview on #BCC88C background

This text has white color on #BCC88C background.