COLOR #BCCEC7

HEX: #BCCEC7
RGB: (188,206,199)

Color info

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

RGB color model

#BCCEC7 color RGB value is (188,206,199).

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

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 199 of 255 = 78%

188
206
199

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

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 199 = 593 (100%)
R 188 of 593 ~ 31.7%
G 206 of 593 ~ 34.74%
B 199 of 593 ~ 33.56%

%31.7
%34.74
%33.56

CMYK color model

#BCCEC7 color CMYK value is (9,0,3,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 19.22%
CMYK:
(9,0,3,19)
C9M0Y3K19 
(9%,0%,3%,19%)
(0.09/0.00/0.03/0.19)	

CMYK percentages

%8.74
%0
%3.4
%19.22

Codes

Color #BCCEC7 in popluar color models

BCCEC7
RGB188206199
HSL157°15.52%77.25%
HSB/HSV157°8.74%80.78%
CMYK8.74%0.00%3.40%
19.22%

Color #BCCEC7 in popluar number systems.

HEXBCCEC7
Decimal188206199
Binary101111001100111011000111
Octal274316307

Shades and tints

Shades of #BCCEC7

#BCCEC7
(188,206,199)
#ABBCB5
(171,188,181)
#9AAAA3
(154,170,163)
#899891
(137,152,145)
#78867F
(120,134,127)
#67746D
(103,116,109)
#56625B
(86,98,91)
#455049
(69,80,73)
#343E37
(52,62,55)
#232C25
(35,44,37)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #BCCEC7

#BCCEC7
(188,206,199)
#C2D2CC
(194,210,204)
#C8D6D1
(200,214,209)
#CEDAD6
(206,218,214)
#D4DEDB
(212,222,219)
#DAE2E0
(218,226,224)
#E0E6E5
(224,230,229)
#E6EAEA
(230,234,234)
#ECEEEF
(236,238,239)
#F2F2F4
(242,242,244)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEC7; }

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

This text font color is #BCCEC7.


Background Color

.myBgColor { background-color: #BCCEC7; }

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

This div background color is #BCCEC7.


Border color

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

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

This div border color is #BCCEC7.


Opacity

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

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

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

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

This text has shadow with #BCCEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCEC7 on black background.


Color preview on white background

This text has color #BCCEC7 on white background.



Black color preview on #BCCEC7 background

This text has black color on #BCCEC7 background.


White color preview on #BCCEC7 background

This text has white color on #BCCEC7 background.