COLOR #BCD7D1

HEX: #BCD7D1 RGB: (188,215,209)

Color info

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

RGB color model

#BCD7D1 color RGB value is (188,215,209).

RGB: (188,215,209) (74%, 84%, 82%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 209 of 255 = 82%

188
215
209

R + G + B ~ 80%. #BCD7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 215 + 209 = 612 (100%)
R 188 of 612 ~ 30.72%
G 215 of 612 ~ 35.13%
B 209 of 612 ~ 34.15'%

%30.72
%35.13
%34.15

CMYK color model

#BCD7D1 color CMYK value is (13,0,3,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 15.69%

CMYK: (13,0,3,16)
C13M0Y3K16 (13%, 0%, 3%, 16%)
(0.13 / 0.00 / 0.03 / 0.16)

CMYK percentages

%12.56
%0
%2.79
%15.69

Codes

Color #BCD7D1 in popluar color models

BC D7 D1
RGB 188 215 209
HSL 167° 25.23% 79.02%
HSB/HSV 167° 12.56% 84.31%
CMYK 12.56% 0.00% 2.79%
15.69%

Color #BCD7D1 in popluar number systems.

HEX BC D7 D1
Decimal 188 215 209
Binary 10111100 11010111 11010001
Octal 274 327 321

Shades and tints

Shades of #BCD7D1

#BCD7D1
(188,215,209)
#ABC4BE
(171,196,190)
#9AB1AB
(154,177,171)
#899E98
(137,158,152)
#788B85
(120,139,133)
#677872
(103,120,114)
#56655F
(86,101,95)
#45524C
(69,82,76)
#343F39
(52,63,57)
#232C26
(35,44,38)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #BCD7D1

#BCD7D1
(188,215,209)
#C2DAD5
(194,218,213)
#C8DDD9
(200,221,217)
#CEE0DD
(206,224,221)
#D4E3E1
(212,227,225)
#DAE6E5
(218,230,229)
#E0E9E9
(224,233,233)
#E6ECED
(230,236,237)
#ECEFF1
(236,239,241)
#F2F2F5
(242,242,245)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD7D1; }

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

This text font color is #BCD7D1.

Background Color

.myBgColor { background-color: #BCD7D1; }

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

This div background color is #BCD7D1.

Border color

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

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

This div border color is #BCD7D1.

Opacity

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

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

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

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

This text has shadow with #BCD7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD7D1.

Preview

Color preview on black background

This text has color #BCD7D1 on black background.


Color preview on white background

This text has color #BCD7D1 on white background.


Black color preview on #BCD7D1 background

This text has black color on #BCD7D1 background.


White color preview on #BCD7D1 background

This text has white color on #BCD7D1 background.


Related colors

Complementary color

Complementary color for #hex is #43282E.


I love getcolorcode.com

Triadic colors

1 #D1BCD7 and #D7D1BC with #BCD7D1 are triadic colors.

2 #D1D7BC and #D7BCD1 with #BCD7D1 are triadic colors.