COLOR #BDC4C3

HEX: #BDC4C3
RGB: (189,196,195)

Color info

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

RGB color model

#BDC4C3 color RGB value is (189,196,195).

  • red value is 189;
  • green value is 196;
  • blue value is 195.
RGB:
(189,196,195)
(74%,77%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 195 of 255 = 76%

189
196
195

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

Portions of RGB colors in percentages

R + G + B =
189 + 196 + 195 = 580 (100%)
R 189 of 580 ~ 32.59%
G 196 of 580 ~ 33.79%
B 195 of 580 ~ 33.62%

%32.59
%33.79
%33.62

CMYK color model

#BDC4C3 color CMYK value is (4,0,1,23).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 23.14%
CMYK:
(4,0,1,23)
C4M0Y1K23 
(4%,0%,1%,23%)
(0.04/0.00/0.01/0.23)	

CMYK percentages

%3.57
%0
%0.51
%23.14

Codes

Color #BDC4C3 in popluar color models

BDC4C3
RGB189196195
HSL171°5.60%75.49%
HSB/HSV171°3.57%76.86%
CMYK3.57%0.00%0.51%
23.14%

Color #BDC4C3 in popluar number systems.

HEXBDC4C3
Decimal189196195
Binary101111011100010011000011
Octal275304303

Shades and tints

Shades of #BDC4C3

#BDC4C3
(189,196,195)
#ACB3B2
(172,179,178)
#9BA2A1
(155,162,161)
#8A9190
(138,145,144)
#79807F
(121,128,127)
#686F6E
(104,111,110)
#575E5D
(87,94,93)
#464D4C
(70,77,76)
#353C3B
(53,60,59)
#242B2A
(36,43,42)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #BDC4C3

#BDC4C3
(189,196,195)
#C3C9C8
(195,201,200)
#C9CECD
(201,206,205)
#CFD3D2
(207,211,210)
#D5D8D7
(213,216,215)
#DBDDDC
(219,221,220)
#E1E2E1
(225,226,225)
#E7E7E6
(231,231,230)
#EDECEB
(237,236,235)
#F3F1F0
(243,241,240)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC4C3 color. Also use rgb(189,196,195) instead hex code.

Text Font Color

.myTextColor { color: #BDC4C3; }

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

This text font color is #BDC4C3.


Background Color

.myBgColor { background-color: #BDC4C3; }

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

This div background color is #BDC4C3.


Border color

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

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

This div border color is #BDC4C3.


Opacity

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

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

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

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

This text has shadow with #BDC4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC4C3 on black background.


Color preview on white background

This text has color #BDC4C3 on white background.



Black color preview on #BDC4C3 background

This text has black color on #BDC4C3 background.


White color preview on #BDC4C3 background

This text has white color on #BDC4C3 background.