COLOR #BDB8BC

HEX: #BDB8BC
RGB: (189,184,188)

Color info

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

RGB color model

#BDB8BC color RGB value is (189,184,188).

  • red value is 189;
  • green value is 184;
  • blue value is 188.
RGB:
(189,184,188)
(74%,72%,74%)

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 188 of 255 = 74%

189
184
188

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

Portions of RGB colors in percentages

R + G + B =
189 + 184 + 188 = 561 (100%)
R 189 of 561 ~ 33.69%
G 184 of 561 ~ 32.8%
B 188 of 561 ~ 33.51%

%33.69
%32.8
%33.51

CMYK color model

#BDB8BC color CMYK value is (0,3,1,26).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 0.53%
  • key color value is 25.88%
CMYK:
(0,3,1,26)
C0M3Y1K26 
(0%,3%,1%,26%)
(0.00/0.03/0.01/0.26)	

CMYK percentages

%0
%2.65
%0.53
%25.88

Codes

Color #BDB8BC in popluar color models

BDB8BC
RGB189184188
HSL312°3.65%73.14%
HSB/HSV312°2.65%74.12%
CMYK0.00%2.65%0.53%
25.88%

Color #BDB8BC in popluar number systems.

HEXBDB8BC
Decimal189184188
Binary101111011011100010111100
Octal275270274

Shades and tints

Shades of #BDB8BC

#BDB8BC
(189,184,188)
#ACA8AB
(172,168,171)
#9B989A
(155,152,154)
#8A8889
(138,136,137)
#797878
(121,120,120)
#686867
(104,104,103)
#575856
(87,88,86)
#464845
(70,72,69)
#353834
(53,56,52)
#242823
(36,40,35)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #BDB8BC

#BDB8BC
(189,184,188)
#C3BEC2
(195,190,194)
#C9C4C8
(201,196,200)
#CFCACE
(207,202,206)
#D5D0D4
(213,208,212)
#DBD6DA
(219,214,218)
#E1DCE0
(225,220,224)
#E7E2E6
(231,226,230)
#EDE8EC
(237,232,236)
#F3EEF2
(243,238,242)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB8BC color. Also use rgb(189,184,188) instead hex code.

Text Font Color

.myTextColor { color: #BDB8BC; }

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

This text font color is #BDB8BC.


Background Color

.myBgColor { background-color: #BDB8BC; }

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

This div background color is #BDB8BC.


Border color

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

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

This div border color is #BDB8BC.


Opacity

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

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

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

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

This text has shadow with #BDB8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB8BC on black background.


Color preview on white background

This text has color #BDB8BC on white background.



Black color preview on #BDB8BC background

This text has black color on #BDB8BC background.


White color preview on #BDB8BC background

This text has white color on #BDB8BC background.