COLOR #BCEF9B

HEX: #BCEF9B
RGB: (188,239,155)

Color info

#BCEF9B contains mainly red and green colors. Web safe color of #BCEF9B is #CCFF99 (or #CF9).

RGB color model

#BCEF9B color RGB value is (188,239,155).

  • red value is 188;
  • green value is 239;
  • blue value is 155.
RGB:
(188,239,155)
(74%,94%,61%)

RGB channels and saturation

R 188 of 255 = 74%
G 239 of 255 = 94%
B 155 of 255 = 61%

188
239
155

R + G + B ~ 76%. #BCEF9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 239 + 155 = 582 (100%)
R 188 of 582 ~ 32.3%
G 239 of 582 ~ 41.07%
B 155 of 582 ~ 26.63%

%32.3
%41.07
%26.63

CMYK color model

#BCEF9B color CMYK value is (21,0,35,6).

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 6.27%
CMYK:
(21,0,35,6)
C21M0Y35K6 
(21%,0%,35%,6%)
(0.21/0.00/0.35/0.06)	

CMYK percentages

%21.34
%0
%35.15
%6.27

Codes

Color #BCEF9B in popluar color models

BCEF9B
RGB188239155
HSL96°72.41%77.25%
HSB/HSV96°35.15%93.73%
CMYK21.34%0.00%35.15%
6.27%

Color #BCEF9B in popluar number systems.

HEXBCEF9B
Decimal188239155
Binary101111001110111110011011
Octal274357233

Shades and tints

Shades of #BCEF9B

#BCEF9B
(188,239,155)
#ABDA8D
(171,218,141)
#9AC57F
(154,197,127)
#89B071
(137,176,113)
#789B63
(120,155,99)
#678655
(103,134,85)
#567147
(86,113,71)
#455C39
(69,92,57)
#34472B
(52,71,43)
#23321D
(35,50,29)
#121D0F
(18,29,15)
#000000
(0,0,0)

Tints of #BCEF9B

#BCEF9B
(188,239,155)
#C2F0A4
(194,240,164)
#C8F1AD
(200,241,173)
#CEF2B6
(206,242,182)
#D4F3BF
(212,243,191)
#DAF4C8
(218,244,200)
#E0F5D1
(224,245,209)
#E6F6DA
(230,246,218)
#ECF7E3
(236,247,227)
#F2F8EC
(242,248,236)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEF9B color. Also use rgb(188,239,155) instead hex code.

Text Font Color

.myTextColor { color: #BCEF9B; }

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

This text font color is #BCEF9B.


Background Color

.myBgColor { background-color: #BCEF9B; }

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

This div background color is #BCEF9B.


Border color

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

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

This div border color is #BCEF9B.


Opacity

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

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

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

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

This text has shadow with #BCEF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEF9B on black background.


Color preview on white background

This text has color #BCEF9B on white background.



Black color preview on #BCEF9B background

This text has black color on #BCEF9B background.


White color preview on #BCEF9B background

This text has white color on #BCEF9B background.