COLOR #BDC9D2

HEX: #BDC9D2
RGB: (189,201,210)

Color info

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

RGB color model

#BDC9D2 color RGB value is (189,201,210).

  • red value is 189;
  • green value is 201;
  • blue value is 210.
RGB:
(189,201,210)
(74%,79%,82%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 210 of 255 = 82%

189
201
210

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

Portions of RGB colors in percentages

R + G + B =
189 + 201 + 210 = 600 (100%)
R 189 of 600 ~ 31.5%
G 201 of 600 ~ 33.5%
B 210 of 600 ~ 35%

%31.5
%33.5
%35

CMYK color model

#BDC9D2 color CMYK value is (10,4,0,18).

  • cyan value is 10.00%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(10,4,0,18)
C10M4Y0K18 
(10%,4%,0%,18%)
(0.10/0.04/0.00/0.18)	

CMYK percentages

%10
%4.29
%0
%17.65

Codes

Color #BDC9D2 in popluar color models

BDC9D2
RGB189201210
HSL206°18.92%78.24%
HSB/HSV206°10.00%82.35%
CMYK10.00%4.29%0.00%
17.65%

Color #BDC9D2 in popluar number systems.

HEXBDC9D2
Decimal189201210
Binary101111011100100111010010
Octal275311322

Shades and tints

Shades of #BDC9D2

#BDC9D2
(189,201,210)
#ACB7BF
(172,183,191)
#9BA5AC
(155,165,172)
#8A9399
(138,147,153)
#798186
(121,129,134)
#686F73
(104,111,115)
#575D60
(87,93,96)
#464B4D
(70,75,77)
#35393A
(53,57,58)
#242727
(36,39,39)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDC9D2

#BDC9D2
(189,201,210)
#C3CDD6
(195,205,214)
#C9D1DA
(201,209,218)
#CFD5DE
(207,213,222)
#D5D9E2
(213,217,226)
#DBDDE6
(219,221,230)
#E1E1EA
(225,225,234)
#E7E5EE
(231,229,238)
#EDE9F2
(237,233,242)
#F3EDF6
(243,237,246)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC9D2; }

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

This text font color is #BDC9D2.


Background Color

.myBgColor { background-color: #BDC9D2; }

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

This div background color is #BDC9D2.


Border color

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

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

This div border color is #BDC9D2.


Opacity

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

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

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

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

This text has shadow with #BDC9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC9D2 on black background.


Color preview on white background

This text has color #BDC9D2 on white background.



Black color preview on #BDC9D2 background

This text has black color on #BDC9D2 background.


White color preview on #BDC9D2 background

This text has white color on #BDC9D2 background.