COLOR #BCD1C7

HEX: #BCD1C7
RGB: (188,209,199)

Color info

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

RGB color model

#BCD1C7 color RGB value is (188,209,199).

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

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 199 of 255 = 78%

188
209
199

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

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 199 = 596 (100%)
R 188 of 596 ~ 31.54%
G 209 of 596 ~ 35.07%
B 199 of 596 ~ 33.39%

%31.54
%35.07
%33.39

CMYK color model

#BCD1C7 color CMYK value is (10,0,5,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 18.04%
CMYK:
(10,0,5,18)
C10M0Y5K18 
(10%,0%,5%,18%)
(0.10/0.00/0.05/0.18)	

CMYK percentages

%10.05
%0
%4.78
%18.04

Codes

Color #BCD1C7 in popluar color models

BCD1C7
RGB188209199
HSL151°18.58%77.84%
HSB/HSV151°10.05%81.96%
CMYK10.05%0.00%4.78%
18.04%

Color #BCD1C7 in popluar number systems.

HEXBCD1C7
Decimal188209199
Binary101111001101000111000111
Octal274321307

Shades and tints

Shades of #BCD1C7

#BCD1C7
(188,209,199)
#ABBEB5
(171,190,181)
#9AABA3
(154,171,163)
#899891
(137,152,145)
#78857F
(120,133,127)
#67726D
(103,114,109)
#565F5B
(86,95,91)
#454C49
(69,76,73)
#343937
(52,57,55)
#232625
(35,38,37)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCD1C7

#BCD1C7
(188,209,199)
#C2D5CC
(194,213,204)
#C8D9D1
(200,217,209)
#CEDDD6
(206,221,214)
#D4E1DB
(212,225,219)
#DAE5E0
(218,229,224)
#E0E9E5
(224,233,229)
#E6EDEA
(230,237,234)
#ECF1EF
(236,241,239)
#F2F5F4
(242,245,244)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD1C7; }

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

This text font color is #BCD1C7.


Background Color

.myBgColor { background-color: #BCD1C7; }

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

This div background color is #BCD1C7.


Border color

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

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

This div border color is #BCD1C7.


Opacity

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

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

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

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

This text has shadow with #BCD1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD1C7 on black background.


Color preview on white background

This text has color #BCD1C7 on white background.



Black color preview on #BCD1C7 background

This text has black color on #BCD1C7 background.


White color preview on #BCD1C7 background

This text has white color on #BCD1C7 background.