COLOR #BDBDC3

HEX: #BDBDC3
RGB: (189,189,195)

Color info

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

RGB color model

#BDBDC3 color RGB value is (189,189,195).

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

RGB channels and saturation

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

189
189
195

R + G + B ~ 75%. #BDBDC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 189 + 195 = 573 (100%)
R 189 of 573 ~ 32.98%
G 189 of 573 ~ 32.98%
B 195 of 573 ~ 34.03%

%32.98
%32.98
%34.03

CMYK color model

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

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

CMYK percentages

%3.08
%3.08
%0
%23.53

Codes

Color #BDBDC3 in popluar color models

BDBDC3
RGB189189195
HSL240°4.76%75.29%
HSB/HSV240°3.08%76.47%
CMYK3.08%3.08%0.00%
23.53%

Color #BDBDC3 in popluar number systems.

HEXBDBDC3
Decimal189189195
Binary101111011011110111000011
Octal275275303

Shades and tints

Shades of #BDBDC3

#BDBDC3
(189,189,195)
#ACACB2
(172,172,178)
#9B9BA1
(155,155,161)
#8A8A90
(138,138,144)
#79797F
(121,121,127)
#68686E
(104,104,110)
#57575D
(87,87,93)
#46464C
(70,70,76)
#35353B
(53,53,59)
#24242A
(36,36,42)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #BDBDC3

#BDBDC3
(189,189,195)
#C3C3C8
(195,195,200)
#C9C9CD
(201,201,205)
#CFCFD2
(207,207,210)
#D5D5D7
(213,213,215)
#DBDBDC
(219,219,220)
#E1E1E1
(225,225,225)
#E7E7E6
(231,231,230)
#EDEDEB
(237,237,235)
#F3F3F0
(243,243,240)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDC3; }

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

This text font color is #BDBDC3.


Background Color

.myBgColor { background-color: #BDBDC3; }

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

This div background color is #BDBDC3.


Border color

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

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

This div border color is #BDBDC3.


Opacity

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

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

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

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

This text has shadow with #BDBDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBDC3 on black background.


Color preview on white background

This text has color #BDBDC3 on white background.



Black color preview on #BDBDC3 background

This text has black color on #BDBDC3 background.


White color preview on #BDBDC3 background

This text has white color on #BDBDC3 background.