COLOR #BCEE7F

HEX: #BCEE7F
RGB: (188,238,127)

Color info

#BCEE7F contains mainly red and green colors. Web safe color of #BCEE7F is #CCFF66 (or #CF6).

RGB color model

#BCEE7F color RGB value is (188,238,127).

  • red value is 188;
  • green value is 238;
  • blue value is 127.
RGB:
(188,238,127)
(74%,93%,50%)

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 127 of 255 = 50%

188
238
127

R + G + B ~ 72%. #BCEE7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 238 + 127 = 553 (100%)
R 188 of 553 ~ 34%
G 238 of 553 ~ 43.04%
B 127 of 553 ~ 22.97%

%34
%43.04
%22.97

CMYK color model

#BCEE7F color CMYK value is (21,0,47,7).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 46.64%
  • key color value is 6.67%
CMYK:
(21,0,47,7)
C21M0Y47K7 
(21%,0%,47%,7%)
(0.21/0.00/0.47/0.07)	

CMYK percentages

%21.01
%0
%46.64
%6.67

Codes

Color #BCEE7F in popluar color models

BCEE7F
RGB188238127
HSL87°76.55%71.57%
HSB/HSV87°46.64%93.33%
CMYK21.01%0.00%46.64%
6.67%

Color #BCEE7F in popluar number systems.

HEXBCEE7F
Decimal188238127
Binary10111100111011101111111
Octal274356177

Shades and tints

Shades of #BCEE7F

#BCEE7F
(188,238,127)
#ABD974
(171,217,116)
#9AC469
(154,196,105)
#89AF5E
(137,175,94)
#789A53
(120,154,83)
#678548
(103,133,72)
#56703D
(86,112,61)
#455B32
(69,91,50)
#344627
(52,70,39)
#23311C
(35,49,28)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #BCEE7F

#BCEE7F
(188,238,127)
#C2EF8A
(194,239,138)
#C8F095
(200,240,149)
#CEF1A0
(206,241,160)
#D4F2AB
(212,242,171)
#DAF3B6
(218,243,182)
#E0F4C1
(224,244,193)
#E6F5CC
(230,245,204)
#ECF6D7
(236,246,215)
#F2F7E2
(242,247,226)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEE7F color. Also use rgb(188,238,127) instead hex code.

Text Font Color

.myTextColor { color: #BCEE7F; }

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

This text font color is #BCEE7F.


Background Color

.myBgColor { background-color: #BCEE7F; }

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

This div background color is #BCEE7F.


Border color

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

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

This div border color is #BCEE7F.


Opacity

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

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

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

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

This text has shadow with #BCEE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEE7F on black background.


Color preview on white background

This text has color #BCEE7F on white background.



Black color preview on #BCEE7F background

This text has black color on #BCEE7F background.


White color preview on #BCEE7F background

This text has white color on #BCEE7F background.