COLOR #BCEEC7

HEX: #BCEEC7
RGB: (188,238,199)

Color info

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

RGB color model

#BCEEC7 color RGB value is (188,238,199).

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

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 199 of 255 = 78%

188
238
199

R + G + B ~ 82%. #BCEEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 238 + 199 = 625 (100%)
R 188 of 625 ~ 30.08%
G 238 of 625 ~ 38.08%
B 199 of 625 ~ 31.84%

%30.08
%38.08
%31.84

CMYK color model

#BCEEC7 color CMYK value is (21,0,16,7).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(21,0,16,7)
C21M0Y16K7 
(21%,0%,16%,7%)
(0.21/0.00/0.16/0.07)	

CMYK percentages

%21.01
%0
%16.39
%6.67

Codes

Color #BCEEC7 in popluar color models

BCEEC7
RGB188238199
HSL133°59.52%83.53%
HSB/HSV133°21.01%93.33%
CMYK21.01%0.00%16.39%
6.67%

Color #BCEEC7 in popluar number systems.

HEXBCEEC7
Decimal188238199
Binary101111001110111011000111
Octal274356307

Shades and tints

Shades of #BCEEC7

#BCEEC7
(188,238,199)
#ABD9B5
(171,217,181)
#9AC4A3
(154,196,163)
#89AF91
(137,175,145)
#789A7F
(120,154,127)
#67856D
(103,133,109)
#56705B
(86,112,91)
#455B49
(69,91,73)
#344637
(52,70,55)
#233125
(35,49,37)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #BCEEC7

#BCEEC7
(188,238,199)
#C2EFCC
(194,239,204)
#C8F0D1
(200,240,209)
#CEF1D6
(206,241,214)
#D4F2DB
(212,242,219)
#DAF3E0
(218,243,224)
#E0F4E5
(224,244,229)
#E6F5EA
(230,245,234)
#ECF6EF
(236,246,239)
#F2F7F4
(242,247,244)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEEC7; }

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

This text font color is #BCEEC7.


Background Color

.myBgColor { background-color: #BCEEC7; }

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

This div background color is #BCEEC7.


Border color

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

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

This div border color is #BCEEC7.


Opacity

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

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

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

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

This text has shadow with #BCEEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEEC7 on black background.


Color preview on white background

This text has color #BCEEC7 on white background.



Black color preview on #BCEEC7 background

This text has black color on #BCEEC7 background.


White color preview on #BCEEC7 background

This text has white color on #BCEEC7 background.