COLOR #BDC1B3

HEX: #BDC1B3
RGB: (189,193,179)

Color info

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

RGB color model

#BDC1B3 color RGB value is (189,193,179).

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

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 179 of 255 = 70%

189
193
179

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

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 179 = 561 (100%)
R 189 of 561 ~ 33.69%
G 193 of 561 ~ 34.4%
B 179 of 561 ~ 31.91%

%33.69
%34.4
%31.91

CMYK color model

#BDC1B3 color CMYK value is (2,0,7,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 24.31%
CMYK:
(2,0,7,24)
C2M0Y7K24 
(2%,0%,7%,24%)
(0.02/0.00/0.07/0.24)	

CMYK percentages

%2.07
%0
%7.25
%24.31

Codes

Color #BDC1B3 in popluar color models

BDC1B3
RGB189193179
HSL77°10.14%72.94%
HSB/HSV77°7.25%75.69%
CMYK2.07%0.00%7.25%
24.31%

Color #BDC1B3 in popluar number systems.

HEXBDC1B3
Decimal189193179
Binary101111011100000110110011
Octal275301263

Shades and tints

Shades of #BDC1B3

#BDC1B3
(189,193,179)
#ACB0A3
(172,176,163)
#9B9F93
(155,159,147)
#8A8E83
(138,142,131)
#797D73
(121,125,115)
#686C63
(104,108,99)
#575B53
(87,91,83)
#464A43
(70,74,67)
#353933
(53,57,51)
#242823
(36,40,35)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #BDC1B3

#BDC1B3
(189,193,179)
#C3C6B9
(195,198,185)
#C9CBBF
(201,203,191)
#CFD0C5
(207,208,197)
#D5D5CB
(213,213,203)
#DBDAD1
(219,218,209)
#E1DFD7
(225,223,215)
#E7E4DD
(231,228,221)
#EDE9E3
(237,233,227)
#F3EEE9
(243,238,233)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1B3; }

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

This text font color is #BDC1B3.


Background Color

.myBgColor { background-color: #BDC1B3; }

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

This div background color is #BDC1B3.


Border color

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

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

This div border color is #BDC1B3.


Opacity

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

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

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

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

This text has shadow with #BDC1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC1B3 on black background.


Color preview on white background

This text has color #BDC1B3 on white background.



Black color preview on #BDC1B3 background

This text has black color on #BDC1B3 background.


White color preview on #BDC1B3 background

This text has white color on #BDC1B3 background.