COLOR #BDCDCD

HEX: #BDCDCD
RGB: (189,205,205)

Color info

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

RGB color model

#BDCDCD color RGB value is (189,205,205).

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

RGB channels and saturation

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

189
205
205

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

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 205 = 599 (100%)
R 189 of 599 ~ 31.55%
G 205 of 599 ~ 34.22%
B 205 of 599 ~ 34.22%

%31.55
%34.22
%34.22

CMYK color model

#BDCDCD color CMYK value is (8,0,0,20).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(8,0,0,20)
C8M0Y0K20 
(8%,0%,0%,20%)
(0.08/0.00/0.00/0.20)	

CMYK percentages

%7.8
%0
%0
%19.61

Codes

Color #BDCDCD in popluar color models

BDCDCD
RGB189205205
HSL180°13.79%77.25%
HSB/HSV180°7.80%80.39%
CMYK7.80%0.00%0.00%
19.61%

Color #BDCDCD in popluar number systems.

HEXBDCDCD
Decimal189205205
Binary101111011100110111001101
Octal275315315

Shades and tints

Shades of #BDCDCD

#BDCDCD
(189,205,205)
#ACBBBB
(172,187,187)
#9BA9A9
(155,169,169)
#8A9797
(138,151,151)
#798585
(121,133,133)
#687373
(104,115,115)
#576161
(87,97,97)
#464F4F
(70,79,79)
#353D3D
(53,61,61)
#242B2B
(36,43,43)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #BDCDCD

#BDCDCD
(189,205,205)
#C3D1D1
(195,209,209)
#C9D5D5
(201,213,213)
#CFD9D9
(207,217,217)
#D5DDDD
(213,221,221)
#DBE1E1
(219,225,225)
#E1E5E5
(225,229,229)
#E7E9E9
(231,233,233)
#EDEDED
(237,237,237)
#F3F1F1
(243,241,241)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCDCD; }

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

This text font color is #BDCDCD.


Background Color

.myBgColor { background-color: #BDCDCD; }

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

This div background color is #BDCDCD.


Border color

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

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

This div border color is #BDCDCD.


Opacity

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

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

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

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

This text has shadow with #BDCDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCDCD on black background.


Color preview on white background

This text has color #BDCDCD on white background.



Black color preview on #BDCDCD background

This text has black color on #BDCDCD background.


White color preview on #BDCDCD background

This text has white color on #BDCDCD background.