COLOR #BDC3B3

HEX: #BDC3B3
RGB: (189,195,179)

Color info

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

RGB color model

#BDC3B3 color RGB value is (189,195,179).

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

RGB channels and saturation

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

189
195
179

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

Portions of RGB colors in percentages

R + G + B =
189 + 195 + 179 = 563 (100%)
R 189 of 563 ~ 33.57%
G 195 of 563 ~ 34.64%
B 179 of 563 ~ 31.79%

%33.57
%34.64
%31.79

CMYK color model

#BDC3B3 color CMYK value is (3,0,8,24).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 23.53%
CMYK:
(3,0,8,24)
C3M0Y8K24 
(3%,0%,8%,24%)
(0.03/0.00/0.08/0.24)	

CMYK percentages

%3.08
%0
%8.21
%23.53

Codes

Color #BDC3B3 in popluar color models

BDC3B3
RGB189195179
HSL82°11.76%73.33%
HSB/HSV82°8.21%76.47%
CMYK3.08%0.00%8.21%
23.53%

Color #BDC3B3 in popluar number systems.

HEXBDC3B3
Decimal189195179
Binary101111011100001110110011
Octal275303263

Shades and tints

Shades of #BDC3B3

#BDC3B3
(189,195,179)
#ACB2A3
(172,178,163)
#9BA193
(155,161,147)
#8A9083
(138,144,131)
#797F73
(121,127,115)
#686E63
(104,110,99)
#575D53
(87,93,83)
#464C43
(70,76,67)
#353B33
(53,59,51)
#242A23
(36,42,35)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDC3B3

#BDC3B3
(189,195,179)
#C3C8B9
(195,200,185)
#C9CDBF
(201,205,191)
#CFD2C5
(207,210,197)
#D5D7CB
(213,215,203)
#DBDCD1
(219,220,209)
#E1E1D7
(225,225,215)
#E7E6DD
(231,230,221)
#EDEBE3
(237,235,227)
#F3F0E9
(243,240,233)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC3B3; }

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

This text font color is #BDC3B3.


Background Color

.myBgColor { background-color: #BDC3B3; }

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

This div background color is #BDC3B3.


Border color

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

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

This div border color is #BDC3B3.


Opacity

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

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

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

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

This text has shadow with #BDC3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC3B3 on black background.


Color preview on white background

This text has color #BDC3B3 on white background.



Black color preview on #BDC3B3 background

This text has black color on #BDC3B3 background.


White color preview on #BDC3B3 background

This text has white color on #BDC3B3 background.