COLOR #BCCE7C

HEX: #BCCE7C
RGB: (188,206,124)

Color info

#BCCE7C contains mainly red and green colors. Web safe color of #BCCE7C is #CCCC66 (or #CC6).

RGB color model

#BCCE7C color RGB value is (188,206,124).

  • red value is 188;
  • green value is 206;
  • blue value is 124.
RGB:
(188,206,124)
(74%,81%,49%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 124 of 255 = 49%

188
206
124

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

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 124 = 518 (100%)
R 188 of 518 ~ 36.29%
G 206 of 518 ~ 39.77%
B 124 of 518 ~ 23.94%

%36.29
%39.77
%23.94

CMYK color model

#BCCE7C color CMYK value is (9,0,40,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 19.22%
CMYK:
(9,0,40,19)
C9M0Y40K19 
(9%,0%,40%,19%)
(0.09/0.00/0.40/0.19)	

CMYK percentages

%8.74
%0
%39.81
%19.22

Codes

Color #BCCE7C in popluar color models

BCCE7C
RGB188206124
HSL73°45.56%64.71%
HSB/HSV73°39.81%80.78%
CMYK8.74%0.00%39.81%
19.22%

Color #BCCE7C in popluar number systems.

HEXBCCE7C
Decimal188206124
Binary10111100110011101111100
Octal274316174

Shades and tints

Shades of #BCCE7C

#BCCE7C
(188,206,124)
#ABBC71
(171,188,113)
#9AAA66
(154,170,102)
#89985B
(137,152,91)
#788650
(120,134,80)
#677445
(103,116,69)
#56623A
(86,98,58)
#45502F
(69,80,47)
#343E24
(52,62,36)
#232C19
(35,44,25)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #BCCE7C

#BCCE7C
(188,206,124)
#C2D287
(194,210,135)
#C8D692
(200,214,146)
#CEDA9D
(206,218,157)
#D4DEA8
(212,222,168)
#DAE2B3
(218,226,179)
#E0E6BE
(224,230,190)
#E6EAC9
(230,234,201)
#ECEED4
(236,238,212)
#F2F2DF
(242,242,223)
#F8F6EA
(248,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCE7C color. Also use rgb(188,206,124) instead hex code.

Text Font Color

.myTextColor { color: #BCCE7C; }

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

This text font color is #BCCE7C.


Background Color

.myBgColor { background-color: #BCCE7C; }

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

This div background color is #BCCE7C.


Border color

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

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

This div border color is #BCCE7C.


Opacity

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

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

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

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

This text has shadow with #BCCE7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCE7C on black background.


Color preview on white background

This text has color #BCCE7C on white background.



Black color preview on #BCCE7C background

This text has black color on #BCCE7C background.


White color preview on #BCCE7C background

This text has white color on #BCCE7C background.