COLOR #BDCBCB

HEX: #BDCBCB RGB: (189,203,203)

Color info

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

RGB color model

#BDCBCB color RGB value is (189,203,203).

RGB: (189,203,203) (74%, 80%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 203 of 255 = 80%

189
203
203

R + G + B ~ 78%. #BDCBCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 203 + 203 = 595 (100%)
R 189 of 595 ~ 31.76%
G 203 of 595 ~ 34.12%
B 203 of 595 ~ 34.12'%

%31.76
%34.12
%34.12

CMYK color model

#BDCBCB color CMYK value is (7,0,0,20).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (7,0,0,20)
C7M0Y0K20 (7%, 0%, 0%, 20%)
(0.07 / 0.00 / 0.00 / 0.20)

CMYK percentages

%6.9
%0
%0
%20.39

Codes

Color #BDCBCB in popluar color models

BD CB CB
RGB 189 203 203
HSL 180° 11.86% 76.86%
HSB/HSV 180° 6.90% 79.61%
CMYK 6.90% 0.00% 0.00%
20.39%

Color #BDCBCB in popluar number systems.

HEX BD CB CB
Decimal 189 203 203
Binary 10111101 11001011 11001011
Octal 275 313 313

Shades and tints

Shades of #BDCBCB

#BDCBCB
(189,203,203)
#ACB9B9
(172,185,185)
#9BA7A7
(155,167,167)
#8A9595
(138,149,149)
#798383
(121,131,131)
#687171
(104,113,113)
#575F5F
(87,95,95)
#464D4D
(70,77,77)
#353B3B
(53,59,59)
#242929
(36,41,41)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDCBCB

#BDCBCB
(189,203,203)
#C3CFCF
(195,207,207)
#C9D3D3
(201,211,211)
#CFD7D7
(207,215,215)
#D5DBDB
(213,219,219)
#DBDFDF
(219,223,223)
#E1E3E3
(225,227,227)
#E7E7E7
(231,231,231)
#EDEBEB
(237,235,235)
#F3EFEF
(243,239,239)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCBCB; }

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

This text font color is #BDCBCB.

Background Color

.myBgColor { background-color: #BDCBCB; }

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

This div background color is #BDCBCB.

Border color

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

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

This div border color is #BDCBCB.

Opacity

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

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

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

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

This text has shadow with #BDCBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCBCB.

Preview

Color preview on black background

This text has color #BDCBCB on black background.


Color preview on white background

This text has color #BDCBCB on white background.


Black color preview on #BDCBCB background

This text has black color on #BDCBCB background.


White color preview on #BDCBCB background

This text has white color on #BDCBCB background.


Related colors

Complementary color

Complementary color for #hex is #423434.


I love getcolorcode.com