COLOR #BCD6C6

HEX: #BCD6C6
RGB: (188,214,198)

Color info

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

RGB color model

#BCD6C6 color RGB value is (188,214,198).

  • red value is 188;
  • green value is 214;
  • blue value is 198.
RGB:
(188,214,198)
(74%,84%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 198 of 255 = 78%

188
214
198

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

Portions of RGB colors in percentages

R + G + B =
188 + 214 + 198 = 600 (100%)
R 188 of 600 ~ 31.33%
G 214 of 600 ~ 35.67%
B 198 of 600 ~ 33%

%31.33
%35.67
%33

CMYK color model

#BCD6C6 color CMYK value is (12,0,7,16).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 16.08%
CMYK:
(12,0,7,16)
C12M0Y7K16 
(12%,0%,7%,16%)
(0.12/0.00/0.07/0.16)	

CMYK percentages

%12.15
%0
%7.48
%16.08

Codes

Color #BCD6C6 in popluar color models

BCD6C6
RGB188214198
HSL143°24.07%78.82%
HSB/HSV143°12.15%83.92%
CMYK12.15%0.00%7.48%
16.08%

Color #BCD6C6 in popluar number systems.

HEXBCD6C6
Decimal188214198
Binary101111001101011011000110
Octal274326306

Shades and tints

Shades of #BCD6C6

#BCD6C6
(188,214,198)
#ABC3B4
(171,195,180)
#9AB0A2
(154,176,162)
#899D90
(137,157,144)
#788A7E
(120,138,126)
#67776C
(103,119,108)
#56645A
(86,100,90)
#455148
(69,81,72)
#343E36
(52,62,54)
#232B24
(35,43,36)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #BCD6C6

#BCD6C6
(188,214,198)
#C2D9CB
(194,217,203)
#C8DCD0
(200,220,208)
#CEDFD5
(206,223,213)
#D4E2DA
(212,226,218)
#DAE5DF
(218,229,223)
#E0E8E4
(224,232,228)
#E6EBE9
(230,235,233)
#ECEEEE
(236,238,238)
#F2F1F3
(242,241,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD6C6 color. Also use rgb(188,214,198) instead hex code.

Text Font Color

.myTextColor { color: #BCD6C6; }

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

This text font color is #BCD6C6.


Background Color

.myBgColor { background-color: #BCD6C6; }

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

This div background color is #BCD6C6.


Border color

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

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

This div border color is #BCD6C6.


Opacity

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

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

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

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

This text has shadow with #BCD6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD6C6 on black background.


Color preview on white background

This text has color #BCD6C6 on white background.



Black color preview on #BCD6C6 background

This text has black color on #BCD6C6 background.


White color preview on #BCD6C6 background

This text has white color on #BCD6C6 background.