COLOR #BCDEB7

HEX: #BCDEB7
RGB: (188,222,183)

Color info

#BCDEB7 contains red, green and blue colors in about the same proportion. Web safe color of #BCDEB7 is #CCCCCC (or #CCC).

RGB color model

#BCDEB7 color RGB value is (188,222,183).

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

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 183 of 255 = 72%

188
222
183

R + G + B ~ 78%. #BCDEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 222 + 183 = 593 (100%)
R 188 of 593 ~ 31.7%
G 222 of 593 ~ 37.44%
B 183 of 593 ~ 30.86%

%31.7
%37.44
%30.86

CMYK color model

#BCDEB7 color CMYK value is (15,0,18,13).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 12.94%
CMYK:
(15,0,18,13)
C15M0Y18K13 
(15%,0%,18%,13%)
(0.15/0.00/0.18/0.13)	

CMYK percentages

%15.32
%0
%17.57
%12.94

Codes

Color #BCDEB7 in popluar color models

BCDEB7
RGB188222183
HSL112°37.14%79.41%
HSB/HSV112°17.57%87.06%
CMYK15.32%0.00%17.57%
12.94%

Color #BCDEB7 in popluar number systems.

HEXBCDEB7
Decimal188222183
Binary101111001101111010110111
Octal274336267

Shades and tints

Shades of #BCDEB7

#BCDEB7
(188,222,183)
#ABCAA7
(171,202,167)
#9AB697
(154,182,151)
#89A287
(137,162,135)
#788E77
(120,142,119)
#677A67
(103,122,103)
#566657
(86,102,87)
#455247
(69,82,71)
#343E37
(52,62,55)
#232A27
(35,42,39)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCDEB7

#BCDEB7
(188,222,183)
#C2E1BD
(194,225,189)
#C8E4C3
(200,228,195)
#CEE7C9
(206,231,201)
#D4EACF
(212,234,207)
#DAEDD5
(218,237,213)
#E0F0DB
(224,240,219)
#E6F3E1
(230,243,225)
#ECF6E7
(236,246,231)
#F2F9ED
(242,249,237)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDEB7; }

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

This text font color is #BCDEB7.


Background Color

.myBgColor { background-color: #BCDEB7; }

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

This div background color is #BCDEB7.


Border color

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

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

This div border color is #BCDEB7.


Opacity

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

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

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

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

This text has shadow with #BCDEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDEB7 on black background.


Color preview on white background

This text has color #BCDEB7 on white background.



Black color preview on #BCDEB7 background

This text has black color on #BCDEB7 background.


White color preview on #BCDEB7 background

This text has white color on #BCDEB7 background.