COLOR #BCBDB7

HEX: #BCBDB7
RGB: (188,189,183)

Color info

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

RGB color model

#BCBDB7 color RGB value is (188,189,183).

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

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 183 of 255 = 72%

188
189
183

R + G + B ~ 73%. #BCBDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 189 + 183 = 560 (100%)
R 188 of 560 ~ 33.57%
G 189 of 560 ~ 33.75%
B 183 of 560 ~ 32.68%

%33.57
%33.75
%32.68

CMYK color model

#BCBDB7 color CMYK value is (1,0,3,26).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 25.88%
CMYK:
(1,0,3,26)
C1M0Y3K26 
(1%,0%,3%,26%)
(0.01/0.00/0.03/0.26)	

CMYK percentages

%0.53
%0
%3.17
%25.88

Codes

Color #BCBDB7 in popluar color models

BCBDB7
RGB188189183
HSL70°4.35%72.94%
HSB/HSV70°3.17%74.12%
CMYK0.53%0.00%3.17%
25.88%

Color #BCBDB7 in popluar number systems.

HEXBCBDB7
Decimal188189183
Binary101111001011110110110111
Octal274275267

Shades and tints

Shades of #BCBDB7

#BCBDB7
(188,189,183)
#ABACA7
(171,172,167)
#9A9B97
(154,155,151)
#898A87
(137,138,135)
#787977
(120,121,119)
#676867
(103,104,103)
#565757
(86,87,87)
#454647
(69,70,71)
#343537
(52,53,55)
#232427
(35,36,39)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #BCBDB7

#BCBDB7
(188,189,183)
#C2C3BD
(194,195,189)
#C8C9C3
(200,201,195)
#CECFC9
(206,207,201)
#D4D5CF
(212,213,207)
#DADBD5
(218,219,213)
#E0E1DB
(224,225,219)
#E6E7E1
(230,231,225)
#ECEDE7
(236,237,231)
#F2F3ED
(242,243,237)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDB7; }

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

This text font color is #BCBDB7.


Background Color

.myBgColor { background-color: #BCBDB7; }

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

This div background color is #BCBDB7.


Border color

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

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

This div border color is #BCBDB7.


Opacity

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

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

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

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

This text has shadow with #BCBDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBDB7 on black background.


Color preview on white background

This text has color #BCBDB7 on white background.



Black color preview on #BCBDB7 background

This text has black color on #BCBDB7 background.


White color preview on #BCBDB7 background

This text has white color on #BCBDB7 background.