COLOR #BCD3B7

HEX: #BCD3B7
RGB: (188,211,183)

Color info

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

RGB color model

#BCD3B7 color RGB value is (188,211,183).

  • red value is 188;
  • green value is 211;
  • blue value is 183.
RGB:
(188,211,183)
(74%,83%,72%)

RGB channels and saturation

R 188 of 255 = 74%
G 211 of 255 = 83%
B 183 of 255 = 72%

188
211
183

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

Portions of RGB colors in percentages

R + G + B =
188 + 211 + 183 = 582 (100%)
R 188 of 582 ~ 32.3%
G 211 of 582 ~ 36.25%
B 183 of 582 ~ 31.44%

%32.3
%36.25
%31.44

CMYK color model

#BCD3B7 color CMYK value is (11,0,13,17).

  • cyan value is 10.90%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 17.25%
CMYK:
(11,0,13,17)
C11M0Y13K17 
(11%,0%,13%,17%)
(0.11/0.00/0.13/0.17)	

CMYK percentages

%10.9
%0
%13.27
%17.25

Codes

Color #BCD3B7 in popluar color models

BCD3B7
RGB188211183
HSL109°24.14%77.25%
HSB/HSV109°13.27%82.75%
CMYK10.90%0.00%13.27%
17.25%

Color #BCD3B7 in popluar number systems.

HEXBCD3B7
Decimal188211183
Binary101111001101001110110111
Octal274323267

Shades and tints

Shades of #BCD3B7

#BCD3B7
(188,211,183)
#ABC0A7
(171,192,167)
#9AAD97
(154,173,151)
#899A87
(137,154,135)
#788777
(120,135,119)
#677467
(103,116,103)
#566157
(86,97,87)
#454E47
(69,78,71)
#343B37
(52,59,55)
#232827
(35,40,39)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCD3B7

#BCD3B7
(188,211,183)
#C2D7BD
(194,215,189)
#C8DBC3
(200,219,195)
#CEDFC9
(206,223,201)
#D4E3CF
(212,227,207)
#DAE7D5
(218,231,213)
#E0EBDB
(224,235,219)
#E6EFE1
(230,239,225)
#ECF3E7
(236,243,231)
#F2F7ED
(242,247,237)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD3B7 color. Also use rgb(188,211,183) instead hex code.

Text Font Color

.myTextColor { color: #BCD3B7; }

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

This text font color is #BCD3B7.


Background Color

.myBgColor { background-color: #BCD3B7; }

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

This div background color is #BCD3B7.


Border color

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

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

This div border color is #BCD3B7.


Opacity

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

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

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

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

This text has shadow with #BCD3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD3B7 on black background.


Color preview on white background

This text has color #BCD3B7 on white background.



Black color preview on #BCD3B7 background

This text has black color on #BCD3B7 background.


White color preview on #BCD3B7 background

This text has white color on #BCD3B7 background.