COLOR #BCE8B7

HEX: #BCE8B7
RGB: (188,232,183)

Color info

#BCE8B7 contains red, green and blue colors in about the same proportion. Web safe color of #BCE8B7 is #CCFFCC (or #CFC).

RGB color model

#BCE8B7 color RGB value is (188,232,183).

  • red value is 188;
  • green value is 232;
  • blue value is 183.
RGB:
(188,232,183)
(74%,91%,72%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 183 of 255 = 72%

188
232
183

R + G + B ~ 79%. #BCE8B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 232 + 183 = 603 (100%)
R 188 of 603 ~ 31.18%
G 232 of 603 ~ 38.47%
B 183 of 603 ~ 30.35%

%31.18
%38.47
%30.35

CMYK color model

#BCE8B7 color CMYK value is (19,0,21,9).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 9.02%
CMYK:
(19,0,21,9)
C19M0Y21K9 
(19%,0%,21%,9%)
(0.19/0.00/0.21/0.09)	

CMYK percentages

%18.97
%0
%21.12
%9.02

Codes

Color #BCE8B7 in popluar color models

BCE8B7
RGB188232183
HSL114°51.58%81.37%
HSB/HSV114°21.12%90.98%
CMYK18.97%0.00%21.12%
9.02%

Color #BCE8B7 in popluar number systems.

HEXBCE8B7
Decimal188232183
Binary101111001110100010110111
Octal274350267

Shades and tints

Shades of #BCE8B7

#BCE8B7
(188,232,183)
#ABD3A7
(171,211,167)
#9ABE97
(154,190,151)
#89A987
(137,169,135)
#789477
(120,148,119)
#677F67
(103,127,103)
#566A57
(86,106,87)
#455547
(69,85,71)
#344037
(52,64,55)
#232B27
(35,43,39)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCE8B7

#BCE8B7
(188,232,183)
#C2EABD
(194,234,189)
#C8ECC3
(200,236,195)
#CEEEC9
(206,238,201)
#D4F0CF
(212,240,207)
#DAF2D5
(218,242,213)
#E0F4DB
(224,244,219)
#E6F6E1
(230,246,225)
#ECF8E7
(236,248,231)
#F2FAED
(242,250,237)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE8B7 color. Also use rgb(188,232,183) instead hex code.

Text Font Color

.myTextColor { color: #BCE8B7; }

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

This text font color is #BCE8B7.


Background Color

.myBgColor { background-color: #BCE8B7; }

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

This div background color is #BCE8B7.


Border color

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

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

This div border color is #BCE8B7.


Opacity

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

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

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

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

This text has shadow with #BCE8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE8B7 on black background.


Color preview on white background

This text has color #BCE8B7 on white background.



Black color preview on #BCE8B7 background

This text has black color on #BCE8B7 background.


White color preview on #BCE8B7 background

This text has white color on #BCE8B7 background.