COLOR #BCD7B1

HEX: #BCD7B1 RGB: (188,215,177)

Color info

#BCD7B1 contains red, green and blue colors in about the same proportion. Web safe color of #BCD7B1 is #CCCC99 (or #CC9).

RGB color model

#BCD7B1 color RGB value is (188,215,177).

RGB: (188,215,177) (74%, 84%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 177 of 255 = 69%

188
215
177

R + G + B ~ 76%. #BCD7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 215 + 177 = 580 (100%)
R 188 of 580 ~ 32.41%
G 215 of 580 ~ 37.07%
B 177 of 580 ~ 30.52'%

%32.41
%37.07
%30.52

CMYK color model

#BCD7B1 color CMYK value is (13,0,18,16).

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

CMYK: (13,0,18,16)
C13M0Y18K16 (13%, 0%, 18%, 16%)
(0.13 / 0.00 / 0.18 / 0.16)

CMYK percentages

%12.56
%0
%17.67
%15.69

Codes

Color #BCD7B1 in popluar color models

BC D7 B1
RGB 188 215 177
HSL 103° 32.20% 76.86%
HSB/HSV 103° 17.67% 84.31%
CMYK 12.56% 0.00% 17.67%
15.69%

Color #BCD7B1 in popluar number systems.

HEX BC D7 B1
Decimal 188 215 177
Binary 10111100 11010111 10110001
Octal 274 327 261

Shades and tints

Shades of #BCD7B1

#BCD7B1
(188,215,177)
#ABC4A1
(171,196,161)
#9AB191
(154,177,145)
#899E81
(137,158,129)
#788B71
(120,139,113)
#677861
(103,120,97)
#566551
(86,101,81)
#455241
(69,82,65)
#343F31
(52,63,49)
#232C21
(35,44,33)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #BCD7B1

#BCD7B1
(188,215,177)
#C2DAB8
(194,218,184)
#C8DDBF
(200,221,191)
#CEE0C6
(206,224,198)
#D4E3CD
(212,227,205)
#DAE6D4
(218,230,212)
#E0E9DB
(224,233,219)
#E6ECE2
(230,236,226)
#ECEFE9
(236,239,233)
#F2F2F0
(242,242,240)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD7B1; }

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

This text font color is #BCD7B1.

Background Color

.myBgColor { background-color: #BCD7B1; }

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

This div background color is #BCD7B1.

Border color

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

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

This div border color is #BCD7B1.

Opacity

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

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

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

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

This text has shadow with #BCD7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD7B1.

Preview

Color preview on black background

This text has color #BCD7B1 on black background.


Color preview on white background

This text has color #BCD7B1 on white background.


Black color preview on #BCD7B1 background

This text has black color on #BCD7B1 background.


White color preview on #BCD7B1 background

This text has white color on #BCD7B1 background.


Related colors

Complementary color

Complementary color for #hex is #43284E.


I love getcolorcode.com

Triadic colors

1 #B1BCD7 and #D7B1BC with #BCD7B1 are triadic colors.

2 #B1D7BC and #D7BCB1 with #BCD7B1 are triadic colors.