COLOR #BCD2CD

HEX: #BCD2CD
RGB: (188,210,205)

Color info

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

RGB color model

#BCD2CD color RGB value is (188,210,205).

  • red value is 188;
  • green value is 210;
  • blue value is 205.
RGB:
(188,210,205)
(74%,82%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 205 of 255 = 80%

188
210
205

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

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 205 = 603 (100%)
R 188 of 603 ~ 31.18%
G 210 of 603 ~ 34.83%
B 205 of 603 ~ 34%

%31.18
%34.83
%34

CMYK color model

#BCD2CD color CMYK value is (10,0,2,18).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 17.65%
CMYK:
(10,0,2,18)
C10M0Y2K18 
(10%,0%,2%,18%)
(0.10/0.00/0.02/0.18)	

CMYK percentages

%10.48
%0
%2.38
%17.65

Codes

Color #BCD2CD in popluar color models

BCD2CD
RGB188210205
HSL166°19.64%78.04%
HSB/HSV166°10.48%82.35%
CMYK10.48%0.00%2.38%
17.65%

Color #BCD2CD in popluar number systems.

HEXBCD2CD
Decimal188210205
Binary101111001101001011001101
Octal274322315

Shades and tints

Shades of #BCD2CD

#BCD2CD
(188,210,205)
#ABBFBB
(171,191,187)
#9AACA9
(154,172,169)
#899997
(137,153,151)
#788685
(120,134,133)
#677373
(103,115,115)
#566061
(86,96,97)
#454D4F
(69,77,79)
#343A3D
(52,58,61)
#23272B
(35,39,43)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #BCD2CD

#BCD2CD
(188,210,205)
#C2D6D1
(194,214,209)
#C8DAD5
(200,218,213)
#CEDED9
(206,222,217)
#D4E2DD
(212,226,221)
#DAE6E1
(218,230,225)
#E0EAE5
(224,234,229)
#E6EEE9
(230,238,233)
#ECF2ED
(236,242,237)
#F2F6F1
(242,246,241)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD2CD color. Also use rgb(188,210,205) instead hex code.

Text Font Color

.myTextColor { color: #BCD2CD; }

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

This text font color is #BCD2CD.


Background Color

.myBgColor { background-color: #BCD2CD; }

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

This div background color is #BCD2CD.


Border color

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

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

This div border color is #BCD2CD.


Opacity

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

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

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

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

This text has shadow with #BCD2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2CD on black background.


Color preview on white background

This text has color #BCD2CD on white background.



Black color preview on #BCD2CD background

This text has black color on #BCD2CD background.


White color preview on #BCD2CD background

This text has white color on #BCD2CD background.