COLOR #BDC1B1

HEX: #BDC1B1
RGB: (189,193,177)

Color info

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

RGB color model

#BDC1B1 color RGB value is (189,193,177).

  • red value is 189;
  • green value is 193;
  • blue value is 177.
RGB:
(189,193,177)
(74%,76%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 177 of 255 = 69%

189
193
177

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

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 177 = 559 (100%)
R 189 of 559 ~ 33.81%
G 193 of 559 ~ 34.53%
B 177 of 559 ~ 31.66%

%33.81
%34.53
%31.66

CMYK color model

#BDC1B1 color CMYK value is (2,0,8,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 24.31%
CMYK:
(2,0,8,24)
C2M0Y8K24 
(2%,0%,8%,24%)
(0.02/0.00/0.08/0.24)	

CMYK percentages

%2.07
%0
%8.29
%24.31

Codes

Color #BDC1B1 in popluar color models

BDC1B1
RGB189193177
HSL75°11.43%72.55%
HSB/HSV75°8.29%75.69%
CMYK2.07%0.00%8.29%
24.31%

Color #BDC1B1 in popluar number systems.

HEXBDC1B1
Decimal189193177
Binary101111011100000110110001
Octal275301261

Shades and tints

Shades of #BDC1B1

#BDC1B1
(189,193,177)
#ACB0A1
(172,176,161)
#9B9F91
(155,159,145)
#8A8E81
(138,142,129)
#797D71
(121,125,113)
#686C61
(104,108,97)
#575B51
(87,91,81)
#464A41
(70,74,65)
#353931
(53,57,49)
#242821
(36,40,33)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #BDC1B1

#BDC1B1
(189,193,177)
#C3C6B8
(195,198,184)
#C9CBBF
(201,203,191)
#CFD0C6
(207,208,198)
#D5D5CD
(213,213,205)
#DBDAD4
(219,218,212)
#E1DFDB
(225,223,219)
#E7E4E2
(231,228,226)
#EDE9E9
(237,233,233)
#F3EEF0
(243,238,240)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC1B1 color. Also use rgb(189,193,177) instead hex code.

Text Font Color

.myTextColor { color: #BDC1B1; }

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

This text font color is #BDC1B1.


Background Color

.myBgColor { background-color: #BDC1B1; }

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

This div background color is #BDC1B1.


Border color

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

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

This div border color is #BDC1B1.


Opacity

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

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

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

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

This text has shadow with #BDC1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC1B1 on black background.


Color preview on white background

This text has color #BDC1B1 on white background.



Black color preview on #BDC1B1 background

This text has black color on #BDC1B1 background.


White color preview on #BDC1B1 background

This text has white color on #BDC1B1 background.