COLOR #BDC5B1

HEX: #BDC5B1
RGB: (189,197,177)

Color info

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

RGB color model

#BDC5B1 color RGB value is (189,197,177).

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

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 177 of 255 = 69%

189
197
177

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

Portions of RGB colors in percentages

R + G + B =
189 + 197 + 177 = 563 (100%)
R 189 of 563 ~ 33.57%
G 197 of 563 ~ 34.99%
B 177 of 563 ~ 31.44%

%33.57
%34.99
%31.44

CMYK color model

#BDC5B1 color CMYK value is (4,0,10,23).

  • cyan value is 4.06%
  • magenta value is 0.00%
  • yellow value is 10.15%
  • key color value is 22.75%
CMYK:
(4,0,10,23)
C4M0Y10K23 
(4%,0%,10%,23%)
(0.04/0.00/0.10/0.23)	

CMYK percentages

%4.06
%0
%10.15
%22.75

Codes

Color #BDC5B1 in popluar color models

BDC5B1
RGB189197177
HSL84°14.71%73.33%
HSB/HSV84°10.15%77.25%
CMYK4.06%0.00%10.15%
22.75%

Color #BDC5B1 in popluar number systems.

HEXBDC5B1
Decimal189197177
Binary101111011100010110110001
Octal275305261

Shades and tints

Shades of #BDC5B1

#BDC5B1
(189,197,177)
#ACB4A1
(172,180,161)
#9BA391
(155,163,145)
#8A9281
(138,146,129)
#798171
(121,129,113)
#687061
(104,112,97)
#575F51
(87,95,81)
#464E41
(70,78,65)
#353D31
(53,61,49)
#242C21
(36,44,33)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #BDC5B1

#BDC5B1
(189,197,177)
#C3CAB8
(195,202,184)
#C9CFBF
(201,207,191)
#CFD4C6
(207,212,198)
#D5D9CD
(213,217,205)
#DBDED4
(219,222,212)
#E1E3DB
(225,227,219)
#E7E8E2
(231,232,226)
#EDEDE9
(237,237,233)
#F3F2F0
(243,242,240)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC5B1; }

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

This text font color is #BDC5B1.


Background Color

.myBgColor { background-color: #BDC5B1; }

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

This div background color is #BDC5B1.


Border color

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

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

This div border color is #BDC5B1.


Opacity

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

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

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

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

This text has shadow with #BDC5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC5B1 on black background.


Color preview on white background

This text has color #BDC5B1 on white background.



Black color preview on #BDC5B1 background

This text has black color on #BDC5B1 background.


White color preview on #BDC5B1 background

This text has white color on #BDC5B1 background.